Memory Pool Memory Pool Refreshing

9,806 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (775,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,841 131,841 000000000000122b6910cb62a14442935edf3ffa09afd9c11d5875e6b990e69e 0.02 MB 42 800
131,840 131,840 0000000000000c402d47e5242025353b6be2140046094ca6681d25aae8b0c097 0.02 MB 77 88
131,839 131,839 00000000000002bd352dedd91a5421af8d2673ae0fc9f59497e8f3fb15846f5e 0.02 MB 45 643
131,838 131,838 0000000000000d4a9df68f57a1ac807c765744b006ce3e4501a1879af74d8890 0.03 MB 47 560
131,837 131,837 00000000000002fd32695bf7b02207d41e244a5aa3f972baf94a4eecb330a7e8 0.02 MB 54 1,090
131,836 131,836 00000000000008011b40b73f58a7e5d6abb00a3d6bff943ed45b88d154acbd44 0.00 MB 10 17
131,835 131,835 0000000000000e76606431f7a31b02870a00e8afe264e2b67ff5e3acc26cfe3d 0.00 MB 16 1,212
131,834 131,834 0000000000000d10ac21e3ca050b58201025e32eac276100eeffb754561e12e0 0.02 MB 33 379
131,833 131,833 0000000000000e7d9a6d74f20c9ac56b6c8d0f8cca3596371bb15b873987514e 0.01 MB 33 868
131,832 131,832 0000000000000b45701edbea2305da5c57a12b4826b6e302956ef9773c31dec5 0.02 MB 42 477
131,831 131,831 000000000000083683de4e71647ace0a42c4b7713133af281d5303228c5cfefc 0.02 MB 41 1,149
131,830 131,830 00000000000003fb5457b9c8d4219091cf5347dfa309bd9379612f55af16c77f 0.01 MB 27 417
131,829 131,829 0000000000001195096c16e33cbe93db14427cc361928c0912219d31e75e7dfa 0.01 MB 14 429
131,828 131,828 00000000000011e2466899639b31e7e6326df91a6246dc0a17941490ec0247d2 0.01 MB 25 206
131,827 131,827 00000000000007671850a33ccea57adcdde22c145546cd6bbbdf8a44ad6e2cb1 0.03 MB 108 46
131,826 131,826 0000000000000bdfea1c78ee0c0a26e967d306efeef41af4fcba9542b709fc51 0.01 MB 28 140
131,825 131,825 0000000000000ea07526626603942e5cdc130fc582ca0cb8b8d5ec11e27935a7 0.03 MB 59 493
131,824 131,824 000000000000094d61f6d2c4ab55b9ab8a3f3841e9e1621213aa78c8da3f60b9 0.00 MB 13 1,324
131,823 131,823 0000000000000ae80096292f497c28237615aeab03ed4656f8578b731c62464b 0.02 MB 46 514
131,822 131,822 00000000000012b992d73a32dcd35882344fa977700b4b3ef90b7fd418a0a7c5 0.01 MB 12 969
131,821 131,821 000000000000054bc53f77d5e61c7405f821a400157a2508330341506a09f6c4 0.00 MB 9 96
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.