Memory Pool Memory Pool Refreshing

3,016 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 3,005 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (155,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,449 752,449 00000000000000000000221d9337576c7d060dad383d3dbfab72cc738345c10f 0.15 MB 236 11
752,448 752,448 000000000000000000021339c24b6e6af6546c1a62e837be875acede56ca22bf 1.18 MB 1,765 10
752,447 752,447 00000000000000000008586d45f35bccc92d170e3045ad1769706116e806da98 0.69 MB 1,291 11
752,446 752,446 00000000000000000001c21439f10bac6e1c4782e754ced8af7ff1e52656dda7 0.11 MB 207 12
752,445 752,445 000000000000000000042f37081ab3f9c694c0dbd4f85dfdcf9b0ec0146076f5 0.45 MB 1,030 11
752,444 752,444 0000000000000000000230934dd885361e9d8629fe4cce00a98f6e6f43072c44 0.51 MB 973 12
752,443 752,443 0000000000000000000400c3788b93d3d668924511da6cf9117968f0143cb552 0.19 MB 295 9
752,442 752,442 0000000000000000000574d23c427dcec15091dfa73d70da82f69aec841c9b1b 0.19 MB 329 10
752,441 752,441 0000000000000000000493216e060d9f0492f02e4f01069bed07ed9c9a4236e2 0.92 MB 1,047 7
752,440 752,440 00000000000000000003d0f6dd74339f0dfad7a0c4d944a8f3d45d196baaffc2 1.44 MB 1,977 7
752,439 752,439 00000000000000000004ed6faee7fa047ac4e35e9808a96f72f6c5ddc34b6876 1.47 MB 2,798 10
752,438 752,438 000000000000000000076759f1056d010a86f4b83956cdc91a2cb2be4fe623d2 1.24 MB 1,571 15
752,437 752,437 00000000000000000006ba74f2a974684164cccaefb11a05ff28c76ddf947ac1 1.27 MB 1,181 20
752,436 752,436 000000000000000000068cd0e050c1b74d57709bc961441f9a77c8d7582ea743 1.39 MB 2,082 13
752,435 752,435 000000000000000000041066f50de2c2ae0c6969a6f584721450572c29581f92 0.42 MB 718 11
752,434 752,434 00000000000000000007efa9e36b8ebbaabafa3b51d04a8c9d8cdd73e7d140d2 1.42 MB 2,593 12
752,433 752,433 00000000000000000008b58622c97b960e0f5332eff14bbf6a176ac1092979a6 1.43 MB 2,351 10
752,432 752,432 0000000000000000000869b8da0f3af650b9e8e12f95aa4e9ea0c197b0a63000 1.55 MB 3,041 12
752,431 752,431 0000000000000000000401e9e171bf7f2111a7952e183a32e58e5bc462ece263 1.67 MB 226 1
752,430 752,430 000000000000000000021985ec7fba90d135d1cb8f6270333d0f4ab6103158b5 1.54 MB 2,954 13
752,429 752,429 00000000000000000000ac952ccbd8e18bd254e69f9e50792d692bb24b2fbbd8 1.57 MB 1,921 4
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.