Loading Tool

Explorer IconExplorer

Memory Pool

80,881 transactions
31.36 vMB
0.07758717 BTC
Random Selection Loading Transactions
Max Size: 190.04/200 MB

Candidate Block

Mining Attempt 78cc59db495506367d4138c58086c7f918404527e9e700d60bdb4c35aad5968d
Version 20000000
Previous Block 0000000000000000000043b39214e67beb23d111c982e6903370623ca621eb52
Merkle Root 226fa9262231e91185b42258dbf9e03ae3c7db50ec090d70077fa60284401268
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,965
Size: 1.00 vMB
Total Fees: 0.00971128 BTC
Feerates: 100.25 > 0.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,200 (827,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,292 87,292 00000000001e28d55760d174cd4cae0da5958f77e875bdbd368a0d3fc5bf2666 1 0.00/1.00 vMB 0
87,291 87,291 00000000001b8aae0f85b003b26b3a0409bb1c32d8caea6e5b9f95f148100a64 3 0.00/1.00 vMB 0
87,290 87,290 00000000000ba4a8c9e1623455d601d3e080147391465661c2b1579f35afc18d 1 0.00/1.00 vMB 0
87,289 87,289 0000000000164e8b99b6c0d6ec72007a5fb088e629a2547ae3d30df253f27fb9 3 0.00/1.00 vMB 0
87,288 87,288 0000000000016ab95986a8ae0493b356d0130f6c25d3b7f6de69d0a945127cbe 1 0.00/1.00 vMB 0
87,287 87,287 000000000019e64cf65b6f9a886c6f6403aa0b348b994d8e7785b4dbd4791ec9 3 0.00/1.00 vMB 0
87,286 87,286 0000000000118536257925e725de086773759258ea6693b2988739c8eecec8e9 1 0.00/1.00 vMB 0
87,285 87,285 0000000000136c169cbaf79a71f5e3f7074e4a82a3cfd6ef9dff306cf466feea 1 0.00/1.00 vMB 0
87,284 87,284 000000000012070e43ea1f58e04f0b5af3ff068ee5cc0af908db51b1520dcbff 1 0.00/1.00 vMB 0
87,283 87,283 00000000001880941cd268e162c2b92534cf2f228a53ed02925ea99c6d525322 1 0.00/1.00 vMB 0
87,282 87,282 0000000000138f04d17adbcb03c7f935119ed9bf3f5f194f3a2e0a5cad8cbb70 5 0.00/1.00 vMB 0
87,281 87,281 0000000000137980130c544b0d3fabbec169444e9d946ac0404449a72e367270 2 0.00/1.00 vMB 0
87,280 87,280 00000000001ce6b89d643894d97d9f9d229662cd76b9e6587b4a26d04a50414f 1 0.00/1.00 vMB 0
87,279 87,279 000000000010eeb8a8288386354edc008a771921ddf8322de7e7fbb8ce26966f 1 0.00/1.00 vMB 0
87,278 87,278 00000000001d0112f751373ec31cdc979954b9fdb90c92a0c8dee9c7a2fc731c 1 0.00/1.00 vMB 0
87,277 87,277 0000000000004e9a3d3c61ab5774856f47c8a045d2307cfbbfae1ccaa14f8ae1 10 0.00/1.00 vMB 0
87,276 87,276 0000000000010ba972146bf2f1f6e6379463e2eeedd6bb5e0ae731b77fad6e2f 6 0.00/1.00 vMB 0
87,275 87,275 0000000000140795d74398c82c3be5585da612d17eb3922553a0adf628ef1538 5 0.00/1.00 vMB 0
87,274 87,274 000000000011056a4b013531ed37b43ea9f033d7b5351a11987d258d3c67306d 1 0.00/1.00 vMB 0
87,273 87,273 000000000010555e2a6b558610982d84bf1a872de5506c6e22e4405efcce15cb 4 0.00/1.00 vMB 0
87,272 87,272 00000000001cc2ab067f4ca1a1f2e5d2d9fd7b6fe31eb6c1f3bd720a697b9a48 17 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 708.02 GB
    • Received: 16.72 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.