Loading Tool

Explorer IconExplorer

Memory Pool

43,480 transactions
29.32 vMB
0.07763619 BTC
Random Selection Loading Transactions
Max Size: 151.20/200 MB

Candidate Block

Mining Attempt fdd1d625d710f324ee040fc79a78fa0676c43884b68ea2b1e332379280365d80
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 62e380b41e95d3d4eba13e84d7cca89615d82a8b69d1a8d23d3716c3d12ed48f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,244
Size: 1.00 vMB
Total Fees: 0.02011867 BTC
Feerates: 477.45 > 2.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (906,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,426 8,426 00000000c9d2d95f40c3b5031b2982300ed4dc1093e880390c39265794bb8718 1 0.00/1.00 vMB 0
8,425 8,425 00000000aeeaca290066788f88557bfb2c71ae52175be2fe0602ae41d0f245f0 1 0.00/1.00 vMB 0
8,424 8,424 0000000006c798269da12844788123dc62affb3ddb4fd3c8c2ff733dd9da620e 1 0.00/1.00 vMB 0
8,423 8,423 000000008d790aff3e5521bdb8642ff1dd37588fbb58c70f0741d77125c2b1e0 1 0.00/1.00 vMB 0
8,422 8,422 00000000996e66837d53c82651287d97d0c6bbc1944a6f02abb52528332eb78c 1 0.00/1.00 vMB 0
8,421 8,421 0000000041101a83edf8d860eda4018fe99716f09b37f3206899cfecde8ab0ec 1 0.00/1.00 vMB 0
8,420 8,420 0000000032a60fb0d87555f1db86bf6b12f329e7f1e110b1031cc12c44a57db9 1 0.00/1.00 vMB 0
8,419 8,419 000000002e96d6922386ad02d993fdb358d898b5e71b73cd01b156616e939f20 1 0.00/1.00 vMB 0
8,418 8,418 00000000fb16ca5d451ee2bfdea82f56498cd3705690d6b1d2cd08fde83cc11a 1 0.00/1.00 vMB 0
8,417 8,417 000000002e5949e628f22574c0f13d4b6e9ab59b50fbc8780cecd105052c8778 1 0.00/1.00 vMB 0
8,416 8,416 000000007673ce35038f0e1ff8d7a265a97f854d7a5b8b7518334ed0e7626b74 1 0.00/1.00 vMB 0
8,415 8,415 000000000e10be0713aaea675fb71a9481e6468fd9206833b6be100af33baeab 1 0.00/1.00 vMB 0
8,414 8,414 00000000fc468e1375ee4aa26db6b6053ee5979c54e341094ba3b591f3fb75e4 1 0.00/1.00 vMB 0
8,413 8,413 00000000ab66e934e5822e9fe621c0120b33ad1634b24935a730e48905032a79 1 0.00/1.00 vMB 0
8,412 8,412 0000000037e283cc7024657386e332f7e13f76083c58657303ea40db07ecc521 1 0.00/1.00 vMB 0
8,411 8,411 0000000040774cda0f66f9107d3171ce1dbd8a11043658f3892eac5a08124547 1 0.00/1.00 vMB 0
8,410 8,410 000000006373116c7d08c22020b47120d16747019c94c1bb82add99eaff21755 1 0.00/1.00 vMB 0
8,409 8,409 000000005c9a30c6b6cf531e5fc316627199daa092bc41a75f0d67bd8cf5de49 1 0.00/1.00 vMB 0
8,408 8,408 0000000083122578d2348469ba5466ff6db3cb027ec56249909e36343a6c1a78 1 0.00/1.00 vMB 0
8,407 8,407 000000009b6afc9f6bd55c20c5e15c30fb10b630a7da6205ab63e621d794f5ad 1 0.00/1.00 vMB 0
8,406 8,406 000000005ae2fdc26b76e01c7428b8f9c977176c6bb75fc6b869619dafc31452 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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: 629.56 GB
    • Received: 11.93 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.