Memory Pool Memory Pool Refreshing

17,806 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (551,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,360 356,360 000000000000000013dab8036d526d3f89b2945cea73a5faf096836fb5ab3bac 0.12 MB 210 18
356,359 356,359 000000000000000000b89ac4179df45a8c186841ffd07215ece515a987601b99 0.59 MB 849 16
356,358 356,358 000000000000000003a247dc002ba0c400c7b34cf514421a81385bfb1a378efa 0.75 MB 1,707 30
356,357 356,357 0000000000000000151f8379299bb3f81dacb82e86d677ea6e6b421d3ab93891 0.00 MB 1 0
356,356 356,356 0000000000000000104c6a83e68b1ee845a53e5b8cd8eafb00e58cdf57e716b2 0.35 MB 641 23
356,355 356,355 00000000000000001404e75cb3263ca600a8b641dd807c13d44d375f9e881eab 0.40 MB 803 27
356,354 356,354 00000000000000000419f12339586281ad183b781376a7166f0037fec5d9e5ed 0.61 MB 830 19
356,353 356,353 0000000000000000046491ce2922356c3ba62dd6fdaa96197bf376a869a59130 0.17 MB 356 24
356,352 356,352 00000000000000000b4d20a853b31426acf35d13ce03b3146cb56a9cffa8de22 0.25 MB 458 23
356,351 356,351 00000000000000000aa51a6b4992ea3602008a2908cbe1c1ff4db48113b5bedc 0.00 MB 1 0
356,350 356,350 00000000000000000c5d6092dc994121b26ed3adce49a157a51100052bd23ecb 0.54 MB 1,098 25
356,349 356,349 0000000000000000059c2ef5ae156ff3f25cf6b10271cde21daf51fe4ee97dac 0.29 MB 594 25
356,348 356,348 0000000000000000112646f0f1facd7832f0bea8b4a86feaebe1fd494c479ec4 0.33 MB 681 27
356,347 356,347 000000000000000000f14f0d74c03cbad437325b128619ef89092498e7d4b324 0.10 MB 60 3
356,346 356,346 000000000000000010527c548ae88f7acbe2953dc1c42293e4bf1e807de8cdb0 0.30 MB 543 25
356,345 356,345 000000000000000016f771b89091b520ec98aa416197616cfe56931e53b86dc2 0.23 MB 366 23
356,344 356,344 00000000000000000b9067802361f4403b54ac5b1f58508cc4e934b116bba569 0.03 MB 51 6
356,343 356,343 00000000000000000865323b23e17329effaa0558571d9ef96e1bf1a398e14a7 0.17 MB 330 28
356,342 356,342 0000000000000000130481585d0ce2a9a98a1ac14512b9fef04852ced8ecf79c 0.42 MB 734 24
356,341 356,341 0000000000000000096553bc392eb3f33d4ab58b8d823bfe6cffd9c1da7a08ac 0.00 MB 1 0
356,340 356,340 00000000000000000220ca7fe2054e918539ad7a2de5624590832f644ab3dc32 0.30 MB 539 23
Previous 10 blocks ↓
Total Size: 769.02 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,624.24 GB sent, 92.99 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.