Loading Tool

Explorer IconExplorer

Memory Pool

38,684 transactions
27.34 vMB
0.06254105 BTC
Random Selection Loading Transactions
Max Size: 139.36/200 MB

Candidate Block

Mining Attempt 865dc87362b86705b8da1093e31cc7302e3498f30b3bad7b9217a6079d1ba6d8
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 4546d474d7e464647ea328b5c7cd5a33a78a160ff0f11b031987d8a2bde79e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,684
Size: 1.00 vMB
Total Fees: 0.01078958 BTC
Feerates: 60.16 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (80,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,428 834,428 00000000000000000002c3d58baeaeedc014e7e2d2855b13502de47f96b9f4fd 1,947 1.00/1.00 vMB 19
834,427 834,427 00000000000000000001f9ddfb64d3552591b4de9f2bcce5beef9e817d5af3e0 3,273 1.00/1.00 vMB 20
834,426 834,426 00000000000000000001faf8155d5d4a16b68e7b9ef6a7f5953555248da7d420 3,223 1.00/1.00 vMB 30
834,425 834,425 000000000000000000001877c29e6f61761de3b4230e5402229a511a763c78c4 3,245 1.00/1.00 vMB 36
834,424 834,424 00000000000000000001e71bae266729ecfb469bbf463a2a0493465fa9f707f5 1,208 1.00/1.00 vMB 14
834,423 834,423 00000000000000000002b190055d299a5c76ac7e5ab8b4f6200ba79cfb0ffdc1 2,463 1.00/1.00 vMB 18
834,422 834,422 00000000000000000001fe8374815e53d4daa4094ff03e88ad33f78ad85531af 2,799 1.00/1.00 vMB 17
834,421 834,421 00000000000000000002f1f30e52565b61825b954f5e7d5651be2a66bacf1271 3,167 1.00/1.00 vMB 25
834,420 834,420 000000000000000000019941a5ae1289765981442925330057b0da96f3dea1c5 3,035 1.00/1.00 vMB 29
834,419 834,419 00000000000000000003843d08324a598c346a2a83a7a7f1ae4bfba312fb3b37 3,304 1.00/1.00 vMB 33
834,418 834,418 0000000000000000000040691e9bc32ab46d47da3a10dd46c09466894770b59d 3,277 1.00/1.00 vMB 29
834,417 834,417 0000000000000000000199a125400439af64d0ad66c7a74ea860779b16d0948a 1,042 1.00/1.00 vMB 15
834,416 834,416 0000000000000000000029d65367f2597eab3e3dcf52a0570e8fa1c126fb2b56 803 1.00/1.00 vMB 13
834,415 834,415 00000000000000000002e99677f9449bfc9fcd767022f4bda0edaeca03b90891 2,934 1.00/1.00 vMB 24
834,414 834,414 000000000000000000004ca3fb4794f2394e9f970c4bb17fba75f75dbcc8ff1b 578 1.00/1.00 vMB 13
834,413 834,413 00000000000000000002f2c731e0a5dee36876fd75d573dd8578a88652543bfd 2,932 1.00/1.00 vMB 37
834,412 834,412 00000000000000000002b254f31c7f95348ac432fca69f9f57a814e003d5e1b8 2,179 1.00/1.00 vMB 23
834,411 834,411 00000000000000000001a3050d67d19544d1cc8f889cd05733e17e1f4c692e2d 1,401 1.00/1.00 vMB 15
834,410 834,410 000000000000000000001dadf269ceecc3c23515e32db8e10dd700775dea79d8 1,719 1.00/1.00 vMB 18
834,409 834,409 000000000000000000000d691920bc7d3598ba6568d944f772b4a6f195de7f14 2,808 1.00/1.00 vMB 28
834,408 834,408 00000000000000000001ffaf30b46acdf5e38fcacea9afdec9eccb82d62b81d2 3,085 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.