Memory Pool Memory Pool Refreshing

3,168 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,922 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (763,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,515 144,515 00000000000001ca789f449825316c2f8722739556b00ba7e187163709f40d64 0.03 MB 88 101
144,514 144,514 0000000000000634410856a0cc76035d446630fd7776c6cfae8fc0aeb2d472f6 0.05 MB 107 163
144,513 144,513 00000000000003fb83c4bac217f3308ff7a9763b8fb66c674fc04d1153346c36 0.01 MB 18 38
144,512 144,512 000000000000089351aae1264a3806f882fc3fb1a89588ba747b3ae85afe348e 0.00 MB 6 65
144,511 144,511 000000000000092c9c78c338d652d61a1e75742c1e49531c75ee32da17d52e0e 0.00 MB 15 50
144,510 144,510 000000000000059c92ac99a0f4ee1e29c5dc416abaec6883e24a18c6b7163441 0.02 MB 20 189
144,509 144,509 00000000000001d7ca31b8b9b37cb2fc83c5ad98db8fad221a0c10ebfb1d02fc 0.03 MB 104 54
144,508 144,508 000000000000084878d9c541f140f026b6891c049093fbc62d7c4f99b58ceced 0.00 MB 11 66
144,507 144,507 0000000000000570475dc9ecb0217fca8bf4268b238a0c1c176f498dae3fd1c7 0.00 MB 10 17
144,506 144,506 00000000000008cfe6ffa254ce2c16d1c8d5c40f857f4c7405fcf32d1e4f07b9 0.00 MB 15 71
144,505 144,505 000000000000063915996c92b3388fe6f548dd688c67c4b56be14318ab57c54c 0.04 MB 75 286
144,504 144,504 000000000000013ac7e84d173f9cc013417aae849f65079181b25c75b4036afb 0.01 MB 30 264
144,503 144,503 00000000000006a5e898f252c2d25c785da65d271985fde3dd1520b7155c7dc3 0.05 MB 148 139
144,502 144,502 000000000000027a5b6369cafa3ab61442cca26015a425c2a5e4ade41a860270 0.05 MB 98 230
144,501 144,501 000000000000091acefb80979b3e617401fe0ce0e3cc6a5fd7fb6d990bbaecca 0.00 MB 1 0
144,500 144,500 0000000000000050dcb2f323abd12b5e1c11533374856e7bd6b1dbf2d611cc8d 0.05 MB 122 108
144,499 144,499 000000000000083f22a6eae81708e623bd432aa0c808e3eeed85ac9fe949f2ad 0.01 MB 26 309
144,498 144,498 00000000000004bcaade8fd0a707d0171deb51d73cb4da1d6726e0babaa54e0b 0.05 MB 155 57
144,497 144,497 00000000000003ed1a1c402372fcb82c8848d0f126341b0ac4281e506e553e42 0.00 MB 11 493
144,496 144,496 00000000000006779d72f94b84f59cc1a08d057d7b9409bc01998f4aa087b1a0 0.05 MB 105 220
144,495 144,495 000000000000080565306da4b4ca9ce8139d8ff667fb40e2dbbd17f740fadd6d 0.02 MB 10 248
Previous 10 blocks ↓
Total Size: 769.39 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,644.44 GB sent, 94.93 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.