Memory Pool Memory Pool Refreshing

7,570 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (636,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,423 271,423 000000000000000391ab33bf2788b855034eab63a4878d9fb37611fa40740683 0.25 MB 357 30
271,422 271,422 0000000000000005e50abcf9e6f3ea0447a2386cb7e61ac87727f6e6315f1027 0.50 MB 1,334 40
271,421 271,421 0000000000000006bbeb7cd3dd159760dd600fbbc788c8d6c182bdde4d05afc4 0.25 MB 797 71
271,420 271,420 00000000000000063d2f66aad2fa421907370967a5c9ffc798a513ac5f388d63 0.25 MB 894 329
271,419 271,419 000000000000000346b3e066e1a54159c24578e195372befad5f6c6fc3a2b3fa 0.06 MB 144 34
271,418 271,418 000000000000000603fbd9bd8908381b7d81982d0974fc7be16fd4e1d51c7b9b 0.25 MB 716 79
271,417 271,417 00000000000000014d02c6cff031fcff1532b3a9275b058b6829848e3cb72805 0.10 MB 251 54
271,416 271,416 0000000000000006dc350ce2860ac8f2ec1f0ec4afdbf33bc6a090b21d7e56d1 0.16 MB 490 126
271,415 271,415 00000000000000023aeda9cf86338b8d2f10e1e9609676ebeeccea3986f3e495 0.19 MB 249 21
271,414 271,414 0000000000000002b41e56d540592f2c08645cd23980b1364e07e8b19d79bd47 0.25 MB 649 69
271,413 271,413 0000000000000003c5e59ee309da172278f7f4c2078c2fdca154aac7dc6bc2f9 0.25 MB 683 102
271,412 271,412 0000000000000006061cbd3c5eb95d363c40c4af7adcb4e7446d5fb456155633 0.03 MB 91 146
271,411 271,411 0000000000000006cbe4320c25eba43da401e8ee1db46e3e9397d463bc3af3b7 0.07 MB 192 66
271,410 271,410 0000000000000005efa67a192b484097cad6b45a4a3ea31cd676d3836f0cb3f1 0.10 MB 210 24
271,409 271,409 0000000000000002e0b758820823efe59ae36fad1ab614343b3f91b8711ad8b6 0.25 MB 518 42
271,408 271,408 0000000000000002df717a76ba2c3ae0208122d357f26e9dc74985dbee8e39e3 0.25 MB 758 153
271,407 271,407 00000000000000013c67695eaf6823ace62b828f332d26149e8e0b8a9f69ea33 0.10 MB 103 28
271,406 271,406 0000000000000003eff7274d7fb3dfc15a9bd0c9af32d89f6a2499146cdb72b1 0.25 MB 659 103
271,405 271,405 00000000000000049fb26441ef471e697d8417365f6e10de61fecd59af7baf5b 0.12 MB 178 22
271,404 271,404 0000000000000001a952ea839b346c12220b6043e07177a6b752f72ff133cd98 0.25 MB 672 95
271,403 271,403 0000000000000001615c3936f6182a34a59835af1fd9e4f8012c862b5912769c 0.04 MB 29 36
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.85 GB sent, 92.83 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.