Memory Pool Memory Pool Refreshing

4,568 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,169 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,276 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,168 (605,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,719 302,719 00000000000000004aed3d59757e73d51d935f04366d66b85f2a68ee2b4c6479 0.05 MB 97 32
302,718 302,718 00000000000000004dc47ba170c5ff8bc0098c8237338d8ba15816c9ac8c3ac6 0.38 MB 523 24
302,717 302,717 00000000000000002262352f168950280b5b8471a108cd62c230a00d428fc86d 0.11 MB 91 21
302,716 302,716 00000000000000003181952d9c6c367d91701dcf52ed5f9dfa5367a6c2b5bd56 0.26 MB 387 27
302,715 302,715 00000000000000003759fb4bd221645aead709e23f9dc963d3e5a423e6ecf750 0.06 MB 134 31
302,714 302,714 00000000000000005334b7b5e0cec171bdfc9833c707822580cef8623f2c0c32 0.03 MB 58 26
302,713 302,713 000000000000000032834d482049a068356286ec6fec9626e21ff41dae91963b 0.23 MB 398 30
302,712 302,712 00000000000000001dedb80dce1f254d0377057690622b8dd6eaa24b8e861fce 0.31 MB 512 30
302,711 302,711 00000000000000006866419f707cb10bd9522acd5074503b3d8ee6c22ea50c47 0.30 MB 532 32
302,710 302,710 0000000000000000018f49f1dfedb4beac57d0f9df960afa7741ef867ca6a10c 0.07 MB 143 22
302,709 302,709 00000000000000002b910ecb1ded363fba18ea960552afcf9cf336bd32e462b5 0.38 MB 589 27
302,708 302,708 00000000000000002401b8f58c342cba3cedf6a0061e13e34075c85e4f883d1d 0.11 MB 236 36
302,707 302,707 00000000000000004ab09735518668de389c5afcdd62d5cc09e842c165909cf3 0.24 MB 423 29
302,706 302,706 00000000000000005e2f4386e107262259e784e6eb37a0c2c4ca5420f615b18f 0.41 MB 259 16
302,705 302,705 000000000000000037745a52ed41fb2548e1fc6a10a258f5004fb9d93c9892f6 0.35 MB 954 41
302,704 302,704 0000000000000000537e316aa6c4bdc378d9342d42abf4993aa0338db185d7a0 0.03 MB 30 8
302,703 302,703 00000000000000001903d0abc28edceb0f585ac31062298e8653b021486ba2de 0.18 MB 339 36
302,702 302,702 00000000000000005ae821f5dff24b915f7a7a57e6087df37be69bdc35a5ad50 0.23 MB 223 21
302,701 302,701 00000000000000001fc32cb12dab0e8361d6d7ae5d2bc95b72185aec28be7523 0.19 MB 291 29
302,700 302,700 0000000000000000554f80fb9d618d2db3277c4bb7e7905f105d5f78f2146416 0.22 MB 294 27
302,699 302,699 00000000000000000bac286ecb0cd10d409e297f6a7ed40f2900a0a2de0cdd25 0.06 MB 87 21
Previous 10 blocks ↓
Total Size: 769.87 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,681.05 GB sent, 97.22 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.