Memory Pool Memory Pool Refreshing

523 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 507 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (892,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,385 16,385 0000000016bb79c172c45281568535770bb4220443218cbfa2348e3619d3f920 0.00 MB 1 0
16,384 16,384 00000000c6aba8b27850379b1ddc914644586c553164b9882fd549fe1d655165 0.00 MB 1 0
16,383 16,383 00000000bcc8fa95c3b4398072def7731d10c010f933a7c2574b822ee4268b8f 0.00 MB 1 0
16,382 16,382 0000000066284396dc2f9d0e1b94a7c3c1a995a39ee2adb0edefe524096db7a6 0.00 MB 1 0
16,381 16,381 00000000a0d30ae20db27db6347148830dee3c9c22e5f7fbdbe62235eae38821 0.00 MB 1 0
16,380 16,380 00000000a181802857286bfc1393e906229a7ce234b1213cca146d643cd79f95 0.00 MB 1 0
16,379 16,379 000000005ad5a5d63927a48a975170e6a77b5d71f76b788ce7e55def3e3f7cb6 0.00 MB 1 0
16,378 16,378 00000000ff59bf03c17b31033e75b3423bac8d2b5eb0970c1e2a3bde34799eff 0.00 MB 1 0
16,377 16,377 00000000c0505d6a2d1d8eaaaf9c7ab0f368477c80ec48a403b937d1c8689848 0.00 MB 1 0
16,376 16,376 00000000fd46375a45dd05d930a6097fa1bf78ce6a0aa8efb7ec66d61c6ddfff 0.00 MB 1 0
16,375 16,375 000000004ffe7bcb7423376b93c64808bf3fdd08394142edd8e7ae7b8681aedb 0.00 MB 1 0
16,374 16,374 000000007715927f1e6a19cd88cf07bdb39046811bd1a83c81b72c517d2fa05d 0.00 MB 1 0
16,373 16,373 0000000023bd6ef2437502ea5e5f438750ec3ca083e965f2d4cfa0e2db91b976 0.00 MB 1 0
16,372 16,372 0000000006f587dddd93f63e9327ebfed7932c282e9c787236511f65f6c2f91a 0.00 MB 1 0
16,371 16,371 000000008e5ba9eb10f9291cceb524c453ed386a335236730c5e6e5fabcc2b8d 0.00 MB 1 0
16,370 16,370 000000006b4ff18c13e01d8f0734e8e227081b14fd293ffa88ef1ddb76e7ec5d 0.00 MB 1 0
16,369 16,369 000000000a069674d608ae2ac32f37afb42f07d07323c93c55f55300f3e6e557 0.00 MB 1 0
16,368 16,368 000000001849ad30e83ca0e90128aa1405a511b45bfd484eabcf52409f90971d 0.00 MB 1 0
16,367 16,367 0000000072fe75e6bfdef9c808b343a6b0a71056cf40e77f5222d5c52f5dff91 0.00 MB 1 0
16,366 16,366 00000000344bb43ad677ac75f043015c347b3b87ad7a941ebfe4bca08e40c69c 0.00 MB 1 0
16,365 16,365 00000000314aa43bb2c1cd1ae6013bc2df54582a8fa56d768d2e266c0238fe96 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,784.26 GB sent, 99.89 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.