Memory Pool Memory Pool Refreshing

38,545 transactions
21.14 vMB
Show Random Selection Loading Transactions
Max Size: 115/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,612 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,363 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,611 (686,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,196 184,196 000000000000009c76cd68f26f7e4a705f250929039b1f17508b984b9452f1cf 0.05 MB 89 37
184,195 184,195 000000000000058e682a3d6f5605b274c6836169831380081d44d6ff3af9b14f 0.11 MB 279 134
184,194 184,194 000000000000070a8205504c865ca8755bf4eaeff6a0a9f02915f8e51c393209 0.04 MB 91 100
184,193 184,193 0000000000000425af9912bff369b41acea54275801606352e101a960a957b76 0.00 MB 14 45
184,192 184,192 0000000000000914bdcd3e76c656c346a2565b3c4ea24beab650b17e207faf15 0.06 MB 117 168
184,191 184,191 00000000000003f555c9406ae4291ff41732f5d95cf154c1c6e395d47a467ada 0.01 MB 16 38
184,190 184,190 00000000000001ec7ae26a4b81ef53437f6d0d998ac2cf8226c3ff845ed22109 0.02 MB 51 106
184,189 184,189 000000000000018cd2c1a79a83f29ecd925732a21eb45da018f06688571a28b3 0.06 MB 136 116
184,188 184,188 000000000000014016b25aed28ba97f6cfc51db0f6b5119da3c5772d8c231d51 0.02 MB 47 85
184,187 184,187 0000000000000495a942dff514ff0a22a7353f2c44dd5fd1412d8b08dfb84b22 0.08 MB 128 59
184,186 184,186 00000000000003fb8d77de48b475e21d50ae0260e4f537423b43555a2351b280 0.18 MB 298 191
184,185 184,185 00000000000004cbfe17a7b6f881b01d5542f2bc5a37abffe1bbee4d2cdd8fc9 0.01 MB 12 62
184,184 184,184 0000000000000311514e6529e66fae142885e900171f529ddfcdef61de9306a5 0.01 MB 19 92
184,183 184,183 000000000000021da4f505244051c00bc032f747719a8ea39097775c4e33dcfc 0.08 MB 201 114
184,182 184,182 0000000000000175cac1fd5963e51bf5291592eda358b017dcede42026eacdb3 0.00 MB 12 43
184,181 184,181 00000000000003164dc6a5446dc7b675f668a0e1fb5a35dc629b011847f3178f 0.02 MB 49 261
184,180 184,180 000000000000004607db9f2985068aa9b4f00d9ff4cfed5ad0591fe6e8cc440f 0.02 MB 56 44
184,179 184,179 0000000000000297ac26eb186e1243ce9b1b916e467b1fb1cc4a8b46727e8b92 0.05 MB 132 141
184,178 184,178 00000000000008a78159108ad05818a975f96c32dfd7a03202545d31ea819916 0.03 MB 75 105
184,177 184,177 0000000000000632348f38077a5fe13d0d6c879b753cbe77804a7cf8eb68869f 0.01 MB 16 134
184,176 184,176 00000000000009ab048e0b01fd66710d6a4d8decc1901d6973715d71f197f66f 0.02 MB 55 109
Previous 10 blocks ↓
Total Size: 700.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,372.93 GB sent, 214.57 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.