Memory Pool Memory Pool Refreshing

3,702 transactions
1.83 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,247 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (648,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,726 259,726 000000000000001406d0c58abc9cf5bdacbf7cf9bc58c5bb5e2aca9f91a86926 0.03 MB 79 129
259,725 259,725 000000000000000515313d36f753fcdef3f393764fa462846c6cdc64a1a0783a 0.11 MB 182 59
259,724 259,724 00000000000000030fee46432ecb3bf86ac8302191c8e275bb6ddd131aa8a819 0.25 MB 648 123
259,723 259,723 00000000000000052f7526a7a76d2b15d748400795d16924ddfbcb619d291983 0.11 MB 243 96
259,722 259,722 00000000000000041e70a292cdf6bcaff9503cbfcadfb46c0b4c9e7a1313090d 0.06 MB 157 99
259,721 259,721 0000000000000001e7bd56ad540d4210df5627e2f22da755f2a5ab64a03b27e7 0.18 MB 349 112
259,720 259,720 00000000000000120be6f14bcd02d4a47d93b0420bd680595c9fe58aa454d934 0.33 MB 772 142
259,719 259,719 00000000000000005ef2263f7c3188fdc072667d86a8309ffa2a599d2a33a904 0.16 MB 379 149
259,718 259,718 00000000000000147bee6ef4ed06a926fa892efdf3c20b036a62e190fa4dfbc3 0.05 MB 100 61
259,717 259,717 0000000000000008ebe8f8c082022abed3b9961628d63987bd7c7f0242a2a566 0.07 MB 172 154
259,716 259,716 0000000000000002d897d4c5f068ce1af92e066824ac940873d773a01fe9a610 0.23 MB 399 38
259,715 259,715 000000000000001dfbb6e8728ed031192a41d3755e00ecf3dae40de480d98429 0.25 MB 496 82
259,714 259,714 00000000000000136a57c2c2736b8f1cbee65c88e9ef0a6b5a62341dc29f5f2d 0.25 MB 639 172
259,713 259,713 000000000000000eed0f380c5235ccec1df6eee09f2512e59e5b4f172f1fd702 0.25 MB 517 125
259,712 259,712 000000000000000f5cba1503fc27130768c2b44ad144cfe7d354581d5bb30cda 0.19 MB 415 132
259,711 259,711 00000000000000020e2b4f176052b86e1d35b0bd98b3c6640a4e2d881aa5153c 0.23 MB 549 138
259,710 259,710 000000000000001c8f27dd4700399f9a33eabca22ce15a1987e7ce9d4881fd80 0.24 MB 475 71
259,709 259,709 000000000000002372f31c0fb22f877020f7e94ae676abf5abdd99cddad1a429 0.25 MB 580 167
259,708 259,708 0000000000000016fff2eb66a0a51c4864375f3af9f3b7817650ba3f863d12fe 0.20 MB 367 105
259,707 259,707 000000000000001cf770fcd9948a96ac0f1b6c8a1de2a4a057405a465175d997 0.25 MB 669 152
259,706 259,706 000000000000000052778a0f619e4b946b2780b575701581b3486645deebd5dd 0.04 MB 123 29
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.47 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.