Loading Tool

Explorer IconExplorer

Memory Pool

57,521 transactions
33.93 vMB
0.08877100 BTC
Random Selection Loading Transactions
Max Size: 178.83/200 MB

Candidate Block

Mining Attempt 4196a21b6760adc3bb09559324677bf0cd86d932a170ea60adb9cea17fc246d4
Version 20000000
Previous Block 00000000000000000001a8299bb3684c7960513989faa15a3edfe22a66765c58
Merkle Root b8debdf27f3a7d5c0c928116c77ad90b895cf9840b208856d2d6cc5ca1aa8efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,910
Size: 1.00 vMB
Total Fees: 0.02016727 BTC
Feerates: 74.12 > 2.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,416 (840,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,464 73,464 00000000003fd584a9720cd84cda7fe80be30ae028c043b6af0bd98d2b84c022 1 0.00/1.00 vMB 0
73,463 73,463 000000000011f93ca335732b6bf5a2e6325b05969e475d9caeb25e6075cebf09 1 0.00/1.00 vMB 0
73,462 73,462 0000000000439174f2421807be35d44d6af72ca14675d4ae755865dce38bf9b2 1 0.00/1.00 vMB 0
73,461 73,461 000000000029023fe586866ec5f097bc9a8682b4886d04a945fa59de8c0ee88d 1 0.00/1.00 vMB 0
73,460 73,460 0000000000a45cf207714e667fe9627d08d5f66fc37b6409e81101b0f3281082 2 0.00/1.00 vMB 0
73,459 73,459 00000000008e3cf9fa0039905ac8f793d618032568d5c3fe309381b1fca85cd5 1 0.00/1.00 vMB 0
73,458 73,458 000000000098840d2aa1e25c033c255803f44276acda8cf4f578bba6af4fa9a7 1 0.00/1.00 vMB 0
73,457 73,457 00000000008909b71cb02c9f25439ee8b1a29b1d248b9270c8e4baf91ba33d6b 7 0.00/1.00 vMB 0
73,456 73,456 00000000003dbae54d8434df376e1afaea6e31530bf9fba5039f5575c2a95601 2 0.00/1.00 vMB 0
73,455 73,455 00000000004d40e88cd4f424fdfadbbc105eed388eed135aa5adf6ea51fd8166 1 0.00/1.00 vMB 0
73,454 73,454 000000000020e0637ce915de2856de9c2b06bfd1d625108d15e6cfc0745fbf2a 2 0.00/1.00 vMB 0
73,453 73,453 00000000004ab2bd13bf5e7744adfb0e5030a2440b252c722b045fcdf562de7c 2 0.00/1.00 vMB 0
73,452 73,452 0000000000b67db18683b9a80e813af0aab3c2f8c91cd9a3abddd2970e1036d4 2 0.00/1.00 vMB 0
73,451 73,451 00000000002b37c381b2afbd486ece0ebe8ac50852b131d2c4b70333c3115cd4 1 0.00/1.00 vMB 0
73,450 73,450 00000000009e1a0f233cb000cca13e049649bbd495626b4a1ea70325b7092f0b 2 0.00/1.00 vMB 0
73,449 73,449 000000000085337446748dcce0af4cc53f0e58cf10cc81235fb94fca24b03071 1 0.00/1.00 vMB 0
73,448 73,448 00000000007db6c74102381e8a2f38edfa171d629f9263ac13b7e371225ef1cc 1 0.00/1.00 vMB 0
73,447 73,447 00000000005b795ef5d5932940a9af7a493e17caec57aa27373bd69d6719e755 1 0.00/1.00 vMB 0
73,446 73,446 0000000000965bc595830244e7622d96b583f12542bf30fb37e0f097884f6c7a 1 0.00/1.00 vMB 0
73,445 73,445 00000000000c7c15d6bc8c2d4063e79090f0892ba0c74f5ad042ddb970159ff7 1 0.00/1.00 vMB 0
73,444 73,444 00000000000f03e166e8f8d4f89054be28bf85f4ed3b299f21413f8563f3046c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.86 GB
    • Received: 10.20 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.