Memory Pool Memory Pool Refreshing

1,528 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,994 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 1,509 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (680,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,161 227,161 000000000000012f2575ed8453bda86ace47c8abc79fb043ed1c59db7501f081 0.25 MB 596 213
227,160 227,160 0000000000000348a2beec924f5283555abecf211be095ebf3aa9d0bfff3e83b 0.04 MB 94 178
227,159 227,159 0000000000000146c05616aa91ed51b3b0884b39fd713653e567e1b60a7df780 0.05 MB 87 80
227,158 227,158 0000000000000155559d371ed9ff613443108b1a7a2875ccfa883b331a8d6cad 0.08 MB 165 140
227,157 227,157 0000000000000289c377533d6ea7415aa7a8da1f5f9a9f52158dc5bae0575382 0.05 MB 111 114
227,156 227,156 00000000000002089229700b19c285adae99f1bb098f86666688f0033d6a76ec 0.15 MB 287 137
227,155 227,155 0000000000000052726936bccaf3f88024910dbbb95dc22af101880ecf327528 0.34 MB 659 160
227,154 227,154 00000000000000dd1bbca1767983ee41aa578b9a7437c8b64371dfdc805357c9 0.41 MB 363 80
227,153 227,153 0000000000000125d0d062b39d17c52f00d47e27d9194c9168e96866d114554c 0.10 MB 204 141
227,152 227,152 000000000000003f6eb667ed114e2bd551b5702d186d6d6f64f690165ce522d6 0.16 MB 285 164
227,151 227,151 0000000000000246f30f9f287086d451d3039e9378c6d742f05ae28fe012184f 0.23 MB 451 167
227,150 227,150 0000000000000181a2e1a15facde25e2add72b553b87e037263db2af9616c1e5 0.08 MB 251 179
227,149 227,149 000000000000018347f4de6fa2e9a9e800b39136e1d30e451919e4e9f936a8c3 0.05 MB 80 90
227,148 227,148 0000000000000045c6358d526a4cd75849ca8ca6f18eca9663cbf7c10f8ce890 0.14 MB 376 224
227,147 227,147 0000000000000219dd900e7388df8016c5f3b6ce8bf4753efc0ebb997ba14259 0.23 MB 511 181
227,146 227,146 0000000000000260a857630afe84337de5034c5e1940d6518c90dcfb4b166b7d 0.19 MB 449 180
227,145 227,145 000000000000002145b624a7dba15dfcb886b38b7c92bc8c77ef7b1b8daf4a70 0.01 MB 19 164
227,144 227,144 0000000000000129088b69b28d0bebb149fce55f3b7438a4fab6028e84302ce8 0.04 MB 74 180
227,143 227,143 000000000000020019e2da9a6cc51257f73c182ee3899b2c9f68f70db87c66d2 0.06 MB 120 162
227,142 227,142 00000000000001693f8ac6c00e8b51dad82e4a6f0a5bbe34bef3cca6a99eadf2 0.14 MB 306 174
227,141 227,141 00000000000001c099503dc753d08745d231386286fa3189f9afa9b0088ff8af 0.04 MB 48 83
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.