Memory Pool Memory Pool Refreshing

11,225 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
882,647 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 3,672 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,646 (877,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,531 5,531 0000000046b6272474a106a41c35c914370c3b3d96da1ba75d2e29f6afc71a65 0.00 MB 1 0
5,530 5,530 000000005310971d1304a456759d9e85e4aad473f5f773a62fb9d08a51e313d9 0.00 MB 1 0
5,529 5,529 00000000c4e031a9a9924efd3ff0ab34f5b8f76ae66b3275b80f35d0767fcec3 0.00 MB 1 0
5,528 5,528 000000006046d37c2336f11cbb1d00a17557e003b8f3b93007d5107231db585d 0.00 MB 1 0
5,527 5,527 000000009f7f024e266e044b5ef2e5460f2b8599a7248a13b0eb09b029b50636 0.00 MB 1 0
5,526 5,526 0000000077b2d94aa31f27643f15f9c707b6b7a0f9a4c885650ab02f6b1425cf 0.00 MB 1 0
5,525 5,525 00000000668b7906f7d29afd108a5c0c9f5fd6439c5d678386de34df269d9326 0.00 MB 1 0
5,524 5,524 000000008a80e8ed5ada2b8832572a62152acd7be8084c46a7ff153ee14f54c9 0.00 MB 1 0
5,523 5,523 0000000098d88753452c62bfce6c636c7a139ebac7d9a3284636af5c79de0587 0.00 MB 1 0
5,522 5,522 000000001686e1d92319baf8038fff00f036216317f0c89fd77c36acfeda88d9 0.00 MB 1 0
5,521 5,521 00000000132c850b2de6863eadbd8b6c57b2ca9a63e0b726307bd6a5191646fc 0.00 MB 1 0
5,520 5,520 000000004916d6ebc3db4104b00783dc732721afac1a7251007d64106436c840 0.00 MB 1 0
5,519 5,519 00000000de88ee457981a8256127f340f98839d0ad59dacb744d8b347918a8cb 0.00 MB 1 0
5,518 5,518 000000002c55068583ce918095a4af4de0a3be5c9195bf2ddae3be724ea77315 0.00 MB 1 0
5,517 5,517 000000006fa261e29cc80504fac0e4da88f7c3ae63880659d0098aec3f0d3780 0.00 MB 1 0
5,516 5,516 000000000edc7289e1ea1e8a20b1a5acfec2d6000aaa9bb7b77f38fc332194a0 0.00 MB 1 0
5,515 5,515 000000005f8fdb9defbc5bbfb36d8ef7ef911010757084f2f14d4eb6233adc03 0.00 MB 1 0
5,514 5,514 000000008b900032d7f48a2d6e2357f40a5dc5e2733fa65b5b22b0488f52703f 0.00 MB 1 0
5,513 5,513 00000000074b4c7a212e7d65eadc4fbb88ee8f7de3d75abb1eadb5c580395252 0.00 MB 1 0
5,512 5,512 000000000fbdfa8545ab0296f7aaa0de0d94a1ea60426cfdccd7fe661baa5a07 0.00 MB 1 0
5,511 5,511 000000000c0cfb45eb088805bacb26e3258fb826384f7ac0c190cbdcc269de5d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 723.75 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: 2,111.21 GB sent, 81.35 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.