Memory Pool Memory Pool Refreshing

2,548 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 2,539 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (647,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,723 260,723 0000000000000008a1b12beae246818af623ebb14f39926250588596026c32f2 0.12 MB 240 113
260,722 260,722 00000000000000167707a858d871779a8a6ab619a151a0c94f022dcd4903403d 0.01 MB 25 85
260,721 260,721 0000000000000015c6c5975159af5b69b33d42a2bf1664c7bebffafc879ba55a 0.14 MB 369 131
260,720 260,720 000000000000000f18e86bdd6ee37502293f7a4e599794a0056253c7c0e13e7b 0.13 MB 348 101
260,719 260,719 000000000000000993badcbc43cf07d864ab925f3200c649055c7ac00a538b7f 0.21 MB 547 80
260,718 260,718 000000000000000c2cf6c4933d5212146ecd9b3a1927aca5a83ecd9680262cda 0.25 MB 693 138
260,717 260,717 0000000000000007bdfcbd93ce0b42444c9b1910224034983f33b6af66f2dd39 0.06 MB 154 132
260,716 260,716 0000000000000011caf75e34b76ea0b3bc7d4acec5f92294331a7c9ff76081e0 0.03 MB 62 91
260,715 260,715 00000000000000012dad00264fefba32a534a86c50cc1560e64d99835ffb4a46 0.09 MB 215 109
260,714 260,714 00000000000000110531e3a2994a2aa4da25f6a22d9112c2c4fed14c1eefe25f 0.01 MB 23 61
260,713 260,713 000000000000000e9126f9dc912ca098270bbd487f547aaf9da71194672e054a 0.12 MB 319 92
260,712 260,712 000000000000000cec6948c8a7710eb4a21b526ccbc9bc11b586f5bb5799d262 0.01 MB 36 68
260,711 260,711 00000000000000108634b08f4e4f7a603117bd15e9b1ac621edc4e6067f360c9 0.10 MB 215 86
260,710 260,710 0000000000000012e6ff74f466d9ed051464712d3f9aee8dce37c7c018a4d307 0.18 MB 194 50
260,709 260,709 0000000000000016a112511e2bc4af2d1f5d881e48721a7b078639b85465c0da 0.13 MB 73 28
260,708 260,708 0000000000000019fe1b1dcceee517c011b502955ba420c46a818cbfb8ce4f22 0.17 MB 216 67
260,707 260,707 0000000000000019fee8feba60f00c14af5c56d38afe3206e8db0c4f1fc7ccca 0.21 MB 249 57
260,706 260,706 00000000000000057f20a45b0925cd1f1eb8f0f23a5ff637697fb92293aca09c 0.08 MB 173 92
260,705 260,705 00000000000000129c1dec371b838699c27009561d802e035d1aec29e97835a8 0.11 MB 152 36
260,704 260,704 0000000000000011e6e7b987b192e688786dec3c8d264b28ee5647855d073284 0.02 MB 31 84
260,703 260,703 00000000000000147e3eb9b3cdd28b0de2ac4382efba2ad4a8abdecd2ece1846 0.02 MB 47 169
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.