Memory Pool Memory Pool Refreshing

12,192 transactions
4.38 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,157 (685,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,102 223,102 000000000000046a28190df5652a68ca88f4cd8026775ba74cf7e6378a0189d4 0.01 MB 45 137
223,101 223,101 0000000000000212e802f36263a399abfab1aa05123089c82db028332728554b 0.23 MB 540 187
223,100 223,100 00000000000003ece3216ebde7f342932534cff6005d9fbbb956bb0ff2a6ec7d 0.06 MB 154 217
223,099 223,099 00000000000003a3cbefd0de3f744ab6cac7e27689c5a40167108d882a51171d 0.11 MB 262 158
223,098 223,098 0000000000000398f5e06b954ad3bb1370f793d6b8fd324b06097539da242c33 0.11 MB 235 140
223,097 223,097 00000000000000644b0805d7f9699dcea7b957a8ea97b6fed6e8b50e7333ff42 0.13 MB 235 111
223,096 223,096 00000000000003d200b6b6a884882edd5b2d2256eeb3cd6ed879d01f68eaab08 0.25 MB 654 193
223,095 223,095 0000000000000494f619445a753ace74a025224c7ddacb74514f7585b6587e8f 0.44 MB 1,082 205
223,094 223,094 00000000000001421b578638791f1fd51aeb8951af9e5f578154b633df8a6a78 0.23 MB 383 146
223,093 223,093 0000000000000447b4941803bf331d49442c20d14db9f8bd6bbb6b2312d8cc4b 0.25 MB 627 203
223,092 223,092 00000000000004085813e470e5882f1fca24f50a0505d53353c9e33f29f40615 0.23 MB 580 195
223,091 223,091 000000000000020e9765b5bcfe6b80ccd2ee4d63a1afe706fb10c9e648c1d4e8 0.11 MB 218 165
223,090 223,090 000000000000047f8bbedbd012f735228a3033412ef513f60aa091892bc14322 0.28 MB 684 203
223,089 223,089 000000000000010c7844c4bcb494688be7e72e8227c41a3a7425c782de1be865 0.00 MB 11 52
223,088 223,088 000000000000005e4dc6eb75e91dde670841d86f807ac283d38a1bb6326355d2 0.26 MB 190 32
223,087 223,087 0000000000000142ca8d4a513e7bb4ae2d88d6eb7158e5b233c3b2e19ba26347 0.26 MB 651 216
223,086 223,086 00000000000001a569d804bb96a9948acde20395a2b4bdd8312798a997dbd02c 0.06 MB 143 110
223,085 223,085 0000000000000101d3d0bfabb76c8b2fee4660db9c23493da1fc1368f38b56de 0.25 MB 551 192
223,084 223,084 00000000000002311ea99276aeae1961bab55cf381dedb8bbec2da771b3e26ee 0.20 MB 458 190
223,083 223,083 0000000000000058fe9a2b4db48366db511818793f7d7d890aa1193dbb3580eb 0.23 MB 499 173
223,082 223,082 00000000000002f97a848874bd79c4913d792b360050bb34e5441285c301e1c5 0.11 MB 239 165
Previous 10 blocks ↓
Total Size: 769.85 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,680.85 GB sent, 97.13 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.