Memory Pool Memory Pool Refreshing

9,243 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (736,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,832 170,832 00000000000008f1b58a79ffd664c2d78d841e72a05e3e03b38a309023cb9093 0.00 MB 9 134
170,831 170,831 0000000000000699b9faa2208b02b6c78c4c2af5dfd0d7297a5083b108e41092 0.03 MB 88 24
170,830 170,830 00000000000007055e52e24c7cde8f8fb43630a3f43db4e7255d46ae026e8f77 0.00 MB 1 0
170,829 170,829 000000000000070dde926121de076056c76ee1cbc89cf8e1a3208bbf424adeb3 0.01 MB 19 25
170,828 170,828 0000000000000a900eb5e6641aeb4932ca82cd3672175a6ecf277c47646bcabb 0.00 MB 11 21
170,827 170,827 0000000000000421d3335687369449d294e0d89c05c8cad688723b87e0b762d8 0.00 MB 3 145
170,826 170,826 0000000000000759e0686cbe0e4b38b91cf5c8a364dddcaef36ae8671d0548de 0.01 MB 30 360
170,825 170,825 00000000000003eb72fddfe66a87bb502e73cce0eca3acab4c1f0662be59428c 0.01 MB 8 659
170,824 170,824 00000000000001be9aed3169288f8f4552e9574e886e012282c0578f5ec89a60 0.01 MB 23 41
170,823 170,823 0000000000000431a48c4ab1284b3b785bb87f31f8e96c646f247950089a16f9 0.02 MB 58 11
170,822 170,822 0000000000000440e47469d7e15f8e5ce965fd8a877731169511502d9ed0f73e 0.01 MB 17 74
170,821 170,821 000000000000000db2f0be34d41bba5acd229ae3ff6c69fb9bac3efa305ea9ce 0.00 MB 13 17
170,820 170,820 00000000000008053ebeaabf3bbeb58411bb00cefb43c9772050edc6df347335 0.02 MB 39 105
170,819 170,819 00000000000006b45b6e26627515ab7262bc285d79b71c50aa323492050270d3 0.00 MB 10 171
170,818 170,818 000000000000063ffa2e4377d99e99b88233c45ca429912e8b8c6371f04f3215 0.01 MB 27 287
170,817 170,817 00000000000002c782fe9d2adf03258d70987a23c29833b5780e4e675a0c0811 0.05 MB 88 58
170,816 170,816 00000000000006911700e8ff538686c88648716b2acf5416b4d8464879cec3e0 0.05 MB 44 204
170,815 170,815 0000000000000ac74cac73087ff78257a2f0cc6400d627258acf91111e1c9c91 0.05 MB 119 154
170,814 170,814 0000000000000aad4dbaa301db06514ad6ea6a2c1101b9686aeb1f9839913874 0.00 MB 1 0
170,813 170,813 000000000000051000fdec84082cb64a9909227d9c0b7528f876fa74b073f52b 0.00 MB 1 0
170,812 170,812 00000000000007c1a2f36db603ccf6579a1df0ac50daede561bf438ff4dde864 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.44 GB sent, 92.72 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.