Memory Pool Memory Pool Refreshing

2,793 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,796 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,782 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (685,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,841 221,841 000000000000023029b798c7b943e58568c3dd9e68f4cc80836e19e17cf327c5 0.08 MB 159 158
221,840 221,840 0000000000000238fe640fb1a603274c66306dad242cd3a0c56d298282d397c1 0.05 MB 127 64
221,839 221,839 000000000000024ff25a0d3768bb68517177f6439e41df645fa757c4e4b4c692 0.20 MB 372 161
221,838 221,838 00000000000000c000cbe815626f92e40d37dcdfd86f1f4fa7eb057c70a8147b 0.25 MB 700 210
221,837 221,837 000000000000042a55486a16b74cd275414565ad82c377f3724ddb65cb3143ab 0.00 MB 12 323
221,836 221,836 0000000000000035215dc152027394a40f9d41dbc9e952cf336b061c5457c972 0.07 MB 155 181
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
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.71 GB sent, 93.67 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.