Memory Pool Memory Pool Refreshing

7,745 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (603,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,555 304,555 0000000000000000424c19663d4eb15c29439dbe5052474e48b1d36238f1270e 0.16 MB 266 26
304,554 304,554 0000000000000000162c3c18726523460a295123fec07db02a849531bd29afd9 0.03 MB 68 32
304,553 304,553 00000000000000002029ebea0fb6b712f44a09d7bb119f7116afc9b5db005bf7 0.23 MB 347 24
304,552 304,552 00000000000000004b5399dc3dbbc3746d2472c5f8a6985c4db51b75a809b4b9 0.04 MB 32 12
304,551 304,551 00000000000000004eaf4cde22c80621bdd1b000fb4cb2aa33935573e4dae207 0.05 MB 119 39
304,550 304,550 000000000000000033d480e98a27aa2e71dac4f56f306a4cc70286c8db796247 0.22 MB 340 26
304,549 304,549 000000000000000013083adeaaa5ccebc23a8bff3a7656e553882f5cdf427628 0.14 MB 191 16
304,548 304,548 000000000000000045a6c7680d05c92cba846604b91987a08b937a22bf05bedf 0.25 MB 602 37
304,547 304,547 0000000000000000326cc80d3c544ae7f903d38fc3625ab17077b988bdc9664b 0.19 MB 336 35
304,546 304,546 000000000000000011ce6e0bbd98bf737b3e39b341ece14c426f13d7b411eeea 0.25 MB 210 15
304,545 304,545 000000000000000039aa05a7dd58bfee8f96be5ec0d397fbb7fb690b60d53d9b 0.35 MB 924 42
304,544 304,544 0000000000000000295987c26f27ef8f93e8b5e1f6560e92e6f4c8f6f4a13669 0.11 MB 45 5
304,543 304,543 00000000000000002aeedef8bde462dd4236eafd24588d2f55600443fe38a295 0.36 MB 476 27
304,542 304,542 000000000000000030eee079c080b73e42607a3585777e1323218ffacbd3d932 0.05 MB 46 11
304,541 304,541 00000000000000001e8f162e964a8a8dcc9f081cf79ce8c99e1af8dda26f12ae 0.14 MB 145 21
304,540 304,540 00000000000000003d79249409389ce04df77225d042e8e331ed03c3815c436d 0.35 MB 352 22
304,539 304,539 00000000000000005143404c5bc21a03528ec9c30cc09ef873fd29cef850d3aa 0.35 MB 850 41
304,538 304,538 0000000000000000570d9877da3573e40ec34654e72fcd494dcbf30c8e44ee06 0.50 MB 939 36
304,537 304,537 00000000000000004c231611dc40eebad33c9c3fed0c27ca5ee8b4dd32283327 0.35 MB 510 31
304,536 304,536 000000000000000049909d8189624be0aea5c50cad15bac188813226e19d9a3b 0.75 MB 496 14
304,535 304,535 00000000000000003944cc71ba3127840298585caec76ef093e6504003a3b09b 0.35 MB 816 37
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.88 GB sent, 93.01 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.