Memory Pool Memory Pool Refreshing

6,798 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,656 (419,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,062 488,062 00000000000000000088085181ccdaa3ce4043536146c9522e29b7ecd1d5a9bc 1.02 MB 1,994 78
488,061 488,061 0000000000000000000a1f30f01d93812281f4c52f41ce26044d3531d28ef0aa 1.00 MB 1,733 72
488,060 488,060 0000000000000000000e62342ea5e4015e441e45ab1b2ed700df8677f79014ce 1.00 MB 1,470 97
488,059 488,059 0000000000000000009aa58534593b22365746174a69eca1007ab109aad61359 1.00 MB 774 91
488,058 488,058 00000000000000000032e92620a0918e863ed2d3f824a69fef1289b3368b780e 1.00 MB 1,513 121
488,057 488,057 0000000000000000005da02c26aaf926eaa2bedefb05495b380a9b02262362e6 1.00 MB 499 81
488,056 488,056 000000000000000000df3ef7edee9dca94d2e0dd9ef2d2beff27859ebd7f077b 1.02 MB 894 98
488,055 488,055 00000000000000000095025bdb28ca1cb854a5e18c947af283a064210b83ee90 1.02 MB 894 92
488,054 488,054 000000000000000000c076252cfb060f25ecfa3e85d82cfe4c6ae8ead152bf86 1.00 MB 490 87
488,053 488,053 00000000000000000033d165fbeca1e56e6da963cb38060d817ce1007cc9096e 1.02 MB 1,097 107
488,052 488,052 0000000000000000008a2f691f110f6c07a8b2b8e449777a1df5442225c444e5 1.05 MB 2,144 119
488,051 488,051 000000000000000000086b2c739bdf482b9fc54eb6d24ff2cd1c261be05936af 0.16 MB 375 144
488,050 488,050 0000000000000000004136a4da7573e43f89b36756f38549a2f076f23aace6d8 1.00 MB 2,398 167
488,049 488,049 0000000000000000003f02794aed4b90816ff2cf5db922ac42b2847d80d098fa 0.01 MB 24 546
488,048 488,048 000000000000000000b61c1a43365120a7eb838cf61d42fce7b7586141a526a7 1.00 MB 516 93
488,047 488,047 0000000000000000005f708159ed064ed82236f69ec1e121c2c28234537ea08a 1.01 MB 386 92
488,046 488,046 000000000000000000ed482b0b0a071b853a21260647ea758a28e72f1c4a1a23 1.00 MB 732 109
488,045 488,045 0000000000000000008a8a4505f3df13ffbca1b4cc34004d9cbd3bc2781cbaa0 0.00 MB 1 0
488,044 488,044 00000000000000000008f49ef26feab3a7cedc0003ae74c8c039d77f4741fb2f 1.06 MB 1,960 138
488,043 488,043 000000000000000000b5ba0458df9a92155800f97b5b7c674cae5a610b33e1b8 1.03 MB 1,903 104
488,042 488,042 0000000000000000005af956fa5a6b7688c99ce4cc69775a667c11f84a3d9ad1 1.00 MB 1,939 121
Previous 10 blocks ↓
Total Size: 768.90 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,599.77 GB sent, 92.28 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.