Memory Pool Memory Pool Refreshing

4,603 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (5,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,874 901,874 00000000000000000001fa1748bcb4a1e160689abd4c81cb9c4bf7bd8938d73c 1.36 MB 1,337 2
901,873 901,873 000000000000000000021dff7f44d3a171a38f13835be0f561f4d74574dd329a 1.58 MB 2,865 3
901,872 901,872 000000000000000000010b84608693dae9ca078ce3cf6dd9ab6828502482ecd5 1.69 MB 3,365 3
901,871 901,871 00000000000000000001959970b814ebbed6c2f11a02715a2b7182e9dfcbde6f 1.58 MB 4,036 5
901,870 901,870 00000000000000000001bcac0997154b59529c84a2e82adb02097d6acaa28e71 1.56 MB 3,505 7
901,869 901,869 0000000000000000000216505f63264e966d7b2d89f730f4da9cc13451e8735c 1.66 MB 4,024 4
901,868 901,868 00000000000000000000f6d223776230438d8f0cf9f1d1def0ed43310345cc74 1.46 MB 3,262 9
901,867 901,867 000000000000000000013bb12eb46446461030fef51b633f171465904a4e0b54 1.44 MB 2,153 3
901,866 901,866 000000000000000000006439d14d511e03c6b82151e1292946c64ca286675f18 1.24 MB 1,277 2
901,865 901,865 0000000000000000000192e61044cc7ebbc584aa97ccc310267a3b758ce9d6f7 1.29 MB 545 2
901,864 901,864 000000000000000000005b9e994f9199f0863d99f61d9d9f0c93e12c97443825 1.67 MB 2,896 2
901,863 901,863 00000000000000000000fcb8361530ee629524dc7b225de29274329075ebacc9 1.76 MB 3,833 4
901,862 901,862 00000000000000000001cf9ff577a4561421d8939bb00dda728f2ca0b38231fb 1.72 MB 3,179 4
901,861 901,861 00000000000000000000670151b2cd39848ebedc757baf3a84d93bf38010341d 1.52 MB 3,443 7
901,860 901,860 000000000000000000016a39dc2257af6d5cb023d06e2e57317fa25b964d41b7 1.59 MB 3,290 6
901,859 901,859 000000000000000000002d39ccc5e6150b4f8d70c3995b9be2330dd38eaacbb9 1.10 MB 1,196 2
901,858 901,858 00000000000000000002051c1716c6c4ec304405fec539fbba32f5d06f1802d3 1.21 MB 2,850 3
901,857 901,857 00000000000000000000cf6eca8b3147b90c2e4f63c7a0a4dd6c177b538fff6e 1.64 MB 3,251 4
901,856 901,856 0000000000000000000131d8bc135e62ae153612b6d6e6691c199103e7d4fd07 1.55 MB 2,346 9
901,855 901,855 00000000000000000001c5fdcfebac2a7bdc4ed23ee17dde583c403cf6c137c5 0.96 MB 1,465 2
901,854 901,854 000000000000000000019225146aeb2f4d171f2acda5d0458f76c9dd446461c7 1.47 MB 2,322 3
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.