Loading Tool

Explorer IconExplorer

Memory Pool

73,653 transactions
27.25 vMB
0.06393380 BTC
Random Selection Loading Transactions
Max Size: 166.52/200 MB

Candidate Block

Mining Attempt 0c9f8dd864ff42605fdef25aaa93c2a0fab48741431edbf5097dbd5ea13b8a7b
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 5cddd004db31ed9b78aff714bc8f2b1e50f20b3a17bf55f67df59991f3a91b73
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.00603679 BTC
Feerates: 104.71 > 0.60 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (237,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,728 677,728 00000000000000000006252d8ea7588a0cbf6062fccc09f98f0d574acc4df333 2,391 1.00/1.00 vMB 32
677,727 677,727 00000000000000000009cd161e59f4509049d7b03bca23ff1a305bc8d01a1ed6 2,299 1.00/1.00 vMB 48
677,726 677,726 00000000000000000006ba79d39032721af79d099a1d3ee94333d6430dddfa0c 1,262 1.00/1.00 vMB 50
677,725 677,725 0000000000000000000a02f758370dfc75addf131509169426824799a3fd70ce 2,604 1.00/1.00 vMB 100
677,724 677,724 0000000000000000000145a8493e0258a097534617c1ad095eb83c492fee1d22 1,336 1.00/1.00 vMB 40
677,723 677,723 00000000000000000005a1bb90639c6eb0c96633661be4482d0156119d46b8ac 2,483 1.00/1.00 vMB 64
677,722 677,722 0000000000000000000588a52bd11f4054447a1e7231d69c7a93e46359063c5f 977 1.00/1.00 vMB 20
677,721 677,721 000000000000000000063e9dc4813f01c78a86d23beeb551797ec15eea9c1e86 2,432 1.00/1.00 vMB 43
677,720 677,720 000000000000000000075f066623a8d77a5a5d66310b7d6225e6c4f27c3eb34e 2,146 1.00/1.00 vMB 39
677,719 677,719 00000000000000000008cf6b57d18a04ee650f6bacb5590a313c36474b931211 1,151 1.00/1.00 vMB 48
677,718 677,718 000000000000000000061fa9342d80e5f6f2191d13fcf5ce17271e6d5f9f61f7 1,496 1.00/1.00 vMB 91
677,717 677,717 000000000000000000034e35359b4dde3f65c3085833d34d276f64f81b6b5567 1,141 1.00/1.00 vMB 17
677,716 677,716 000000000000000000083d4272d184b7ee2168f22f0a91831cba7b6b90adc962 1,610 1.00/1.00 vMB 42
677,715 677,715 00000000000000000003ea510ab56b3b6378e30bf7ef81b980d2de6cba6a3506 2,639 1.00/1.00 vMB 51
677,714 677,714 00000000000000000005c4b3b945537d5b92c472d793dade578fb583eb031368 2,629 1.00/1.00 vMB 63
677,713 677,713 0000000000000000000185f571ee537a19bd0cda1619501581ee1f1fcccb440b 2,178 1.00/1.00 vMB 15
677,712 677,712 000000000000000000087b7b8896668a49fd04b7bde96c7d1f264cb3a618f224 2,434 1.00/1.00 vMB 17
677,711 677,711 0000000000000000000856611d224e32cd7fbed46b99081dee3b5f3cfa8ed7c3 2,356 1.00/1.00 vMB 42
677,710 677,710 0000000000000000000b751d14d15aee1d50dca49837fd117602aeb93fe1102e 2,576 1.00/1.00 vMB 20
677,709 677,709 000000000000000000007002d6dd0275f8de2dda41e3d71f8fa1ef180ed0ce24 2,354 1.00/1.00 vMB 25
677,708 677,708 00000000000000000005e9f6eac1703176b2bde94af379e35b1e93781c3e666a 2,735 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.54 GB
    • Received: 17.18 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.