Memory Pool Memory Pool Refreshing

3,562 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,116 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (600,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,428 307,428 00000000000000002f2e02f27bb85a928628d2778cecffc25016ebb787a05e08 0.20 MB 396 29
307,427 307,427 0000000000000000441e1801611432667bde1759c05b307606b46e536b13a773 0.24 MB 365 27
307,426 307,426 0000000000000000219d843f440710216bc598fb5d89f5b134264d9b9be4240d 0.07 MB 115 24
307,425 307,425 00000000000000000d58e680d4f5cf97e2af60f17d547bad79b63f719a64cce2 0.54 MB 847 58
307,424 307,424 00000000000000001d0eb2b40c970e7da97f85c9d705635d5573f9eab017e63f 0.12 MB 187 23
307,423 307,423 00000000000000004f53669a26cdb0a2d1d7c888e6be11584fa7b316ed406af7 0.34 MB 691 30
307,422 307,422 00000000000000003b9cc335b0508283fa897bd06b002cc0ad78e15cdb0c732d 0.09 MB 162 25
307,421 307,421 000000000000000028ffcfa2daea13e99cfa71c7cd95beb9ccb15dacfee656fa 0.37 MB 599 26
307,420 307,420 000000000000000003c40e7bbb6e2d823f671d79845ab382a6d88c47af16716c 0.71 MB 1,097 26
307,419 307,419 0000000000000000274d2626ce31994120f3ba3f30aee8cc9d0ed71dd787d3b4 0.07 MB 104 21
307,418 307,418 00000000000000002d19185f348cb432fa931287788a4829dd9cbb970189732b 0.19 MB 345 23
307,417 307,417 0000000000000000469a7e5b961ddd45a8930d6ca6dca6ad33b2508a842e7cf5 0.12 MB 278 45
307,416 307,416 00000000000000002f9e45f270c46f92562cdcf3bfcb29dc09449146606c0875 0.04 MB 88 28
307,415 307,415 0000000000000000421792f9ee70ccf801e500e5acb41fb6f5de779e20c287d4 0.27 MB 205 16
307,414 307,414 00000000000000004fd321a07f1ed0ac15b92d9cc489fe3e1e238cb37579bc76 0.35 MB 833 38
307,413 307,413 00000000000000004ea503b384028fd9ab0a7d4300e5615756720ac877af4172 0.35 MB 595 24
307,412 307,412 00000000000000003b3ccc3d67fc694cbaf80539826d70df187cd4f032e99a33 0.09 MB 256 43
307,411 307,411 0000000000000000110abf80371c7f9bdca6bd86caa27a1cb283d71d94ba4f85 0.06 MB 120 32
307,410 307,410 000000000000000032d0e3b4de7a8122842dc33396adf1b27de378db6593e51a 0.15 MB 275 23
307,409 307,409 0000000000000000262d6c08f06118112344e81ddfaf3d141302821870e19188 0.57 MB 908 28
307,408 307,408 00000000000000003c3e824c9c70cf46e9b272dd0b00aa3638b63a7dbf515b6d 0.24 MB 409 27
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.