Memory Pool Memory Pool Refreshing

442 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,435 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,434 (859,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,575 48,575 000000001fe687cdfcecb91a4ddf1baa2c58d0adbff81957e6c167ca85daf450 0.00 MB 1 0
48,574 48,574 0000000016e0409695190a92ca5a7a3c6ac98fc1abd5081df4ff55023b839fcb 0.00 MB 1 0
48,573 48,573 000000001d16524ea16a3efca071844a1abc9d6f7a30253d34b6e30cd68af438 0.00 MB 1 0
48,572 48,572 000000002620d0dfa0c053a7fe285e8a8a323449d13dd819594499fc29b71681 0.00 MB 1 0
48,571 48,571 000000001daca8e942d09ac957c7c10a2536f648f1791730032c6d1b69bcc7d6 0.00 MB 1 0
48,570 48,570 0000000010e44bb3de83af219df4dfe617b297e446fbf19df1338edbdd29f42f 0.00 MB 1 0
48,569 48,569 000000000abb458e2ec0f7877ecb017a452439f657b0b1f11d3d9b0452614975 0.00 MB 1 0
48,568 48,568 0000000011f44fc1c6b1e190e818d00dfaa2f8f82ded6a59a653d3a0c7cfca82 0.00 MB 1 0
48,567 48,567 0000000022070a13cf4d9feab0b6c6506da7a02fbe2643354f79c64bcadf2405 0.00 MB 1 0
48,566 48,566 0000000012cb48c63ce7301cd2ede39326e63da870c8694a150821487529a51b 0.00 MB 1 0
48,565 48,565 00000000151ce9b657a7a38214acab1fbf75bd9fd7a187d7347b257455fedb08 0.00 MB 1 0
48,564 48,564 000000001e2d85c801d6aed4fb8ae0a6083558123226b2d2c44e109d44c757cd 0.00 MB 1 0
48,563 48,563 0000000015f7134f0b4f90b7374a3a5318095345a1dce8c6d8c4b90bf6f076c4 0.00 MB 1 0
48,562 48,562 0000000013fec86c8981716b29c9bdd72d8304f6a3cb326f9554aecc44a96147 0.00 MB 1 0
48,561 48,561 0000000029d1a25df0082bcf5ca8bf49ba255ef20fe5bec5997cb9b23fffd3fd 0.00 MB 1 0
48,560 48,560 000000000f317c7591af1e15221f8a0129ebd6503565dc8de15bfb072b629355 0.00 MB 1 0
48,559 48,559 0000000001f1923deb527d17ee290ec392ab536f522d1f3d82b8749eef4e5005 0.00 MB 1 0
48,558 48,558 000000002311ef283dc3d7441cc04a029bf5b7d60bde0bcef9b25d813b3b7b9a 0.00 MB 1 0
48,557 48,557 00000000203926d05845a08b0d3d63ceb08c52b13d11ab2fa5f3847ffc438a16 0.00 MB 1 0
48,556 48,556 000000000e5eedbd9d4b368514f8621802f8daacb0115ad5f098f795fafb8173 0.00 MB 1 0
48,555 48,555 0000000024634344c196d7eda3d80b48451f60cb76ff2e706737c79b36737c49 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.51 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,773.32 GB sent, 99.61 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.