Memory Pool Memory Pool Refreshing

256 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 242 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (547,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,869 359,869 00000000000000000378f49c405647d0a1dd5b8f0ceba1c4e40ec9b66c97a6d9 0.17 MB 143 20
359,868 359,868 00000000000000000e2ecf3f894cb669f5b7cfa4694211706ee66d016c1b4037 0.53 MB 480 12
359,867 359,867 000000000000000010b194919561b2fccc601abce866e9c54f67b0000dc91088 0.75 MB 328 11
359,866 359,866 000000000000000008860d75ec79d0ecf12bd5b19a5fb34931e18857ae2e084b 0.75 MB 374 12
359,865 359,865 00000000000000000aa6462fd9faf94712ce1b5a944dc666f491101c996beab9 1.00 MB 1,482 26
359,864 359,864 000000000000000015950822361eb9596963e66edc9c67d3d6ff14f243b5a820 0.75 MB 1,288 25
359,863 359,863 00000000000000000d630146df832bf587e08c74d6d00b08db9108bf8f3dfcc8 0.34 MB 473 21
359,862 359,862 00000000000000000954614e705202a219f248271b426781d10e1f35aa2b6d51 0.26 MB 376 19
359,861 359,861 0000000000000000027b2ed9c5bfb402043afd09a234187bdd40c2f301c9fdd5 0.47 MB 873 30
359,860 359,860 00000000000000000dc942d00027f95212a5c8ef55b772fa7b869aba65e8f5cb 0.28 MB 464 21
359,859 359,859 000000000000000008c7e036e5d2f0697ffab478c6cc0b6afe612c7c80407b3d 0.02 MB 53 38
359,858 359,858 00000000000000000da8204610c0ca7c13573100990b0ee5a9dfb3e539217904 0.07 MB 55 7
359,857 359,857 000000000000000014a26e94a9906650e581bab5909b715fc477de7618b17cf3 0.11 MB 136 7
359,856 359,856 00000000000000000695c65fd7c28810dd1709bf1c9f0a3ce59c8d9dc8421dea 0.62 MB 1,197 28
359,855 359,855 00000000000000000936e42e85b2d32856d06d085da62c10ef2bbc97ef0480ba 0.42 MB 638 4
359,854 359,854 0000000000000000128c4fc91f07c4f4d84e45f7a105f09bc9b93bac7223fb4d 0.75 MB 374 14
359,853 359,853 00000000000000000b732d2ce21c2cdb8344cba551ed5fb142e7b58bcb3a3ba0 1.00 MB 900 17
359,852 359,852 000000000000000012a77dfaea4d4a0fe657dbf94095d3131b8db0d439e52365 0.75 MB 1,534 31
359,851 359,851 00000000000000000534fec29e6b06efa7c0683a7d2cfe91e66fbd194a915feb 0.90 MB 1,756 30
359,850 359,850 000000000000000012f683b8e26b2729cf72639b67a8827296990eb88135b60e 0.74 MB 505 16
359,849 359,849 000000000000000000f74d185756bbd129bc42f53131e71f074eb0ec03e0db69 0.95 MB 253 12
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.94 GB sent, 93.40 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.