Memory Pool Memory Pool Refreshing

7,207 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (685,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,835 221,835 000000000000041e81f27b9ddb4d205ccee8dea42699fc240b28aaf5ac6914fc 0.17 MB 396 197
221,834 221,834 00000000000003a09ca1846057779ef40e84c08a0f2c6d6f572752af30d04806 0.00 MB 5 14
221,833 221,833 000000000000033425679f918842504efc1f6724e52d32ceff52f1587183f096 0.06 MB 143 184
221,832 221,832 00000000000000d57d4ce35fffe14ecf6797f018b177d0a926d1506be8e65346 0.10 MB 252 205
221,831 221,831 00000000000001f34ff93d10ac1cd835bd3385433fd768817d8f37fb55290908 0.03 MB 94 121
221,830 221,830 0000000000000263dfa71d996a05bfadae54116ff3989d2a044ebe3a20982e46 0.07 MB 52 49
221,829 221,829 0000000000000287004ae86285b9fc90a73fbe7eafadb3459a6d45f15a58ec18 0.10 MB 197 179
221,828 221,828 000000000000031828af15ec40eb5b3146a61de3299794b2d08649806f9c95c6 0.14 MB 285 139
221,827 221,827 0000000000000336a10000d0adcb1236bbeb94508008f81e224352a2532ba494 0.05 MB 128 176
221,826 221,826 000000000000031fb0c35fc941400e78386f69d964f0592cd40559f50c49a2be 0.05 MB 139 169
221,825 221,825 000000000000039e9d4d18c60f7300975a1d00fa8c6f4751968e55b9792c88b5 0.01 MB 37 191
221,824 221,824 00000000000001b3d92df0fb63abc800b9c6e8350243929bea35d2dfe4adb553 0.05 MB 87 140
221,823 221,823 000000000000010b5bc566f77cdf35a916737990014dcb0d67d424f62512cf40 0.14 MB 346 225
221,822 221,822 0000000000000334fc9ad01f3b685c3396c1cad6e9e2328f63f2981a544de711 0.02 MB 37 124
221,821 221,821 00000000000000e8a94dbaa88d3dc01d96a70c6f8c662a075f75f40956c80911 0.05 MB 53 109
221,820 221,820 0000000000000436a861be7b96670516949d3731f6aae424b73d6725f82df835 0.13 MB 351 206
221,819 221,819 00000000000002bafeb0c34afd827086ad9c53b874ce021a01b180955afdb2bc 0.03 MB 82 153
221,818 221,818 000000000000001ea1877179512dca80c77b9334e621b7cdccb513d8f6c41a04 0.02 MB 34 61
221,817 221,817 00000000000001574806f99cce0b9defe3079b117545971c3d4cfb4378efb5a3 0.05 MB 61 107
221,816 221,816 00000000000000693eb304bd189d7c16e5ce7656bf8cddca7901dde890fee83a 0.18 MB 450 220
221,815 221,815 00000000000000cbdc766686bdc3594a527629a6da8f8b4bc0b008dc3d7aa6ae 0.04 MB 61 142
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.