Memory Pool Memory Pool Refreshing

8,294 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,282 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (775,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
131,820 131,820 0000000000000adbd9657bbc87adc12c532f0fe9acc3d41273fe03552940e57d 0.00 MB 13 878
131,819 131,819 00000000000004c28b673fdf9054f270dc3afd5c98ca60c99d43eb9c022398bc 0.01 MB 26 309
131,818 131,818 000000000000070e68fdf25952c1e4d89bf23984e15e0ab07bdd76af6edeb8a7 0.02 MB 47 979
131,817 131,817 0000000000000713e5159aa0c0aeeae36e660a69946108c59c1f1fe44f52062d 0.02 MB 40 218
131,816 131,816 0000000000001094eee6eff3a87c6fecda0369d2f1b27f3117eb6d16cd7c0875 0.00 MB 10 896
131,815 131,815 0000000000000c423bae0df3e75aeee41b4480ac1de3003317fd48b25ff42b09 0.01 MB 24 270
Previous 10 blocks ↓
Total Size: 769.04 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.09 GB sent, 93.10 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.