Loading Tool

Explorer IconExplorer

Memory Pool

87,919 transactions
33.01 vMB
0.12956771 BTC
Random Selection Loading Transactions
Max Size: 198.10/200 MB

Candidate Block

Mining Attempt 5bb89e195f2e601511e1577b484aa4542cda9e83acf739e17b782e12289db0fe
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 97c0a085f2306de7d8207f6a7943b7d19f90211d0f48b346529eb3d83187f7f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.04737447 BTC
Feerates: 218.18 > 4.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (269,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,472 645,472 00000000000000000009d0e662e9a9a6604a66135130708e99984c035f3baccb 2,677 1.00/1.00 vMB 119
645,471 645,471 00000000000000000008ad8e505ff7536f914070ae50fc791e64862707648700 3,046 1.00/1.00 vMB 93
645,470 645,470 0000000000000000000e70c4e5786188f73e591cc16e7df488dd54508c08620e 2,445 1.00/1.00 vMB 101
645,469 645,469 0000000000000000000d45167fe3f58c91dbfffa1265f215b62ea5277ecf7f85 2,779 1.00/1.00 vMB 120
645,468 645,468 000000000000000000030a40cd745e21aa5e4e276027b6741cda664b1b12c38f 2,704 1.00/1.00 vMB 100
645,467 645,467 000000000000000000017ec9dbb4431e9a7686d07f57ae093d8e61b79efe9921 2,801 1.00/1.00 vMB 115
645,466 645,466 000000000000000000060aea69cf8efbb95bfa5ce60fd7d7d7dd407704f0ab16 3,144 1.00/1.00 vMB 135
645,465 645,465 00000000000000000001af727571a8435506df6d3eaf1aff9f95110371ad3e55 1 0.00/1.00 vMB 0
645,464 645,464 00000000000000000000a40de8ac96155a8e7b1fecaa867698999d096e38dc4e 2,984 1.00/1.00 vMB 105
645,463 645,463 00000000000000000004e7c3828a81bb5b82f5bed664233e4f0c6f2be5169952 2,506 1.00/1.00 vMB 111
645,462 645,462 00000000000000000005c5f4448d35ee960c5bccd41daa5bc76285844400bcfa 2,687 1.00/1.00 vMB 96
645,461 645,461 000000000000000000027c03a7b42c4b58b2247c86faa06304a708b9fed35cdb 2,355 1.00/1.00 vMB 95
645,460 645,460 0000000000000000000db18de0f47e9d8fafb1086c60b0da514f3563adc04330 1,623 1.00/1.00 vMB 107
645,459 645,459 00000000000000000002b8953f053e884f68ac65c7ef0defe8b9f75ca4f43cc5 1,946 1.00/1.00 vMB 112
645,458 645,458 00000000000000000003a3c847ff24dcf441b9d7dbcb7773c825ded303fbab73 2,720 1.00/1.00 vMB 86
645,457 645,457 0000000000000000000715d1fddcb42021ce90c7c64bc13d671dfc8ca08ce566 2,334 1.00/1.00 vMB 110
645,456 645,456 000000000000000000047f56a5ecc109d887ea9dec901efd379d96866c7875c0 3,042 1.00/1.00 vMB 88
645,455 645,455 00000000000000000002708e84ffde4ba25c5d4c8b5f94c3f02a8054758da755 2,714 1.00/1.00 vMB 102
645,454 645,454 00000000000000000000aa9c96e2fdee8bcfa18336774c4b9c0b5b3a5d135c93 3,117 1.00/1.00 vMB 94
645,453 645,453 00000000000000000004dbdeef05ac0bf470270ee9c721680b7677af15484edb 2,856 1.00/1.00 vMB 111
645,452 645,452 0000000000000000000de32ac2ceb563ff24fce322486f78645e1e2fead57aa3 2,750 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.62 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.