Loading Tool

Explorer IconExplorer

Memory Pool

79,272 transactions
29.68 vMB
0.07654956 BTC
Random Selection Loading Transactions
Max Size: 178.03/200 MB

Candidate Block

Mining Attempt 2b0c6fb9f0aec2a1c71e26cd90c9d63c44021848ca6cda748920ca5399b07569
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root fe3607a215003767a26aca16ed94e3c962f46445407dab6f79ff3322f1270226
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,838
Size: 1.00 vMB
Total Fees: 0.01614647 BTC
Feerates: 313.32 > 1.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (280,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,910 634,910 0000000000000000000cd05db2a6c20cd8610ea0186d2ad3f0df56b50cf06688 2,690 1.00/1.00 vMB 28
634,909 634,909 00000000000000000001db43cbab9fc75edb6997aefb449de896d44743cd1e43 2,738 1.00/1.00 vMB 30
634,908 634,908 0000000000000000000e4818951d8b36cc8a113e72e9725d40f1639acb5b3a7d 3,024 1.00/1.00 vMB 29
634,907 634,907 0000000000000000001337eed5aa842d47a5ff951b5ed2f0316aeeebf174799c 2,061 1.00/1.00 vMB 36
634,906 634,906 000000000000000000083c320852fbf475992b362b7811f156112a221ba9a87e 2,491 1.00/1.00 vMB 42
634,905 634,905 0000000000000000000f5c2ade12b3b59050a9d454fbc2dc4b6e7b84c506b53b 2,319 1.00/1.00 vMB 35
634,904 634,904 0000000000000000000ff49ff49554deb1de576255111cf86ffad5c4cea42988 1,883 1.00/1.00 vMB 33
634,903 634,903 000000000000000000062a15f95c9961f9f01f228e746e89b772b6c5dbc37cf9 2,576 1.00/1.00 vMB 45
634,902 634,902 0000000000000000000c7a175c14f54889a5c2d31ec72611abccdaaf5e334a40 2,098 1.00/1.00 vMB 32
634,901 634,901 000000000000000000082374988931b713c7c4e20b74e049dbbdc3f31d70b0e6 2,268 1.00/1.00 vMB 45
634,900 634,900 0000000000000000001476044605830325efef20c232839a0fd734a36b06ff7e 2,439 1.00/1.00 vMB 47
634,899 634,899 00000000000000000013d0878dc088b32c6a29c7e914c17b2aabc2aa75784987 2,598 1.00/1.00 vMB 33
634,898 634,898 00000000000000000005426ed23df62d3ede513439cc5ac673de84af75d741eb 2,157 1.00/1.00 vMB 41
634,897 634,897 00000000000000000000ef496e74c054506b9fb5d2f78104aba05b24235c60a3 2,819 1.00/1.00 vMB 51
634,896 634,896 00000000000000000012fa83d683feeca0ec8f34a90844e4ebfd1c9b6cadfea5 2,241 1.00/1.00 vMB 19
634,895 634,895 00000000000000000003d2739088cfd62addc88b1f39c789231022ee9fe1eff2 3,036 1.00/1.00 vMB 24
634,894 634,894 00000000000000000006f9d6fdf9ecf2a0ba68f49f036e1286d766a3af3bc293 2,970 1.00/1.00 vMB 34
634,893 634,893 000000000000000000086a646b29ea2a22d49c3ac7939526444e40c73151026a 2,606 1.00/1.00 vMB 43
634,892 634,892 0000000000000000000269414ffe99bd35f87a075782c48620b7367c25f4b1c2 2,572 1.00/1.00 vMB 45
634,891 634,891 0000000000000000000ce7c6b5d9dd1c28c6507f903b4fbc75d4f69869e7b963 2,574 1.00/1.00 vMB 21
634,890 634,890 0000000000000000000708d8fbdf4ec70cc70b0f825d1b1e6acb4904bdd8518e 2,493 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.