Loading Tool

Explorer IconExplorer

Memory Pool

57,336 transactions
17.92 vMB
0.05459632 BTC
Random Selection Loading Transactions
Max Size: 113.83/200 MB

Candidate Block

Mining Attempt af6166be5536f9a0bd1d3d384a48895c39d94028d91412ea8bfc87e6edd4bb6a
Version 20000000
Previous Block 00000000000000000000fb3563cead87ae28859965b397730edfb17a82a84daf
Merkle Root e0a44cc2d684f27639e9f0d6e3fc0467ac103b1962af0f3f321340785040c721
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,569
Size: 1.00 vMB
Total Fees: 0.01470687 BTC
Feerates: 365.41 > 1.47 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,732 (824,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
91,418 91,418 00000000000d4d58db438284ed8fceaa361f9ddb8e18332f4a628c389fbade43 1 0.00/1.00 vMB 0
91,417 91,417 0000000000031639552716ebabf8d036eea5f27b0f69adc2bec27934fa272ceb 3 0.00/1.00 vMB 0
91,416 91,416 0000000000033059dfa29e7e6b5fb1949cd8b955ff70a8f6090f67c6f200ea28 1 0.00/1.00 vMB 0
91,415 91,415 00000000000e4a41d6f5110690fece4cbdb5b7b310259f8234a4f8f45631f4a2 1 0.00/1.00 vMB 0
91,414 91,414 0000000000040b38e0ee5e02450fb7a8c6cdc4586169689c231c83eab8500f7c 2 0.00/1.00 vMB 0
91,413 91,413 00000000000595805442420e20a145a5e28e1a2a43e10194c98396beada8ef3e 1 0.00/1.00 vMB 0
91,412 91,412 00000000000d3b33bf51a30be2f21726cbae3eabd282005f38d35acb7e4cf9d7 2 0.00/1.00 vMB 0
91,411 91,411 00000000000ca62abbe04982cb95246c388411b551b68e30b6601fc57541ea2e 1 0.00/1.00 vMB 0
91,410 91,410 0000000000057facddd104c1987daf22e4de25fbbaaf12dc748e528bb5e6f894 1 0.00/1.00 vMB 0
91,409 91,409 00000000000b3c62ebb174bf4c56e2cdaff2ef4dc0ea3601c15609a199685bd2 2 0.00/1.00 vMB 0
91,408 91,408 000000000001d7ff11acc87d79af4692972e2f5d6458e7bbcfa784aa3d58e08f 1 0.00/1.00 vMB 0
91,407 91,407 000000000008484feb68bf82e8ef31130b0d986f165b6b1ae889ed27c241a190 4 0.00/1.00 vMB 0
91,406 91,406 00000000000d59c23dcd62ca1c95516389773f860cf504cc71003f8bf54b9acf 1 0.00/1.00 vMB 0
91,405 91,405 00000000000b634b80119e9a3eb10fe21727d3f386a2bb8b5eebbb1ed1d92b01 1 0.00/1.00 vMB 0
91,404 91,404 00000000000a8023fd110b2ee157dedfff544d9a62afe4029f674035ca8348e4 1 0.00/1.00 vMB 0
91,403 91,403 0000000000096d69b55875415f2cf7784e1397ec95ef1cb5d0ad6e8f40409bff 1 0.00/1.00 vMB 0
91,402 91,402 00000000000d7fd889acc87c360ef9ede88df6878fe9ed1e2b7de3b738a7b658 1 0.00/1.00 vMB 0
91,401 91,401 000000000005e81a11dd9471be1c40e552dd11b0d7f01a6221ab5509eaa9ed6d 1 0.00/1.00 vMB 0
91,400 91,400 0000000000068e94a4130e50889e24ff883fc0c4fe35ef27cb60cdcbce428238 2 0.00/1.00 vMB 0
91,399 91,399 000000000003b765769ced0b30ecbbc9b95e2f06fa2f0b27e71f949899a4ed49 1 0.00/1.00 vMB 0
91,398 91,398 0000000000011006632d35d4d03d79d07df1d62a2aff9f8d001fe43c17b1c693 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.64 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: 776.29 GB
    • Received: 21.00 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.