Loading Tool

Explorer IconExplorer

Memory Pool

79,104 transactions
30.06 vMB
0.12437512 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt 29138cca5befb1d87d8dc72bcc93383ea615496f1b5342b2584bae5195fd5b8f
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 3d2bc2b8d518d142d584f2de92fdb455745fa06181336a40349bdeaff2c74be3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,694
Size: 1.00 vMB
Total Fees: 0.03842597 BTC
Feerates: 673.02 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (111,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,903 803,903 0000000000000000000350477888cc104b652387c9b88ab28ca89e744a3d80c4 5,041 1.00/1.00 vMB 7
803,902 803,902 000000000000000000034918148433d37c109c5a1d702a1a9d763d772db6e5c7 3,174 1.00/1.00 vMB 11
803,901 803,901 000000000000000000044fbb7c5799c9cfbee654d814c9ec5be3d9990883fb0f 2,601 1.00/1.00 vMB 17
803,900 803,900 00000000000000000002e3bbc8f0d7b29f70942a9162d43fe01699cda87cf327 4,910 1.00/1.00 vMB 6
803,899 803,899 000000000000000000018ce844d86c93c318340f01eff8ff7180e0a8724320ee 2,991 1.00/1.00 vMB 16
803,898 803,898 00000000000000000001cea660df4577ee70ddb00b53063d2ed84ed22ca60c73 4,616 1.00/1.00 vMB 9
803,897 803,897 000000000000000000014c0b714846795c866d6bf063472ebc30411f4b94c3ef 2,336 1.00/1.00 vMB 8
803,896 803,896 00000000000000000003de8eb5beb9384e8cc9abe3cea3f7a01e72a5779693d8 2,275 1.00/1.00 vMB 12
803,895 803,895 0000000000000000000478f5a18c69b32ae54e2ecc5daa8286c4b3d080667cad 3,105 1.00/1.00 vMB 11
803,894 803,894 00000000000000000003ee41ee67ad2013329b2815d16da66e0b4f98d5ed5d7f 3,655 1.00/1.00 vMB 23
803,893 803,893 0000000000000000000397467efa0c5dd9d52a88f97318888d0f51f71f5785d9 3,123 1.00/1.00 vMB 26
803,892 803,892 00000000000000000000cb3384bc730e900f3bc96ef3ff163b5d97c5a5d9e48c 4,583 1.00/1.00 vMB 11
803,891 803,891 00000000000000000005351c4c712b1554bd3e02dd34859f50aab295893bb428 2,876 1.00/1.00 vMB 10
803,890 803,890 000000000000000000002ed8a4dcc1e2ea83f4dade750f817dbba7785a02ebe8 3,869 1.00/1.00 vMB 9
803,889 803,889 00000000000000000004c2f80dc4158842493c7b6d0dc42d22976f61fc820fcd 3,246 1.00/1.00 vMB 9
803,888 803,888 000000000000000000052cfc2341520bec1a7d4ba6c65c7908fa081aba5c14f8 4,061 1.00/1.00 vMB 10
803,887 803,887 000000000000000000020c9914ad6298c8dca10ea0a2a61fc1f55441a302e1e8 4,593 1.00/1.00 vMB 9
803,886 803,886 000000000000000000049d5dc0c094ebd831bfaae63a245efba75445d4718abd 5,839 1.00/1.00 vMB 6
803,885 803,885 0000000000000000000134ab4951219cce6e36a9e60a482b45e481bc3e008586 1,280 1.00/1.00 vMB 10
803,884 803,884 000000000000000000017e6124663ad670e0e3aa0ab230e29f238ed41b42deab 2,142 1.00/1.00 vMB 11
803,883 803,883 00000000000000000002f125735253e170a8122b2a3b6818b689b5797a4aa687 3,673 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.