Memory Pool Memory Pool Refreshing

797 transactions
0.28 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
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,786 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 784 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,785 (698,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,427 209,427 00000000000003a020c3c6049270087574498c2c8d191d85326abf51e2bb9d75 0.00 MB 9 496
209,426 209,426 00000000000001fc245bf978e780fc08827ab5e4a4f59eaa06882b5131ed3bd4 0.05 MB 170 42
209,425 209,425 0000000000000043205d3b2cbef01aa03e812946f11a71444c9806da14f907e4 0.30 MB 362 109
209,424 209,424 00000000000004a5e734fe908d5fb07be1f3c90030a7130440bd8dfe31dd49ae 0.14 MB 365 213
209,423 209,423 00000000000003bae6dd4996424dadc1d378e04d270f0952ca0c7548285fe1c9 0.12 MB 269 197
209,422 209,422 00000000000001469d1ae85b12da297338689f1bc1ef32a51ffced948e4581fd 0.06 MB 128 166
209,421 209,421 00000000000000eed04038438a0dfe049e14f3118b6f4f701a7ec789302a3ae8 0.09 MB 230 190
209,420 209,420 00000000000004cc49c10109ff5771c2975c1c86affdbbc3f6c379fe5e34d0b9 0.21 MB 452 192
209,419 209,419 000000000000042ae9087725c098f1925b35b1a900d0cb9cec49241f3ada2ecf 0.05 MB 151 230
209,418 209,418 0000000000000135bb2cfbf2393fa79c70e711a2ecc598948c9a217778e86cee 0.16 MB 351 173
209,417 209,417 0000000000000225279194e43a6c6886e8456a63f4c820033be0c1c15b940970 0.05 MB 122 101
209,416 209,416 00000000000003c6d8700a21411177a144159a9e504e38c128c7b7c4ad59ef91 0.04 MB 84 177
209,415 209,415 00000000000001678d8a5fd32a119a916c180dbb5c860e9ae3d50d9dc45a00b1 0.15 MB 352 170
209,414 209,414 000000000000002351e8c4a8fb0f461686d66796538bc3390ccbd11a8868c289 0.02 MB 47 88
209,413 209,413 00000000000002652c7895f3794f1d7e4c2894485475b5156992f71f5b171b77 0.11 MB 253 140
209,412 209,412 0000000000000475c6f075f51a725449352f0b5c41088c12af0e4a5925308f90 0.25 MB 627 215
209,411 209,411 0000000000000330eb85e5f837936216b27b2581153eeb2ee725b2d4a9062309 0.22 MB 479 176
209,410 209,410 000000000000010e2c563dd1f8ce8771ce4f336daa31ffcfec85b73840e3d99a 0.05 MB 153 81
209,409 209,409 000000000000027dad187169be87da472739dfabfb89416b16ee0b1a80ca73a6 0.22 MB 615 212
209,408 209,408 00000000000001a35c81c9c99b421044c1d6bdb7f418e0928eefc727de762c3b 0.00 MB 9 170
209,407 209,407 000000000000006f97f9b78986186dba1586ffea67d991ecbc4a35e79da6e1c8 0.02 MB 60 210
Previous 10 blocks ↓
Total Size: 769.14 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,631.84 GB sent, 93.58 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.