Loading Tool

Explorer IconExplorer

Memory Pool

76,653 transactions
28.55 vMB
0.06890827 BTC
Random Selection Loading Transactions
Max Size: 173.02/200 MB

Candidate Block

Mining Attempt f474d13abad312b1eb891c3b42ec4929b6df85c0407f9af99835049585109c69
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 5449e891c9ba439caf12fff5689a914e11205e4f99d9a027472d621b6c15bc5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,793
Size: 1.00 vMB
Total Fees: 0.00978320 BTC
Feerates: 73.20 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (325,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,289 589,289 000000000000000000005d40cf4f919d7d113a563e9f1d735c0508b02baa6c5d 2,724 1.00/1.00 vMB 30
589,288 589,288 0000000000000000000fc9cdf54be7ee1e94e1d7cb039333d150efeb4a6d6367 2,698 1.00/1.00 vMB 10
589,287 589,287 0000000000000000001bffe3f21c4f2b99c19f372855adf68d2306fbdb1e231a 3,030 1.00/1.00 vMB 58
589,286 589,286 00000000000000000002afe5c19b4d0686d669356cd9b5d6a81c2a03932358a8 2,998 1.00/1.00 vMB 54
589,285 589,285 00000000000000000001926e6842e2e70a8c70f35dd0af782dc13d12dd980c16 387 0.14/1.00 vMB 32
589,284 589,284 0000000000000000000ed5bddba9af96238e2ab52082b5ec4b820681a9967541 1,797 0.64/1.00 vMB 29
589,283 589,283 00000000000000000004270640c2ec53f90cef27b1ae2363f11edd26eb02df0a 2,480 1.00/1.00 vMB 26
589,282 589,282 000000000000000000167a8d5e623b480ccf92b4620968a3e7f461a3f2a9a41d 2,662 1.00/1.00 vMB 4
589,281 589,281 000000000000000000015c02fd6f3b2ea6fc6ce07b8f636fa5b029182fd66caf 2,994 1.00/1.00 vMB 37
589,280 589,280 00000000000000000009e2d552422d954993f668c6c086d489731f48cd2934f7 2,670 1.00/1.00 vMB 43
589,279 589,279 00000000000000000002af734aeb9588b1e401becc5cb015c94ccbda18ead44b 2,573 1.00/1.00 vMB 79
589,278 589,278 000000000000000000142c264455fa90b4a9fbfe3265d6f382c3e75243618a91 2,562 1.00/1.00 vMB 44
589,277 589,277 0000000000000000000f5b613fce7d1bbd2eeb5bec84fab07fd1a4bdf752df86 2,439 1.00/1.00 vMB 49
589,276 589,276 0000000000000000001a605824ae1c98d598b2dc65a065d888ed40780a45e397 3,161 1.00/1.00 vMB 88
589,275 589,275 0000000000000000000ee7aa036f2135ef84ca86f994a609c5e24a79cd39efc6 2,357 1.00/1.00 vMB 70
589,274 589,274 0000000000000000000633f7ab2e05b9f32fced08f8da1fbbce8f4e6332104cc 3,063 1.00/1.00 vMB 60
589,273 589,273 0000000000000000000ffb7f283e2866d72a6e016714e6e244e653796689dce5 1,198 0.36/1.00 vMB 37
589,272 589,272 0000000000000000000e4abb54748211f16b8776bf91d8232f8ca53f80047543 1,823 0.58/1.00 vMB 29
589,271 589,271 0000000000000000000cf1330957ec93c1deb7a37eec710e59d5cf736d2499b8 1,820 0.69/1.00 vMB 26
589,270 589,270 0000000000000000000ee6ac33c79feb883fa5bab0e993c71ab4a63091ddf2ce 595 0.17/1.00 vMB 42
589,269 589,269 00000000000000000014546a56f02e835b815a74a98e3524287e7b8392026b44 2,130 0.87/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.