Memory Pool Memory Pool Refreshing

1,877 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,870 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (713,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,947 193,947 000000000000053ed664cd5dd008405d88fd15393d4a54314db42caea229b352 0.38 MB 1,024 143
193,946 193,946 00000000000005177d550e1316c8d65ba593a94f63644a92acaadb99f7fd18b8 0.00 MB 12 31
193,945 193,945 000000000000014cd4091fba7827261961d9ab958a9b03fe744fd4dfdceb4b9a 0.00 MB 2 3,891
193,944 193,944 00000000000001d91f04bb07fbb8fa4155810fa1aaae13b2693d53ff8cce364b 0.07 MB 222 32
193,943 193,943 00000000000004ad9f41e5f819b8b999bc26b93798339ca72e39456eaaa2b7dd 0.25 MB 388 92
193,942 193,942 0000000000000745599cfdc72666ad45bb13c2830011033260f45b1e5d69e7e3 0.11 MB 174 78
193,941 193,941 00000000000001a027b0c494fd085fece8487d65f50be096444d8e3e7fd8999f 0.04 MB 69 160
193,940 193,940 000000000000008b43c11e540a653f5ad8b3454b851f60076b34cae5bf600e12 0.42 MB 1,142 146
193,939 193,939 000000000000002806190fa9fbdc9d09a9541bd29e1f40a417fa627e72515a8a 0.05 MB 111 88
193,938 193,938 00000000000001cba1305f127ba87d53387a0463e467a0d33202d3966907bf83 0.02 MB 52 14
193,937 193,937 00000000000003e37e19c7450026758b585c27b50c0bbbd686eb35775183466a 0.40 MB 1,024 292
193,936 193,936 00000000000005260001a0c2575649686b2ab6efabdb83c838e9471fd303d39a 0.26 MB 447 126
193,935 193,935 00000000000004ca92f0a745595514f7d8b6554084312be2012f73c1f41048e4 0.05 MB 94 102
193,934 193,934 00000000000000bd2c425f95dfa94791652bda287d5e71d60107a71c8d8f4b25 0.09 MB 260 449
193,933 193,933 00000000000001fd936f589ec005d900f0c051e63f2103ea6331bca46466ef5b 0.00 MB 8 0
193,932 193,932 00000000000003058a3ee28114fd865c3dc937b973d1ce902072ea1166600de1 0.26 MB 665 161
193,931 193,931 0000000000000769c4058b32c803699485275698cea8bd45042bdee4d2ef9882 0.50 MB 831 30
193,930 193,930 000000000000030b93239641abb73c92421e9dc0921f672a51e0bfbf05b860cb 0.05 MB 121 15
193,929 193,929 00000000000000cec8802fe8110c7d1a03b51fbba8e4d3f13ec197ae95356b23 0.25 MB 715 87
193,928 193,928 00000000000003e075b2f3c9b45313c86d5be25828fea82dadabb9ba3d2a3abb 0.23 MB 589 159
193,927 193,927 00000000000004abca35e6ba287d591901e3abf0077603190167f709df3995e7 0.02 MB 61 168
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.