Memory Pool Memory Pool Refreshing

3,712 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,625 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (668,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,539 239,539 00000000000000a409fdb5f454c6ea8f05a3fe50292e8b5e30aad3d492d4a741 0.21 MB 362 189
239,538 239,538 000000000000014067581819eb184a49990b1450dc50dc6a1e4d512825cebe6a 0.25 MB 636 227
239,537 239,537 0000000000000030874fdf039ea08e33773f1afb95ef5a22c9189519a0cf3956 0.07 MB 106 207
239,536 239,536 00000000000000543e6c179f1edfbce9dd51cf9f608c31053c9f50a2b77700fc 0.14 MB 311 205
239,535 239,535 00000000000001294002d025e8827351d9a7cf59519008bc3edd26e76afca865 0.04 MB 58 158
239,534 239,534 00000000000000c4cd9151d1125488dacb76a598485eb1e4fc963aeb6ee06694 0.07 MB 140 153
239,533 239,533 00000000000000f57542ff699dce1a0b9adca37851baf980f22330ab51921645 0.21 MB 496 201
239,532 239,532 00000000000000e208ec0ec8a289d1496b81b6fac245cdb5fcc48eeb2dd98915 0.02 MB 52 140
239,531 239,531 00000000000000b9db1fe52fd9eaef3d998d2399fb73fdeb9b33dba452b35465 0.16 MB 292 139
239,530 239,530 000000000000004d2ac946a7790f17e105e576d67501d50e2f0e529c708fd28c 0.12 MB 246 168
239,529 239,529 000000000000001ac72196a3f59158d38c4cdf70662dc8464bb8b8e44e2e4462 0.20 MB 386 144
239,528 239,528 00000000000000d96fff47098d07d058eb9178691577ec342b1117bc84ddd00f 0.25 MB 674 216
239,527 239,527 000000000000005a40dee3cd55970608fdeff8b60168934815dbfe7c2d5ade3a 0.13 MB 266 175
239,526 239,526 000000000000008572f71857d66dfde9b6dbc3ce8c79e01d3e8d47ac7f6865fb 0.01 MB 15 84
239,525 239,525 00000000000000d63286c085a60fcce65ed30f5e75fe5bdabc908991eb0735c2 0.16 MB 328 151
239,524 239,524 0000000000000032deb415b160b3bc6b5b8357727076abbf02abc655af8f8e93 0.13 MB 229 85
239,523 239,523 00000000000000871ab7ef21cceb662c8d59a49d73c6341142d398d260e18b5f 0.06 MB 130 177
239,522 239,522 00000000000000221fe0ee6e37c70f0287dad462517f09c7dc837ee5c2e93978 0.14 MB 267 152
239,521 239,521 00000000000000d7256f7e6544666421e041cfb76ec7c026c9b5fab0dc4e2443 0.25 MB 256 35
239,520 239,520 00000000000000e906c80d9d522b2fea71ec1372c889cbc27632d3f2aedc42b6 0.16 MB 345 159
239,519 239,519 000000000000009a07e222a26b52aa3535bf189fbf0b0c6096846efa25756e89 0.08 MB 92 116
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.