Loading Tool

Explorer IconExplorer

Memory Pool

78,420 transactions
29.44 vMB
0.06865668 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt 09991aa3ca164f75ed525a2564243f41b97a0f065c8f9a0eb8f7d9147d2c7abe
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root a1d9ab0ed43e6762e6d8a806baf7bbcde7ad683e72b59a1a15bd9ddab24a8c71
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,895
Size: 1.00 vMB
Total Fees: 0.00890400 BTC
Feerates: 100.53 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (419,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
495,501 495,501 0000000000000000006673abf8cbfb7cf654cbbc6081ebdef3565f7cb1d74a73 1,900 1.00/1.00 vMB 176
495,500 495,500 00000000000000000016772602f4715bcdc3bc499ea5f45d1556aa7f2713e4c3 2,254 1.00/1.00 vMB 153
495,499 495,499 000000000000000000c52168ce1f2c361602c0b3df5318e204e76e9eda15c955 2,479 1.00/1.00 vMB 295
495,498 495,498 000000000000000000837b51db31eb4c2db0745284f71040249b5e878e27f36e 1,676 1.00/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 782.41 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: 664.96 GB
    • Received: 15.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.