Memory Pool Memory Pool Refreshing

283 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (882,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,427 26,427 000000002d0dd9b721136c5f4965b8e1648e2e4e4fd7d9c5fce29f67841cb021 0.00 MB 1 0
26,426 26,426 0000000031cc04dcc8fddcdc612832d80bcce8bf54c2b2684a02e550b4d4d72f 0.00 MB 1 0
26,425 26,425 000000008d35d9f815114e5e2586a28acf854ad5b1b712764b03374c81025016 0.00 MB 1 0
26,424 26,424 00000000b32b29c61d72dafdba18b0585caca88313bfe8771e6c171754f9973b 0.00 MB 1 0
26,423 26,423 000000005fdd9295e00a1fd09a81053500db3fd4e170b05a6caad09405b4f994 0.00 MB 1 0
26,422 26,422 000000003c5ce0c52d219cda6af773ea0387ae14e1084b2e3f91531cd46e993c 0.00 MB 1 0
26,421 26,421 000000005bce540b3a2eab548943c350e58329241a5e06abe4fbd48a55d577e0 0.00 MB 1 0
26,420 26,420 000000006867c8cd49b2300cfe23c3cb668d86b22424ccd41462833fbe17190c 0.00 MB 1 0
26,419 26,419 000000007f18efd44fd5adc00d7b0decbb78288ddab216aac5188949776f243c 0.00 MB 1 0
26,418 26,418 00000000a0d97e95dc3851defc451054256c71f13ab2807b01a9ecc9da1c6739 0.00 MB 1 0
26,417 26,417 000000003a1df2d4a60cd4657325ecdd502e08c4f917b4722dbda8ea68a15dac 0.00 MB 1 0
26,416 26,416 00000000fbddd5afbf2e04735c9ffaa1118a632b3306e5c8bfb1a9c6933ab863 0.00 MB 1 0
26,415 26,415 000000009f899e3d0f115e48c1a5f6d5e1f849c13ba374758d4a8bfde5acc2e0 0.00 MB 1 0
26,414 26,414 000000007488dc8ee100f40bf7f15e51ed83965ce7c4956f6904a03b6ed935dd 0.00 MB 1 0
26,413 26,413 00000000e6748c942217b831ab562f086489b11436b99d1469ad587f70713191 0.00 MB 1 0
26,412 26,412 00000000847f3bd909e7165ce74892e5ace531a01ef712a5637f90fdd3ca527f 0.00 MB 1 0
26,411 26,411 000000001845df03a6eb617933532e50432068246a3c1923395373e00d56cdea 0.00 MB 1 0
26,410 26,410 00000000b90c63138dcd9f81257e7cc5a9d550bcecf1e4c0a91884b91e89d901 0.00 MB 1 0
26,409 26,409 0000000052348c4ee9fc0f9c029ba2cf9642b5983a58df70958a9c6b33af7823 0.00 MB 1 0
26,408 26,408 000000007f3ded11f88b8b81ea53d9ffb68be5f3f9062348b7e049b2f708f419 0.00 MB 1 0
26,407 26,407 000000006716662cc23235680fdadaee951bbb2ef7e6a3c1d7691516bbf57396 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.