Loading Tool

Explorer IconExplorer

Memory Pool

81,391 transactions
32.43 vMB
0.07421299 BTC
Random Selection Loading Transactions
Max Size: 190.97/200 MB

Candidate Block

Mining Attempt 00056c87ba50bff16ce49387555f132d8dcf0bf84a0f125d261def7c0d372c5d
Version 20000000
Previous Block 000000000000000000006f0eb19e528f2445f80ada1abf25aed95d9aa6aaaa08
Merkle Root c3577dbeab1c7d130f96e3dcf430bef0a747f7b583315c65fe1da95a12231862
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,487
Size: 1.00 vMB
Total Fees: 0.00998075 BTC
Feerates: 70.37 > 1.00 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,945 (358,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,904 556,904 0000000000000000000828789616cdf6a9cf43bccdcfc5d7f95b63693adc0e63 92 0.07/1.00 vMB 4
556,903 556,903 000000000000000000155104753c0ae28925fd6aef97fd1a7d87290d559ee2d6 1,953 1.00/1.00 vMB 7
556,902 556,902 0000000000000000001fdb53724849981ff4438775019c80a35ea321492e4d34 1,066 0.54/1.00 vMB 10
556,901 556,901 00000000000000000010619afc97fe562440f0cbc8716709dccd5e6b0fd5ad1e 1,894 1.00/1.00 vMB 5
556,900 556,900 00000000000000000002846d518dc1ece50e0fc109d8100a2c4d2f866bd6509c 3,377 1.00/1.00 vMB 13
556,899 556,899 0000000000000000001cf0cbdbb5f64583444f1048eb4d8b815343a65fbc377b 2,258 1.00/1.00 vMB 10
556,898 556,898 00000000000000000011311a35a06c1e80e59d47a4da097035b527c98c1559d4 2,714 1.00/1.00 vMB 16
556,897 556,897 0000000000000000000f0d74c1b5f3e7dbef8ee74892ae902cc90b86d0d3877e 175 0.07/1.00 vMB 9
556,896 556,896 00000000000000000025d24e9fe60e3c7bcd31b30455540514eb6fa5eca39d99 2,154 0.88/1.00 vMB 9
556,895 556,895 0000000000000000001b92245c36443324eee5a3c7b31aed950d6267ebb9254a 851 0.27/1.00 vMB 11
556,894 556,894 00000000000000000003f0f3790c646777d208eb69fcfdfc91bc85073bb0bc1b 1,324 0.85/1.00 vMB 3
556,893 556,893 0000000000000000001e489f40405cf5adeed6a5e9ca5d146fd8cf6a8ccd4893 3,075 1.00/1.00 vMB 13
556,892 556,892 0000000000000000000473b1d4d942be19a53e55c20f41c3d91ef05d7f729114 3,123 1.00/1.00 vMB 16
556,891 556,891 000000000000000000042e5173c95257d335a2d47b3fb2376f7afc02fb23b5b9 496 0.25/1.00 vMB 5
556,890 556,890 0000000000000000002225ed27e5996ffa4a882e2e7e4ecfca8c91b2c6d2e1d0 1,795 1.00/1.00 vMB 8
556,889 556,889 00000000000000000024c163956a7d4b31b2932e31280b96df0706e171fb473e 2,468 1.00/1.00 vMB 7
556,888 556,888 00000000000000000026cde1507f4c90e40c5107fc85086c8bf3b3fdf46609ee 3,083 1.00/1.00 vMB 26
556,887 556,887 0000000000000000001f3258c8764c0c02a0445d590ca2fd07f82080aa466e9c 1,778 1.00/1.00 vMB 2
556,886 556,886 000000000000000000045cb51560f619f5e5715878459da6decff20e10205780 1,639 1.00/1.00 vMB 13
556,885 556,885 00000000000000000001fb79af3ff38c5af812cf4e06f0ec494dd17926ac6fe3 2,582 1.00/1.00 vMB 8
556,884 556,884 0000000000000000002f5ac54524e1ad126331066671834bdb32bea237d42cd3 3,002 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.29 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: 657.13 GB
    • Received: 14.50 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.