Loading Tool

Explorer IconExplorer

Memory Pool

58,928 transactions (13.23 vMB)
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 7 sats/vbyte = 4 blocks ()
  • 8 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 96.36/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,704 000000000000000000022b910000000000000000000000000000000000000000 5,173 0.08699157 BTC 1.00 vMB 8.30
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,703 (743,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
169,584 169,584 00000000000008d4b172f52fd109a33a0fae6efab2d7c001a95999b2b621ff65 0.01 MB 32 15
169,583 169,583 00000000000003e608cd19efc80fdd0d5c1e557813078230b8c54a54aa437909 0.02 MB 36 59
169,582 169,582 00000000000006535dc806ad6d8cd49b3ce376fb77b3d32c39e9bcc2207e0346 0.02 MB 64 396
169,581 169,581 00000000000008bab1b4648219fba4303db701fa6e28f9bb3cd1145bc698816c 0.00 MB 15 11
169,580 169,580 00000000000009bbb91e83ff51b784baf9793302587e411e5301f3f9f1560a3c 0.03 MB 55 69
169,579 169,579 00000000000002dd943c757791647c7a516601aa5c2b4b858d1b43215eeb153a 0.04 MB 131 57
169,578 169,578 0000000000000956a9f5b12222e1e553081e3cb6d2e5eaf560a6f09c7ad1ea0b 0.02 MB 35 96
169,577 169,577 0000000000000698737a3b1a79d70270142ebcb9e41e20ecb531c0510b69474f 0.01 MB 12 41
169,576 169,576 00000000000001b1c0177c0668082dbd2f2f5ae4d6ad9a9bbbf54d578d685e92 0.02 MB 61 235
169,575 169,575 00000000000000eaf9db4595bce7292f519d158fc81bdbb2cc4f1523b79acd04 0.01 MB 29 51
169,574 169,574 0000000000000514d92477b698a558f306ef6e1718dd6a964c3a453291e40bca 0.02 MB 85 165
169,573 169,573 0000000000000acfedfd278de9c73a3d34ca52d1914f11bb8767d6d1542fab97 0.01 MB 46 163
169,572 169,572 000000000000086c906356b9d1bb8299ae099fb72c4c52d5ac2e11d4d00db289 0.01 MB 26 95
169,571 169,571 0000000000000840e919f26f6165efcdb77fa2cd71b98d9a44397a02cf2686b9 0.01 MB 41 110
169,570 169,570 000000000000017464c5dfc5e00da57044dfde59d0c84c96523db87a4cbf8bd7 0.00 MB 12 425
169,569 169,569 00000000000002fabd0156fbf62f96636feef59662c6ef5d72d6a2c901c32c2f 0.01 MB 9 135
169,568 169,568 000000000000094a0284da9db17ca9473ed79c6065890c4a6d19dc26b970328b 0.00 MB 1 0
169,567 169,567 000000000000025a4dbbcd93732ec13999ffc1095c96d26c68dca959f1a7082d 0.01 MB 19 74
169,566 169,566 000000000000007e5d7d11a26b3ef622912a810d7a762519b349cd4a6dab11d8 0.01 MB 29 184
169,565 169,565 000000000000040d673ded9892d140fed20e125c12085bd8ea51904e1075294a 0.04 MB 80 42
169,564 169,564 000000000000071428a397d1135c81015bd1ebefdbcd5663da3fdbf7405fe874 0.01 MB 13 191
Previous 10 blocks ↓
Total Size: 778.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 72
    • Outgoing: 10
  • Data Transfer:
    • Sent: 114.98 GB
    • Received: 1.09 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.