Memory Pool Memory Pool Refreshing

7,164 transactions
3.82 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,787 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (31,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,823 875,823 0000000000000000000250d42211d6e7417b517b653dba0e13ba63cc13c384e8 1.60 MB 1,662 3
875,822 875,822 00000000000000000002661564a092c8f0afdf8d92d0764c5a128dae1a85f979 1.23 MB 518 4
875,821 875,821 00000000000000000000ce130e5229d9bd21b61fda5e464e35cdfcc8227837b0 1.98 MB 2,465 6
875,820 875,820 0000000000000000000168673278810197a31d2a28f921fcbde1bf10d2fb3d83 1.71 MB 665 3
875,819 875,819 000000000000000000011cbddcd2c8411f50f534cb468f574e36c57f99299bd3 1.59 MB 2,138 6
875,818 875,818 000000000000000000001d49d2c2f40bc9d3dc09dea65e9e7ca860545edb4b96 2.00 MB 3,048 5
875,817 875,817 000000000000000000002573b0d2ac5b139514d3fe573eea4053a420c1d521af 1.82 MB 2,790 9
875,816 875,816 00000000000000000000ef483d2793847d3d3d441588e6605d9bc2a50e190dec 1.86 MB 3,187 9
875,815 875,815 000000000000000000017fffa450dece5733cf877bddcc3a465d96ac157dd180 1.62 MB 2,333 4
875,814 875,814 00000000000000000001476514183a178fe73fa498ff4e3f26bdc73a469b93e4 1.51 MB 1,484 3
875,813 875,813 00000000000000000001e158be0eef0b529d93a03c9b1cb2ce6f3edea776aa3a 1.51 MB 1,300 3
875,812 875,812 000000000000000000005e69f3909e5901f5fcbc3c159f8ba461509554245533 1.65 MB 3,535 7
875,811 875,811 000000000000000000011fb65f50f4fd57e4bf017ba3ca8b513b3a1b42d24a21 1.54 MB 2,838 5
875,810 875,810 00000000000000000001990ff61abf092a5138550948473f5bfcd3b574398919 1.62 MB 3,893 2
875,809 875,809 000000000000000000015a1b638d15053c928e2ea42bca7cf0633586f76720c5 1.60 MB 4,238 3
875,808 875,808 0000000000000000000098615dc4b1b7d563b0b28c0eb10791a231138d3f7a2c 1.47 MB 3,691 3
875,807 875,807 0000000000000000000115263e74dd9e5c7a4dc2c03fd942dc9b02a167db1b9c 1.46 MB 1,623 4
875,806 875,806 000000000000000000002e5ddb3ad8f0f9e9dc922738fd11682ef10314e06488 1.19 MB 666 3
875,805 875,805 0000000000000000000074d0156c50f4a7183722d6baab35cefe5a65b8f6d4e6 1.52 MB 2,338 5
875,804 875,804 0000000000000000000139b3fee46d7b9c61166bd92f0a7677a614067ea10ddc 1.63 MB 3,381 8
875,803 875,803 00000000000000000002038da8b6180bd6811772f62a7fe722dc0309507e3d50 1.93 MB 987 3
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, 114 incoming
  • Data Transfer: 1,625.77 GB sent, 93.04 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.