Loading Tool

Explorer IconExplorer

Memory Pool

78,993 transactions
29.66 vMB
0.09148815 BTC
Random Selection Loading Transactions
Max Size: 178.95/200 MB

Candidate Block

Mining Attempt 07e7747d1918ea954c29d4cfef2bc9f297b948f171dde5e5d54b11d21da74129
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 256f8e0cb0e7b84078b360c8b9ba806e77bd96e795bc7ea26e1555fadfe0a85c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.02592930 BTC
Feerates: 251.00 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (492,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,471 422,471 000000000000000002280792a197aa726697539c5b76a5319e0d7c74d1b4aa1c 2,591 1.00/1.00 vMB 126
422,470 422,470 000000000000000004ede06b3d98068574705bd40a494abaebbb6b883ad4875b 501 0.19/1.00 vMB 109
422,469 422,469 0000000000000000047798ec17ce3fd690b51f30f377fb00242f3d5b90d4359d 2,518 1.00/1.00 vMB 62
422,468 422,468 0000000000000000046fe8979a078cd462c7628b072dcf638f5c55347c73285e 2,646 1.00/1.00 vMB 68
422,467 422,467 0000000000000000046fc00f7fc777be6094edd86220d4a911faedbbee29b1e3 2,091 1.00/1.00 vMB 62
422,466 422,466 0000000000000000003d1c68166f49164bf4cb850c7202f6de19caeb9ee12e1e 2,940 1.00/1.00 vMB 133
422,465 422,465 000000000000000001f4b430ab2215f9ccd8bd1aa9469cf123040c7cf4015a25 311 0.20/1.00 vMB 34
422,464 422,464 000000000000000001d5d58362cccd671218a32fd84d782b1477380bd7cf8586 2,209 1.00/1.00 vMB 54
422,463 422,463 000000000000000001518960c1ea2ce154b891171bc802c8c3f3c3f2edce5bd4 2,166 1.00/1.00 vMB 73
422,462 422,462 000000000000000002598de7ccdb13d45d8a53e52fc283af90b599a8914aeaae 2,171 1.00/1.00 vMB 56
422,461 422,461 0000000000000000051e86bd2c165eb2730f3d8e207390205d57eddaa09652f4 2,301 1.00/1.00 vMB 90
422,460 422,460 000000000000000003cbeed49bc3ca8f4cd228982d7ac4ffb508e589c40c82ab 2,647 1.00/1.00 vMB 91
422,459 422,459 000000000000000004c2a63711bdd373317f3d31f5f1f7afa5142e331bc9279b 1,884 1.00/1.00 vMB 31
422,458 422,458 0000000000000000041d873a32dad073baadcd422b41c29d7ae62c9a167fc3fd 1,722 1.00/1.00 vMB 53
422,457 422,457 0000000000000000024aad4c9f84cf81e4d01d2277fd8831fc73d2be935b67bc 1,854 0.92/1.00 vMB 50
422,456 422,456 000000000000000002eb523a5575c4d0316dc5447286872727ddb710a271f4a3 14 0.00/1.00 vMB 160
422,455 422,455 0000000000000000022f048031741a35cad5878a6969000ec9f49bc0a2eecace 2,645 1.00/1.00 vMB 90
422,454 422,454 0000000000000000016cc8c6de8a5ba8718c312d0c913a1312e7127ed2e38c84 1,896 1.00/1.00 vMB 44
422,453 422,453 000000000000000001b28f4ce30c68d2f674b017cba7c1ed77d1cc593bb03f0b 2,569 1.00/1.00 vMB 61
422,452 422,452 0000000000000000017a2da3bb2744d4607097b46d2d2f5cb33d6772cdc374cd 1 0.00/1.00 vMB 0
422,451 422,451 000000000000000004ee49e60fab7c7fd07b68c97040414741d4b64921e0da9d 1,999 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.62 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.01 GB
    • Received: 16.11 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.