Memory Pool Memory Pool Refreshing

456 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 449 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (262,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
645,378 645,378 0000000000000000000a5967b3aa0ce1b37fac6f7f4bf7ab61a476a74236cee7 1.41 MB 2,843 95
645,377 645,377 0000000000000000000d2b036e70ad1f02b1738c79d731c1625918db8768828f 1.45 MB 2,507 104
645,376 645,376 0000000000000000000e42a3433b0f431fdb30ca003079ebfeec367d05b9bdf4 1.16 MB 1,833 8
645,375 645,375 00000000000000000001df164c92925465aaa4dcf862b88dde54e52de45ab495 1.36 MB 2,383 78
645,374 645,374 000000000000000000024e31666cd6af011306e9a77a9ab4df2130f73d611e1a 1.26 MB 1,736 72
645,373 645,373 0000000000000000000444cc5d62bf09b01b02920af2a987ea58bc2b387968dd 1.19 MB 2,074 7
645,372 645,372 00000000000000000009989c60164f440a09a6ef2695ae83ad8492804933fd04 1.38 MB 2,180 74
645,371 645,371 0000000000000000000ff1ddea898cfb5f62a8f9504551adaba93c6dddb308ea 1.34 MB 2,476 16
645,370 645,370 0000000000000000000aecec9d90d097ecea27a8358209a9817ce6102f4c5a11 1.25 MB 2,738 28
645,369 645,369 0000000000000000000bf35b60cb063fdd72b7b6ccc884e3e071c1d990811c18 1.31 MB 2,106 32
645,368 645,368 0000000000000000000653825894210a0921de2789d19a652db0467634269c22 1.30 MB 2,259 53
645,367 645,367 0000000000000000000f51c094c6ee1597cdd1ef4716378cd8279ee6e9707f68 1.34 MB 1,986 26
645,366 645,366 00000000000000000006250f41096f6ea3a596d0e321958150331a5441ff85af 1.33 MB 1,736 57
645,365 645,365 0000000000000000000f7846468b1f4e740f71c1d20a6b0522755a80846e0a58 1.29 MB 2,331 39
645,364 645,364 000000000000000000099be80639cb16d1f528b040b01e7f1a27c5e774b93aed 1.34 MB 2,250 76
645,363 645,363 0000000000000000000584a0125cb98e356ad9c5b862e46aeae09a2c163d538d 1.29 MB 2,040 67
645,362 645,362 000000000000000000021663b19ce7f0e73e78ae09204e79ce5159f2006a52c3 1.24 MB 2,268 60
645,361 645,361 0000000000000000000e9d416c64984ec4faccf1b206ed0019240e3a44d01ea5 1.36 MB 2,637 91
645,360 645,360 000000000000000000098e6d1e1cfafae49d7a0a1b016d825c361f8f151a422f 1.29 MB 2,593 72
645,359 645,359 0000000000000000000ff1953eb26537ff9cad0f0d6f6d4025368feb4cb03f7c 1.27 MB 1,639 77
645,358 645,358 00000000000000000006ae3a87fd3b30ff8bd4637839ae4c782ec86804dd6110 1.37 MB 2,213 70
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.