Memory Pool Memory Pool Refreshing

8,642 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (684,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
223,081 223,081 0000000000000012a9601bd3315a97aa8a3d42bb8fff3fa699b9d7923e91876c 0.04 MB 128 253
223,080 223,080 000000000000034501ff6aee15877ddbc8e99f3b804c4889605c24fa61230d06 0.11 MB 224 172
223,079 223,079 0000000000000000139008bfda982356c5065c9035d6c7d588069d3e1b35746a 0.10 MB 223 164
223,078 223,078 000000000000038423efd5bc5391a6c30337d0231f4f923ac60c195c23a25c41 0.03 MB 67 192
223,077 223,077 0000000000000170c2d74d3330a9d2e6364bcf01e2bef1770c293858d908e08f 0.16 MB 417 197
223,076 223,076 00000000000000a3508061f7ed86c49a7d1622d841dd5c2cedbb1ea74c0b673c 0.06 MB 123 139
223,075 223,075 0000000000000258fdf2d5a761ecd822398a18b26b2ecb0fb23ab892a9dcd2fc 0.12 MB 285 190
223,074 223,074 000000000000015b4cff50e4e1a22a92ee41bbc8315eaebe81bce531384ab598 0.21 MB 477 182
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.