Loading Tool

Explorer IconExplorer

Memory Pool

72,674 transactions
27.95 vMB
0.06447122 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt f2a02dcaa901bd954b1574f24d080b1ca450cc594711bc4408b4dacb850f0714
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 534e5949a53901653e30fdc090530cf8f8892260fd17935bca31df048a114c51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,444
Size: 1.00 vMB
Total Fees: 0.00873175 BTC
Feerates: 180.34 > 0.88 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (419,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,522 495,522 0000000000000000004b5de1b641d116aee1eb9cd1e0bed9d6290fc97f113997 1,557 1.00/1.00 vMB 145
495,521 495,521 000000000000000000ae3483133eaa3806c3db2e4f5760cbbf219d0c036747e0 1,872 1.00/1.00 vMB 238
495,520 495,520 00000000000000000049bfdec57ff3d35b7b651dcbe0e1ee2227800b2875459e 2,245 1.00/1.00 vMB 263
495,519 495,519 000000000000000000bb2d5c759ce6d7ade4c23ab5b20a334944c15e56f66477 1,280 1.00/1.00 vMB 77
495,518 495,518 000000000000000000b8b6bb7f17b01ebc434f784933a5cc1b56f7ed3f460fe3 693 1.00/1.00 vMB 38
495,517 495,517 00000000000000000061d75b94d5b94b6a9c3928af866774ac812718bc970ae5 2,224 1.00/1.00 vMB 172
495,516 495,516 0000000000000000003f4cbb241358f2cad6f11cc3cf236d26a314dbba3eaa47 550 1.00/1.00 vMB 33
495,515 495,515 000000000000000000a9f68c07e047063ecb06c5ae0fdff0daf2283434ff9ea6 1,824 1.00/1.00 vMB 125
495,514 495,514 0000000000000000003ca667fdffaf1a33697409cc80a983fa495e51cd9d9562 2,111 1.00/1.00 vMB 139
495,513 495,513 000000000000000000377fb850307400db7c41561305a4f6db2ff5a9b1b51767 2,038 1.00/1.00 vMB 60
495,512 495,512 0000000000000000008eaede3d40af9621816b0af1790b9a588cd68db088c067 2,232 1.00/1.00 vMB 272
495,511 495,511 00000000000000000063403ba5e4c9821a324cecbe4a1a280b57bb426b762e25 2,172 1.00/1.00 vMB 142
495,510 495,510 000000000000000000c0a29a120360b973e5a31084c1ccc8a749d2513e439853 2,217 1.00/1.00 vMB 153
495,509 495,509 0000000000000000009dddb70ef95726f367fe4eec0c30c95701dc0f092b263c 388 1.00/1.00 vMB 16
495,508 495,508 00000000000000000051c4c87fde5b538a6f38dbe00c82442c73ce0be49eb50d 1,780 1.00/1.00 vMB 105
495,507 495,507 00000000000000000026e276209cc7fa6bcf1c5a154a8b45465f73f2a5c5d785 1,373 1.00/1.00 vMB 96
495,506 495,506 00000000000000000072499102d5bf75bc6a49ea4721e9a4d1d1e5b6d4dc046c 1,719 1.00/1.00 vMB 67
495,505 495,505 0000000000000000006e1664adfa3c764c13dcb4ca99dc485130bd30915c653d 1,904 1.00/1.00 vMB 75
495,504 495,504 000000000000000000028263579df29958ddb9b860c5c1bb4d66e7da7d8de159 2,509 1.00/1.00 vMB 128
495,503 495,503 0000000000000000004734efdcbb683f00e3a016ebf62ca695011c71433f1d1d 2,727 1.00/1.00 vMB 223
495,502 495,502 000000000000000000bb8b894bfca2319d32bc6df8d09653050c666c88a2e8ea 2,451 1.00/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 666.89 GB
    • Received: 15.23 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.