Memory Pool Memory Pool Refreshing

19,864 transactions
31.00 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,800 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,215 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,799 (649,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
213,276 213,276 000000000000008d84b04670454d5d149874bc5439b8d73e72e6556d0ad8f8e9 0.22 MB 448 172
213,275 213,275 000000000000027dcde03e1f02254ca393b6e177772758cb5d1660e48e9a9fa3 0.20 MB 542 207
213,274 213,274 00000000000003e0182be73bddafe1bc92193d4cbf7639fcae04447d887f73d5 0.05 MB 117 139
213,273 213,273 000000000000000c9ac76b45e91a5bcce6488515ec229a7a4da2c62cfb98034c 0.00 MB 8 12
213,272 213,272 00000000000001d78e04520b162d49e8c247b3f46e4ead43279d035a2d7e33ba 0.24 MB 439 152
213,271 213,271 000000000000007472afddf09d30fbd4d0452014ce89eff1052d5ff11f7eb6e8 0.25 MB 524 173
213,270 213,270 00000000000000a853bc670ab3695aed145a9231cc9350b1c52b6c8ca0da4500 0.00 MB 11 634
213,269 213,269 000000000000040e19f34025aa2d3f028a1478ab4bd828ea23d84843bdde1efb 0.00 MB 13 48
213,268 213,268 0000000000000195458ceaad9d1248849107ef645432fa574c9f4e8db35907a8 0.02 MB 44 109
213,267 213,267 00000000000003f3dd5fac37abbbcb93ddea48cf5e186d823f8589db061c9070 0.23 MB 488 158
213,266 213,266 000000000000023f6512a8f782a1d1ed3451fffe81a5e431ea71919f7680df16 0.15 MB 308 149
213,265 213,265 0000000000000451f143a685e56167394ce0828ea7e30a260fa645ca3b0b6150 0.27 MB 703 214
213,264 213,264 0000000000000048441049188405c08a6af4e4e1f8087b1126d81d9348701aea 0.14 MB 275 549
213,263 213,263 00000000000004df6e5900e2d4e2327cab72efbacca88ee2d587f105d359bf8b 0.20 MB 512 230
213,262 213,262 00000000000000552907b50935fa7d4c0fffb4af6c1d5ff6037dfab93e79b273 0.11 MB 253 168
213,261 213,261 00000000000001124ce4deda28263ee2755d072828e3a46442a2b66c9c5142e0 0.14 MB 273 161
213,260 213,260 00000000000001b3a623a0e1bbb2138813d449c694d2279b08ac3c0105d07234 0.00 MB 12 176
213,259 213,259 00000000000001890f4bb441f088e1e9f9467f46f6ea8a83bd2340da20b59327 0.31 MB 566 112
213,258 213,258 00000000000004e5cd11811354bccbc03fb6ad80ff49577a1cea8d247ca2858f 0.00 MB 13 353
213,257 213,257 00000000000000e4ccb7095987518ac1fac00d99a19cff0128bc729486f91962 0.02 MB 36 150
213,256 213,256 00000000000001985a8111d97dc699d5a627437a7f5ad3381cc920dfe94c4fff 0.03 MB 107 148
Previous 10 blocks ↓
Total Size: 685.71 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: 1,400.25 GB sent, 110.16 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.