Memory Pool Memory Pool Refreshing

2,513 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,495 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (652,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,844 254,844 000000000000002236ec7fc2aa5ee2de551d25e949ea41b0e4816e5cde49d6ea 0.08 MB 188 125
254,843 254,843 000000000000003422e718ff9ac2a0991b547bd3a066b0d480c4e25f674132a8 0.17 MB 386 129
254,842 254,842 0000000000000018dcb5d58c1af5462ce67cc178f2ae69821f94fffb21ff9bf9 0.07 MB 171 89
254,841 254,841 0000000000000027e5bdfe78643858fedad00bd789c461526c041b1ac60f9fac 0.23 MB 559 118
254,840 254,840 0000000000000038d83fcd3bbb28e20d96c2db15accda50f20dbf08ab33e75d6 0.11 MB 245 103
254,839 254,839 000000000000002a2e1575b1990e643bbb3ea068b7779eec69f03f4b1678ff9b 0.24 MB 416 88
254,838 254,838 0000000000000038b85e58e476538df6d521ae41d10a362fcd140eb2cc6defe3 0.14 MB 423 102
254,837 254,837 000000000000000ecd29588bece4fd258e99b0e5da97a9735aa4074125533a83 0.05 MB 123 50
254,836 254,836 000000000000000f04294be49b1f1ea9e6c44d8a32d6bae004734ca4e8ee4581 0.23 MB 596 107
254,835 254,835 0000000000000024d4bad99d5139fbb1c402aa6e6d549d6a136b3e65975b0743 0.15 MB 359 86
254,834 254,834 0000000000000020369b9f3edc578fb182c68c56d090ebe23c11678f7527cc7a 0.14 MB 261 67
254,833 254,833 0000000000000001dc88a408ac3526e1f5e2ac2c3fed3ad742f0e365af556c0b 0.15 MB 388 89
254,832 254,832 000000000000002091055ea4076c157f80204ca5fce89d3293d2b053adc70b85 0.01 MB 35 93
254,831 254,831 000000000000003e93ef9946f7257be51c7a9f980591821a7c91367f91048996 0.04 MB 91 80
254,830 254,830 0000000000000018c808907191847cf6ae36e69d41ba7181a70a6b42d6e33797 0.04 MB 116 74
254,829 254,829 0000000000000000f800b868c33216b036aff3cfd593323796d80562ce65c1f2 0.05 MB 127 123
254,828 254,828 000000000000001eacb080d65e47f7686868115bb189dbdb547ea50367cc6d05 0.20 MB 477 89
254,827 254,827 0000000000000011456fd97df17074ee5099144e126e2ac178871a35352a7419 0.05 MB 120 86
254,826 254,826 00000000000000290e7b66eacde9fa8ff19bce89c8e4e67b9ab237e676d49dad 0.07 MB 174 85
254,825 254,825 000000000000002ae999dcaa3ad0cf304e6324dc6830aea91a2c6cfdff781a6b 0.07 MB 155 74
254,824 254,824 00000000000000136483c068624c7d1b63bd26e2dfce90db1d6f358dcc95f15e 0.16 MB 441 136
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.85 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.