Memory Pool Memory Pool Refreshing

3,136 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,425 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,370 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,424 (862,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,432 45,432 00000000014b47feac7612fbf028611717051a99a2f1a5df9a68f53e86d36333 0.00 MB 1 0
45,431 45,431 0000000035100e93d206ec161c1afd97a34a73dc3598a352a5f2ccfdcc33bea6 0.00 MB 1 0
45,430 45,430 0000000033befb506f9acf6ad0fd51c68164b309f55e77e53095d3eb7d62b151 0.00 MB 1 0
45,429 45,429 000000001b2df6a6dd48b6bd82c6ad766bfc87431d20c9613e66df13a16d7774 0.00 MB 1 0
45,428 45,428 000000001433ee06746f22625716702f78d3075fae58cd8a580c32418d3b333a 0.00 MB 1 0
45,427 45,427 000000000b3a9f48e792970ad37513825c4466b2eafbacfd8a3530755ea76eff 0.00 MB 1 0
45,426 45,426 000000000ad0bd39a325c7cd3b988ef30013048f0a883a930a08ba5ec5fa8bee 0.00 MB 1 0
45,425 45,425 000000000db4a378912949f3a1c5a6364fc43b2e29df52f8f6884e5a55310a1c 0.00 MB 1 0
45,424 45,424 000000001b7c04ca61a4e1ec7caa04c9fc56e02c5aafeaefb56755ab0eedcc5e 0.00 MB 1 0
45,423 45,423 000000002a42bcfcbbbd8e804602e38ece1a2be01397862f94bdb2b930a34f02 0.00 MB 1 0
45,422 45,422 00000000094bc021240463fcba5c45b479c8f155f6220482303ebf6d815c643c 0.00 MB 1 0
45,421 45,421 000000000200512b1afae9b06300fdbb17d66471baa69f86fc93e77b81291244 0.00 MB 1 0
45,420 45,420 000000000d59ace5d844408c597d3bb7f35f0ec6898e2d74e8ea069507e46526 0.00 MB 1 0
45,419 45,419 00000000065be8ab8c3adc4f8c8ea81b45f65ffe9d1a1de521355effd0d8026c 0.00 MB 1 0
45,418 45,418 00000000075601fadeb7950bb86988575d09c671a72b9712dfe36e0f8e93cd04 0.00 MB 1 0
45,417 45,417 0000000035884f74bad11e5fc1f12a72630980cc93fe6c5aa4eef97d29dcb530 0.00 MB 1 0
45,416 45,416 000000000ab284096c64115b554669ed11bde35dd858fb9b81ffbb47c0fb5e1a 0.00 MB 1 0
45,415 45,415 000000000fcb1e569bf8312620b76fa562aaa42532e88517f5520efe99c0cb45 0.00 MB 1 0
45,414 45,414 000000001daef488ce6b2d9d4823c19b6f37daa056ff2fee8a41431dbd6a7d1c 0.00 MB 1 0
45,413 45,413 000000001b29afe5f16e728b0a4e61997ac7a54cbd6813e4bf82b8eb2eb5847d 0.00 MB 1 0
45,412 45,412 000000001f4d8148f235fdefa621133089ce702bb33629d0f88d2e6ab97c9f4b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.49 GB sent, 99.52 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.