Loading Tool

Explorer IconExplorer

Memory Pool

41,984 transactions
30.44 vMB
0.07075996 BTC
Random Selection Loading Transactions
Max Size: 154.47/200 MB

Candidate Block

Mining Attempt b6a6fed29656bd56e9eb3a7f067325c34b047a3752ab6fcbafd507c5ca14c729
Version 20000000
Previous Block 000000000000000000006714c3d7dc50e84391981f67170adb5c2d01c46a6280
Merkle Root ed2f9ab385cdb27cb68c4d571f445dc0409588c65def085a32d640f7e6cadabf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,356
Size: 1.00 vMB
Total Fees: 0.00996239 BTC
Feerates: 60.16 > 1.00 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,465 (226,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,234 688,234 000000000000000000038a787d97af3fe50863c712b9c6f194dca8c90bf88030 1,861 1.00/1.00 vMB 21
688,233 688,233 0000000000000000000b6f8bef16a2c2a8517736402f7b7709cfbffbaef15596 572 1.00/1.00 vMB 6
688,232 688,232 0000000000000000000434550d28923d4b33b1297ee373b94f9cf728cf9a8802 733 1.00/1.00 vMB 11
688,231 688,231 0000000000000000000c67293ab4403367ba0d36009e1cb26267260986ab3811 335 1.00/1.00 vMB 7
688,230 688,230 000000000000000000017654bc1f2979b5de30337ff78c7050be22bb67e7a728 2,129 1.00/1.00 vMB 10
688,229 688,229 00000000000000000002ff25e9f9d42c55b7b95f17a9e4938c959ce8a02d48bb 1,360 1.00/1.00 vMB 27
688,228 688,228 0000000000000000000c922084b1b76b2c175c3d53d0e012ade584fcd8e0ddbc 916 1.00/1.00 vMB 26
688,227 688,227 00000000000000000003e2b1ceb38944ea60a12a005d4faa522edd3e5f844bd2 2,359 1.00/1.00 vMB 59
688,226 688,226 000000000000000000049a68e9df257cc70b6215f329f9f762daaafcc00732aa 437 1.00/1.00 vMB 6
688,225 688,225 00000000000000000000a9ad81a4c9d348730b7d8489f2133d2e45f413633439 870 1.00/1.00 vMB 9
688,224 688,224 00000000000000000006289ecc49ac99a721d44425ed28e0c279b2bcb1006c8d 1,369 1.00/1.00 vMB 14
688,223 688,223 0000000000000000000cc8a395e66dbeb7f607d1168873de348f2b6d3f280c4a 1,147 1.00/1.00 vMB 14
688,222 688,222 000000000000000000087689c97b0f90376edac383df6c7a2e02e4a093f2e4ff 1,968 1.00/1.00 vMB 23
688,221 688,221 0000000000000000000adee6d2d531f2c654d6b5b524ece6036d1ef5ea9e7acb 2,166 1.00/1.00 vMB 26
688,220 688,220 00000000000000000000893c6c7d725dcf4b71970104376dbba9dd089c5cf988 2,052 1.00/1.00 vMB 20
688,219 688,219 0000000000000000000bd72e73f7f96e3185836be384bca72cffedba7b10c123 2,562 1.00/1.00 vMB 9
688,218 688,218 000000000000000000049af02e34e9dbeee8620f17b2d0ec65c58e7439622b66 1,691 1.00/1.00 vMB 23
688,217 688,217 00000000000000000005c652f87fc65c482631bfd9f3579b841a075f65f4c3d7 2,345 1.00/1.00 vMB 55
688,216 688,216 00000000000000000006cd1c171689728839e4f5fcb9d214bd39d7c0c1c970c3 2,787 1.00/1.00 vMB 19
688,215 688,215 00000000000000000002872cadd448580c4a077f224011174ebf5dac5f9976e6 2,371 1.00/1.00 vMB 8
688,214 688,214 0000000000000000000ac13c3b2bbd4de5959f151d3b078b47d3d96f35623ac4 1,457 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.02 GB
    • Received: 10.70 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.