Memory Pool Memory Pool Refreshing

9,065 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,117 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (47,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,932 859,932 000000000000000000025b186e1a871f848fc0ee743b824fd147a8c360ffb394 1.63 MB 6,498 3
859,931 859,931 000000000000000000024f8d4a56303a578cf87b286f86f79bdd4315c7b56bfa 1.45 MB 2,956 7
859,930 859,930 000000000000000000023d74d9d7a3b7d5aa0a1a42e369c208b2989bee8ee0ba 1.64 MB 7,435 3
859,929 859,929 00000000000000000000b071488ca0eef73f9f0e88dec269afd4ea0399e9f0b0 1.59 MB 4,141 4
859,928 859,928 00000000000000000001faea1f333fe7a86db849f3f8ea25994e7ec310c0a7d4 1.56 MB 3,553 8
859,927 859,927 0000000000000000000236f8ba1c230e76bc4e76684188d6becfbf5e3ac9460d 1.66 MB 5,901 3
859,926 859,926 000000000000000000019ff6a17b50d5278773b08250fd173560d2ad2bcf7bf4 1.63 MB 3,970 4
859,925 859,925 000000000000000000018e105e7ab2045c99c0dee251a871d371576df8c0d5c5 1.62 MB 7,562 3
859,924 859,924 0000000000000000000000aa75d791132433b8d24f3034e071fdaa729996b174 1.62 MB 7,364 2
859,923 859,923 0000000000000000000198d552f3ea2c99197770f0e74d614474f6757d9c037d 1.61 MB 7,491 3
859,922 859,922 00000000000000000001f69c101c344a7d9de08bb83a404551b785812fb745c9 1.60 MB 6,685 3
859,921 859,921 00000000000000000001184d5fa1d252965ef4642ed017a8cbbc96e0e3713f95 1.68 MB 4,513 4
859,920 859,920 00000000000000000001744e68c70afe85de4ef5a7b75cee3a448f6cd401fe1f 1.70 MB 6,619 3
859,919 859,919 00000000000000000002c949e456fbff42f2a816f582fe84f8661ee7db9f9f82 1.83 MB 2,909 5
859,918 859,918 00000000000000000002bd82c3842ea49901b5648a99b971f8cf3d9f34b6a015 1.40 MB 3,063 4
859,917 859,917 00000000000000000001358a4bcf055096e6335ac7eb39a62b788e52b42d926f 1.66 MB 7,167 3
859,916 859,916 000000000000000000026f9d139bd372701b208d53618651e30c9802b33e9cac 1.59 MB 7,536 2
859,915 859,915 00000000000000000001abb93d177a6dfa47699b921d88d47e25068f5a1d57a7 1.66 MB 7,207 3
859,914 859,914 00000000000000000000e0269a0c0624207f48b142dfc982f31bd46c878fc387 1.66 MB 4,400 5
859,913 859,913 00000000000000000001d2f6889726b1ce6e0019f21a2bafdaede8b3deca4554 1.68 MB 4,608 3
859,912 859,912 000000000000000000003595ef9e056c27e792999e7a668f24b2576508b76dfe 1.59 MB 2,641 5
Previous 10 blocks ↓
Total Size: 769.25 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,635.15 GB sent, 94.18 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.