Loading Tool

Explorer IconExplorer

Memory Pool

78,174 transactions
28.99 vMB
0.07970692 BTC
Random Selection Loading Transactions
Max Size: 175.79/200 MB

Candidate Block

Mining Attempt 876433794d1026e1196f602d6b41da057a28dd6e334cf4a0e8030e24f9de039c
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 1b3ef1ac7ff4b45093208671c0aad3527dbed7cf2848f56166fb112d6611da64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,357
Size: 1.00 vMB
Total Fees: 0.01926535 BTC
Feerates: 100.81 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (208,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,470 706,470 0000000000000000000c87987839a44e7dbbf51ec02d20f5dde79df3894d139d 714 0.30/1.00 vMB 10
706,469 706,469 0000000000000000000a95b591ed9a8452ced888e2030d346d25ebfe2c8043d2 1,047 0.87/1.00 vMB 5
706,468 706,468 0000000000000000000753df0ce49b5c929d194921416cee696cbd1c98298941 1,127 0.65/1.00 vMB 7
706,467 706,467 00000000000000000004b4b8a81c17d044774a1c1b5809b43571559a65ef7ce5 1,291 0.56/1.00 vMB 8
706,466 706,466 00000000000000000006b177fb60b8e7ae79c2e4ea55bd6b93111d834e75c030 831 0.37/1.00 vMB 9
706,465 706,465 0000000000000000000a27f7a98b211acb57fd8e9b88d8aed4de8903d9026209 74 0.02/1.00 vMB 8
706,464 706,464 00000000000000000002883cffb5f2c2af001d65ce84a95e47243caa1aefdf5a 2,317 0.84/1.00 vMB 10
706,463 706,463 0000000000000000000472f2832cf454425252226b9bd3c6fbc6991748dd8f8d 2,081 1.00/1.00 vMB 8
706,462 706,462 00000000000000000004ad434f84d531badd95240fcc7d8fe7fa4435bf257d13 1,141 0.51/1.00 vMB 1
706,461 706,461 0000000000000000000172a7b4f3e0dd5c16feae4f270e90d0ebf16285d0d790 1,869 1.00/1.00 vMB 6
706,460 706,460 00000000000000000002ef79ca00637bae4afe95135ede0df1f0c2ece7258195 1,024 1.00/1.00 vMB 5
706,459 706,459 0000000000000000000b9f96f6dc94ddf4c89bc4694849a040c0ad460740bd3b 3,080 1.00/1.00 vMB 6
706,458 706,458 0000000000000000000304d635387c7e53e66c848790b87573bcb857b62ecec8 3,463 1.00/1.00 vMB 25
706,457 706,457 0000000000000000000980f18e445facb7ab1156653fdf34266f190234e3314e 626 0.42/1.00 vMB 7
706,456 706,456 0000000000000000000642404e4dea1c7dafb3f743b2eef54071944dd16f30ad 1,593 0.47/1.00 vMB 12
706,455 706,455 0000000000000000000861cd4436944068b69c1f5397f77172ca0a5ac3b9c0e8 627 0.18/1.00 vMB 12
706,454 706,454 0000000000000000000af29d2617516f943c5857f584ec5d7e3cbd130a206600 1,332 0.83/1.00 vMB 11
706,453 706,453 000000000000000000097957d1102e84511b4c36d4f57957fc26d50d8af2b9b4 2,494 0.79/1.00 vMB 11
706,452 706,452 00000000000000000004658b4b5a0b2780e93cfa0f8c97f87a81f4de68b106c5 477 0.27/1.00 vMB 8
706,451 706,451 00000000000000000004c437632b5ae864468ccf55a62ffb6624f152eaceeb57 2,339 0.86/1.00 vMB 2
706,450 706,450 0000000000000000000ce8b00c4fffc8e84574e3adff6f1d2d6f293a380be82a 2,136 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.