Memory Pool Memory Pool Refreshing

216 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 213 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (31,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,830 875,830 000000000000000000019f54dbf06f6ebb6f100acf1335e2c03c60a356e7b3b7 1.54 MB 1,051 3
875,829 875,829 000000000000000000014f6f2c1e4505e89cf76ae9a1ecc51b46ee85b1d9164b 1.30 MB 1,125 4
875,828 875,828 00000000000000000000c7e0fbde503b6de9d92c396bfe8e494ce9d72486428f 1.40 MB 979 5
875,827 875,827 000000000000000000007e3e9fd31e755cb6d6224348e3c4d33387f245285c8f 1.45 MB 2,500 12
875,826 875,826 00000000000000000000b8c4b5115121c7dbc0eb32a8076dc1d24286c06a0bc6 1.35 MB 976 5
875,825 875,825 00000000000000000001a65ecabbbb5c37c2248fb9a0435932420e82a1646953 1.66 MB 2,102 8
875,824 875,824 0000000000000000000174a26bcad50e99426a6ab2b4275c8c55fb75643c6ec6 1.32 MB 1,519 4
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
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.