Memory Pool Memory Pool Refreshing

686 transactions
24.78 vMB
Show Random Selection Loading Transactions
Max Size: 99/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
908,312 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 433 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,311 (860,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,296 48,296 00000000154f910b053953fdc256166e5b0d27761917afa5ed5f8e7b46c20b7f 0.00 MB 1 0
48,295 48,295 0000000015a26fe8b2c92ed98d227fbd6ab7fa799412ca6011dd332deba958b6 0.00 MB 1 0
48,294 48,294 000000001b64b4a40cb7faa2d13f227da2ea801690275fed0dccbc8492981c41 0.00 MB 1 0
48,293 48,293 000000000b6eb348a7546b20f259120f34274564fcd5fa23c86ad6238d299701 0.00 MB 1 0
48,292 48,292 0000000033cc5d0530480d410d7be78e079e4063c9b909cf42af3d21cd10d5fe 0.00 MB 1 0
48,291 48,291 00000000083310668b24bf4c78b46e47aa272e12bcc1aa66305247496de366bf 0.00 MB 1 0
48,290 48,290 0000000027cf99c7c5e343cbc2a21ac626b0abb0b8070c1934ff21b2714627a1 0.00 MB 1 0
48,289 48,289 000000001d43583f3896258c2bfcfe7761f5c55022d5a72753da6386b1b2e5ff 0.00 MB 1 0
48,288 48,288 000000000a7f2d84abc9564211c1291d8ae64e41a0486d8c6e23c55a3b10a56d 0.00 MB 1 0
48,287 48,287 000000001f2dd766bdd1e09b57715f3a1e6d65f8f222628bf7c754d481a5439c 0.00 MB 1 0
48,286 48,286 0000000038071d764735dfa10da27aaee19befbf1b9d5534dc1115d6c73fd081 0.00 MB 1 0
48,285 48,285 000000000f57f807ab7116afd37e3379dae48911cd4bc74bc5f934604512d6e8 0.00 MB 1 0
48,284 48,284 0000000016fdb7cd4933d31fd372bad820ad809019e3d171c2b735264c5084b8 0.00 MB 1 0
48,283 48,283 000000001e2a98294d0df52d75c4be3563c60aae1b2084a10bb1865de6a9243b 0.00 MB 1 0
48,282 48,282 00000000006f671a7e79a3a7a585888ddcbff7fa3ae3ee4862f44424a833b16e 0.00 MB 1 0
48,281 48,281 00000000014fe07500d625e66d7e707048c208e7297970730fc65e7c658ac26a 0.00 MB 1 0
48,280 48,280 00000000298aee9487cbd6065a305e0f2e76c06fd8b4b311c1075df3fd6466d3 0.00 MB 1 0
48,279 48,279 00000000363dcc7541e1126a0463b78699b5a0acfdb04d25a81ab189b14819a2 0.00 MB 1 0
48,278 48,278 000000000eeae8cde7fe57001ed5fd9f242dc4474c1c3a7f385496b7ad3a36a1 0.00 MB 1 0
48,277 48,277 00000000236eb7a2b2347377112973cb60040080abdfb184582772fcb96c1088 0.00 MB 1 0
48,276 48,276 00000000287ec665553ad297dbf43b79abcf8b91f97ffb11156fbe94bf86c5b9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.40 GB sent, 98.59 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.