Loading Tool

Explorer IconExplorer

Memory Pool

80,538 transactions
29.70 vMB
0.11580216 BTC
Random Selection Loading Transactions
Max Size: 179.42/200 MB

Candidate Block

Mining Attempt 10cf2fb5b21c7f8ce8fc25fac4b7f8d8b5bc1356e136d33d3856297f72946936
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 884b1f78ef53c2a9cb29e8cbfc368f957f8cdad7fdcae1c670c5793f4408364b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.04791980 BTC
Feerates: 477.45 > 4.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (297,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,710 617,710 0000000000000000000ea206b053cec92175c730c9084c9642f4a08a0e3d6c32 3,181 0.90/1.00 vMB 19
617,709 617,709 0000000000000000000c159b63842d34b38e94bac123ea2b9e0b705f708710f7 2,091 0.59/1.00 vMB 21
617,708 617,708 000000000000000000045f2bb6d5b81900f12f6bcb3b1ae6e0842e2bbb06ebe8 881 0.26/1.00 vMB 18
617,707 617,707 00000000000000000005b9aaa9b7cc46cd121506562cb8e4f5346b4d27b7c2ff 1,877 0.50/1.00 vMB 27
617,706 617,706 00000000000000000004c5028efbab42b43154a2fac018bcc1015ca09ef07087 1,176 0.33/1.00 vMB 22
617,705 617,705 000000000000000000023d8a4fbdd3acf7debef8bbc2eb0c26dfcd15ee569161 3,041 1.00/1.00 vMB 22
617,704 617,704 00000000000000000008c8a0a9eea107f8896705c516fa3f313d369b5551869f 789 0.43/1.00 vMB 12
617,703 617,703 00000000000000000009849edd3960e6b90352542cb1969a2fa60f59ec118f8c 2,238 0.56/1.00 vMB 7
617,702 617,702 0000000000000000000805a8df2305aa57604905ace86f1b78a44a4a73fbd4e6 2,867 1.00/1.00 vMB 5
617,701 617,701 0000000000000000000f533155e3ee3cbce28f8242867e7fadd3c30278976acd 3,786 1.00/1.00 vMB 26
617,700 617,700 000000000000000000113abbf63fc822b759dbb4a978643627252717c7d4b319 3,692 1.00/1.00 vMB 26
617,699 617,699 0000000000000000000b7baa6d29844d0cb91d0d02771a5f5efde8404e716a60 3,222 1.00/1.00 vMB 36
617,698 617,698 000000000000000000095ad21001856998971c4951123d14276b5f13c45e83d8 313 0.09/1.00 vMB 14
617,697 617,697 000000000000000000067461ebbba39991e7b65aa8c51ed2e3805834d6a74c1a 537 0.14/1.00 vMB 17
617,696 617,696 0000000000000000000bd10058b0202cfb63bf002bf217ba721367165a8d733e 204 0.07/1.00 vMB 22
617,695 617,695 0000000000000000000f39565d1bf0022ae344e71c613b77872691e49fa76e8d 1,429 0.46/1.00 vMB 19
617,694 617,694 0000000000000000000cb2fad0c507b691e6c8f19e77f82b85b2458faff5e3d6 2,502 0.64/1.00 vMB 20
617,693 617,693 0000000000000000000e0b96b54d56885a5186fdb0748318e5513cbb0b69c357 1,354 0.46/1.00 vMB 14
617,692 617,692 000000000000000000034ac4d896d13e312166cc7a79a8e6074726d49e145eda 577 0.15/1.00 vMB 17
617,691 617,691 00000000000000000007299d76e9737b943a11bcda86e628b7a57da3a7fd6f36 2,404 0.63/1.00 vMB 10
617,690 617,690 000000000000000000100c78ff34b332e3a9a0a6ff14426b2a8bf0845683e1c1 3,491 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.63 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: 672.21 GB
    • Received: 16.18 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.