Loading Tool

Explorer IconExplorer

Memory Pool

39,900 transactions
25.97 vMB
0.06537976 BTC
Random Selection Loading Transactions
Max Size: 134.77/200 MB

Candidate Block

Mining Attempt 5bee1108e034351437145871ee8a6d14595f7cc13bba247b221b4b0acd7e0208
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 1a95978af6bfcdd830577c226df83b95cbba31731dced0e81408f03db20c9dfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,558
Size: 1.00 vMB
Total Fees: 0.01809237 BTC
Feerates: 73.20 > 1.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (348,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,179 566,179 000000000000000000159e10151a82f9c3af7648326084bc19acdcf1a8d45e9c 2,660 1.00/1.00 vMB 44
566,178 566,178 0000000000000000000103700e1ea0261a26dbf50a0a4b5b7ed77cf9124947e0 2,442 1.00/1.00 vMB 56
566,177 566,177 0000000000000000000112064fe2f2c0f9761fbc209d9a833ab9ed105b3dce38 2,286 1.00/1.00 vMB 36
566,176 566,176 0000000000000000002401e4aeba11a29827b62c9a221f461ddf58d45c3748b8 2,690 1.00/1.00 vMB 50
566,175 566,175 00000000000000000024f5cb303d1ef4b050529842f8b48e5d96942729a7336b 2,676 1.00/1.00 vMB 25
566,174 566,174 000000000000000000177b3226d3b13f67235e8414f32bf4e6d5cc026980a23b 2,186 1.00/1.00 vMB 23
566,173 566,173 0000000000000000000568bc1d811242946d18583f05f7c3c79ff1e4c0244e79 2,559 1.00/1.00 vMB 51
566,172 566,172 000000000000000000016fbdc025cb04a151457425a4d9279d41982a41672364 1,627 1.00/1.00 vMB 30
566,171 566,171 0000000000000000001df0ef5aca67561e5cd66a2a0b88e2abacc52fbbd369db 2,170 1.00/1.00 vMB 28
566,170 566,170 000000000000000000064df62deb89eda6dd024a01057cfd685b9500cbd28c7d 2,763 1.00/1.00 vMB 43
566,169 566,169 00000000000000000016d807014e0f5ab086674ea7066e4a5d275d3227a02065 1,002 0.46/1.00 vMB 29
566,168 566,168 000000000000000000037b844c32c2852c5a79a630798e02ced443c691524376 812 0.26/1.00 vMB 31
566,167 566,167 00000000000000000011e3608385e5d227db7709d58153ffea93708add3dfa48 97 0.03/1.00 vMB 36
566,166 566,166 0000000000000000001e29427ac35f155ba26a54ac5aaaad234f10d7169de375 669 0.29/1.00 vMB 20
566,165 566,165 00000000000000000015ad59581ce8a7a58e3f77e6f2d2494a04a92f9bdb15d5 2,937 1.00/1.00 vMB 33
566,164 566,164 0000000000000000002c59578c1d50162f52d6254b6fe1d5b9e0fc282bf101dd 2,386 0.99/1.00 vMB 19
566,163 566,163 00000000000000000012db0c0678b109dc69a7db26ecf1cbf721887f8bf24688 2,779 1.00/1.00 vMB 37
566,162 566,162 0000000000000000000a056a4c6ff72e084d6bab1eab386d5f431e84a7f7c217 1,716 0.90/1.00 vMB 28
566,161 566,161 000000000000000000047f8beec3fab49f6afc247bc4a3be6af3fb902691dbf0 1,112 0.70/1.00 vMB 18
566,160 566,160 00000000000000000011078c04aab43646831cc113d9d5b39982fe947ee660e8 2,282 1.00/1.00 vMB 4
566,159 566,159 0000000000000000001262dbc6f7cc736b0636583cdaa1366b8e59cf450fdd4b 2,611 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.42 GB
    • Received: 13.87 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.