Memory Pool Memory Pool Refreshing

2,205 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.54 vMB 2,194 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (845,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,107 63,107 0000000005513f0230a8091f5b9b865746724d3fb9583647ef47291cbbb12e97 0.00 MB 1 0
63,106 63,106 0000000009a3e2f389f83ec9f71e76ff86a587b3ca76683b38fe59f6a6547e45 0.00 MB 2 0
63,105 63,105 000000000caabd27558054fb08477fb7b99bdf88ec893c6310410386c462fb3e 0.00 MB 2 0
63,104 63,104 000000000912ed60bd04b71a4d5749680cda1e97d806f895cda402f868dc112d 0.00 MB 1 0
63,103 63,103 000000000709e840a93296ac4fb58344dd4de2179f47999f795d4e0f9f64925a 0.00 MB 1 0
63,102 63,102 0000000004ea9273a10bfcaa405c066ef7fabe0b0eaafd380bc31aeba773720f 0.00 MB 1 0
63,101 63,101 000000000158294f8afee900741b2658f925e76f6bfdd770e4af70476134d94e 0.00 MB 1 0
63,100 63,100 0000000009392c94d3c022d804cadef8586600ecf2bb0c6144f4850dc7d68362 0.00 MB 2 0
63,099 63,099 00000000055d19946fe2ba0fcdb7a72ad369fe0201658de045394712806b1577 0.00 MB 3 0
63,098 63,098 000000000281e238589aae446e62b2e90370bc2d977ba597482378da49ffa992 0.00 MB 1 0
63,097 63,097 0000000005c6f4896976e43c7a6c70ea939dac595008b8f87b9596c2c06188e7 0.00 MB 1 0
63,096 63,096 000000000afa22170ae6a9915a181de424822c4205a4cf84799252cbf9f8013f 0.00 MB 1 0
63,095 63,095 000000000b469dc63d90016fd1189855871e444e70a3a580929fcb87d36f6089 0.00 MB 2 0
63,094 63,094 000000000089e98c2bc2c60945b42a700a03411e6da6a502376c72bef15ce369 0.00 MB 1 0
63,093 63,093 000000000a3cb6ec1d82ed503ca438afa11233cda05db749346c72e5ee913817 0.00 MB 1 0
63,092 63,092 000000000a28c4e14190365f182aafdc7ceb6c789568b8ea413b2fc8418bed83 0.00 MB 1 0
63,091 63,091 000000000150b98de687c5b51f571be8b07ead26fad7aba1a075201e07633a3a 0.00 MB 1 0
63,090 63,090 0000000000a97f60ae95f9794a5c9b0eb8e161d2124da16ab2f289f41efeb9ac 0.00 MB 1 0
63,089 63,089 0000000008e98b93d4e3606b2ad27ed38a57e8234380f9e51d12621dc3051cc9 0.00 MB 1 0
63,088 63,088 00000000076d1e857876e169412f1e1baf8214d857102d10d926e8278575af08 0.00 MB 1 0
63,087 63,087 000000000805040a40b6ce7f66ede5438497d19dee6f1d47b772910752d481f2 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.65 GB sent, 100.54 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.