Memory Pool Memory Pool Refreshing

83,233 transactions
33.79 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,313 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 5,303 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,312 (396,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
473,448 473,448 0000000000000000006cbf976a35032bf867a90d17d18670ff8d0230996c6bfd 1.00 MB 1,693 236
473,447 473,447 00000000000000000188b85cda5a70dfd2f6c67e685a64b704a0c954bf8fe482 1.00 MB 2,311 151
473,446 473,446 0000000000000000010d79fc31ff1f89f97a485032c8fae529378b7706f1ea4a 1.00 MB 2,096 214
473,445 473,445 00000000000000000081417deef9abaa3016a1fee05c6389bfc9474db2a04903 1.00 MB 2,064 331
473,444 473,444 00000000000000000002855233c872b5ec47059fc5a489e443b449e834f31a3f 1.00 MB 2,000 346
473,443 473,443 0000000000000000017fbb4a184b4e2ef54b00181edf6cfdbb3d98c9055b405f 1.00 MB 2,192 272
473,442 473,442 000000000000000000c103216336cf07a89f946ee09a608f2057a2431f6b12d2 1.00 MB 2,359 334
473,441 473,441 000000000000000000f1b4e1544b673b567327a1a50de053d07b10eb3a6c8055 1.00 MB 1,323 212
473,440 473,440 0000000000000000000d4878d826e7c4557809a5f8ecf0d0f6e58944a5ccca1d 1.00 MB 1,767 183
473,439 473,439 000000000000000000f6093b56455dd357c88533a69620096687bb242d362448 1.00 MB 1,704 263
473,438 473,438 000000000000000000a54ada9d59d3b53ea8410e9652bdedb3ea6fae627e74c5 0.99 MB 2,179 276
473,437 473,437 0000000000000000006add44d7c36e8e7113b2e10acbaec4d4abcba03e59a36e 1.00 MB 2,359 234
473,436 473,436 000000000000000000c6faa890a7eab2eaaada2f3349bce232ee1e3b034f3afc 1.00 MB 1,114 212
473,435 473,435 00000000000000000153bb5d47054eeb7d85c8eeb2899f0a6abc2c3655995528 1.00 MB 1,823 224
473,434 473,434 000000000000000000a2e1d430e433ba4557746ba7c3f6f40ff5ace03f8c8c48 1.00 MB 2,320 241
473,433 473,433 00000000000000000180fa71cff7cd629d50e8a8574772386a76de22e93edd59 1.00 MB 2,429 282
473,432 473,432 00000000000000000166d853764d2d42aaa2d769635f4d4148301a7bd8401949 1.00 MB 2,269 312
473,431 473,431 00000000000000000162d268b1c34255a21cf38d31d331b62935b1df068283fb 1.00 MB 2,406 385
473,430 473,430 000000000000000000764bbba60a50e656a242b8576fc5ed36e63a7afe2cf93c 1.00 MB 2,317 354
473,429 473,429 000000000000000000c3b994c0d2a5ae8f70fbd85fc0da5f57726e07c2986fe8 1.00 MB 2,037 354
473,428 473,428 000000000000000000857da19c44d0d83470d5bf3675e7c798e140731e77f1e2 1.00 MB 2,491 305
Previous 10 blocks ↓
Total Size: 700.04 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,228.52 GB sent, 210.73 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.