Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,528 transactions (0.98 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,347 000000000000000000022b910000000000000000000000000000000000000000 0.98 vMB 2,525 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,346 (846,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,136 65,136 000000000a713cedc0cc1c373485c666c274e8df8f8674af89d487e161856494 0.00 MB 1 0
65,135 65,135 000000000555ee6cd8e159a19db351619be2e50304aa3bc76b60d10d2eb039b7 0.00 MB 1 0
65,134 65,134 0000000009ab9909a4db507c918698ad058b332588adde655d894e0891c87505 0.00 MB 1 0
65,133 65,133 000000000a2a953e69c863fb20f31903a11c96872a5e41a108bc78944a1de4fa 0.00 MB 1 0
65,132 65,132 000000000568d52575f2274d450354a7b8c270eff429b7b0272041610849f7e0 0.00 MB 1 0
65,131 65,131 0000000009d7e8e47d61035bcd5ca887cd9bfa55a6e20dec8618aa530b5a7c83 0.00 MB 1 0
65,130 65,130 0000000003fa30c9a07d1017a1ca5d5bb322adf5e8349b005c584e8e529928a6 0.00 MB 1 0
65,129 65,129 0000000002ea1b84f25d3e3ed23b8f8945acb3b2d4994f1fe6acc586cd721cad 0.00 MB 1 0
65,128 65,128 00000000078d4b10e3634f6604fe413900fc62b37b8ace0c17fd2275ebcbdb5e 0.00 MB 1 0
65,127 65,127 000000000689e02e22f7b44f615da443bc0117cda8dab98958e9f8b3b7368967 0.00 MB 1 0
65,126 65,126 0000000002b035a0263f0e0636c6fc6a48b3623de36cace307583edf15cce6b3 0.00 MB 1 0
65,125 65,125 0000000009a2e791cbe6cb339e69de55f62b03bb2e553c1612838399480aa8d4 0.00 MB 4 0
65,124 65,124 0000000004b7973c2d00ec8078bec3468c1892e678ef1cf4c5a1b43b3d864872 0.00 MB 1 0
65,123 65,123 00000000014f0570697c83ccedfffc26d79884f4c4b91e5098b174afae6e40e4 0.00 MB 3 0
65,122 65,122 00000000084c6fa55154028ad2c9d5724e4fb939cc8678ba911d8579f83645ae 0.00 MB 1 0
65,121 65,121 000000000a064be33ee49d1e25ddf56ea5f0e7a6b5932b597aaeecc29e5cd3c1 0.00 MB 1 0
65,120 65,120 000000000006e3722bf8b21070285aaabd2505f7324d811234559db52a896c4a 0.00 MB 1 0
65,119 65,119 0000000005d3633075ce7218278cdce6f24ca4e64ea1e2ff802a62f70f0e35f5 0.00 MB 1 0
65,118 65,118 0000000008d835adb0cd733c7fc6dd1fecf234e7aaedb96db755f1e249669c2d 0.00 MB 1 0
65,117 65,117 00000000028f844e3b6e185bc0ae2912ee00ab6b98c00248a7563c3dd8521394 0.00 MB 1 0
65,116 65,116 00000000066b888ed2391e97ad2d8edb00fc0d17c49251e40b139c5bd46f6285 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.89 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,401.00 GB sent, 128.26 GB received

Notes

  • This page updates every 5 seconds.
  • 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.