Memory Pool Memory Pool Refreshing

2,093 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,978 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (614,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,475 293,475 00000000000000000f6ae1a9c5964192dc4978fa8ec93b5604652c0430e037fa 0.11 MB 155 25
293,474 293,474 0000000000000000a5061692e69d0c799f2503bd0290260efde573f007a79348 0.20 MB 256 22
293,473 293,473 0000000000000000465b152238f98260db6f2076670152cfd925ce30e354fe61 0.04 MB 128 47
293,472 293,472 00000000000000001339a5a6bd9b3e71dd84d2bb526746114529972fb62f68c9 0.30 MB 391 27
293,471 293,471 0000000000000000013dbb370f34c57dd3541e1ffc7b4846836e5f809a692ad1 0.35 MB 336 22
293,470 293,470 00000000000000003d9789c03a5cdbd94b90f6ab84c57a30564de957b885731d 0.35 MB 692 35
293,469 293,469 0000000000000000a9efa894dcfb0f5e51c544b8b12fd4afdafb5259ff974d16 0.35 MB 743 29
293,468 293,468 00000000000000007c9cf2235b4e1fb41087c573093a8e68b71358b049156efa 0.16 MB 512 77
293,467 293,467 000000000000000007098a39d276de011ac91a284644bb76ffdd3b29df8a987e 0.12 MB 210 32
293,466 293,466 00000000000000001fed6a45ddf419a43ce985af41cf322357524a7074bf99bc 0.03 MB 66 17
293,465 293,465 0000000000000000a3658bbc15c5f8ee0acacf9518c146a0b7eacd69bac5b711 0.08 MB 160 31
293,464 293,464 00000000000000009c82f491d6b8f17bdfbfb1f4b9418500f43221a7e0c45907 0.41 MB 490 25
293,463 293,463 0000000000000000c64825b930399cc67f9a5ef5da65d02763b6a945617a104a 0.35 MB 658 30
293,462 293,462 0000000000000000571a7922b57d5229fee5aa46bc58c1cd71fdea8247966af0 0.25 MB 685 55
293,461 293,461 0000000000000000d236835abb853eb35ccb811cad6319fb0a575bcdca015f9d 0.08 MB 256 50
293,460 293,460 0000000000000000aa2e3d28646b1d4a69141007d0d9446d9b64f2b30382683a 0.32 MB 223 15
293,459 293,459 0000000000000000229164be4cae30edbdba1993b8cf71932ce8ade81321fff9 0.07 MB 128 31
293,458 293,458 00000000000000001a9031a4eb49cf533ef4c5724ad41571f325beed5f14a8b4 0.12 MB 256 34
293,457 293,457 0000000000000000c3c61ec774969048d50fe71e19a2e1737c6f0c7436959672 0.25 MB 207 15
293,456 293,456 0000000000000000690f92958cf0108fe3e61ba5180ea27100baabb75fa83c1b 0.35 MB 1,077 51
293,455 293,455 0000000000000000baf8d61cbb2fb4897bca4748083f46ad17e04fecadcc8b96 0.08 MB 66 5
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.