Memory Pool Memory Pool Refreshing

50,581 transactions
28.38 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,612 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,005 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,611 (449,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,435 423,435 0000000000000000038ed9842cdc1a6f334f0572c6d0e4a10897be1c4b4288cc 1.00 MB 1,750 63
423,434 423,434 00000000000000000223ddf296cfe66b346f2873e74230e67c4ec3cb157da390 0.99 MB 334 8
423,433 423,433 0000000000000000030ea5ec3cc3995bf38486a051e6d5cb8ecf4ae23bb8bfdc 0.85 MB 1,553 54
423,432 423,432 000000000000000000d2cabed1b2ae805db710172e731cb78438f260a611209a 1.00 MB 1,595 46
423,431 423,431 0000000000000000011edeab34b5145125efa596fbc2e6a88825acd9570aa4d8 1.00 MB 1,085 25
423,430 423,430 00000000000000000334f7def254956622f3102e55f0dabfc1852535f0a3e63d 0.69 MB 291 16
423,429 423,429 000000000000000000faea92d204fc5cda2de07e5ed4a09841238de955e50e55 0.89 MB 611 22
423,428 423,428 000000000000000004072adac4a915c56af9457dae75ff6bf3bfe6a4194cd598 0.93 MB 1,965 59
423,427 423,427 0000000000000000020626fd778ee9f380781e9b54bd298971e977fdd9ce3e3c 0.96 MB 2,246 67
423,426 423,426 00000000000000000364488db6eb90450e4e29119979bd5a66924227b5a3fc17 0.74 MB 1,217 44
423,425 423,425 000000000000000002a2c91430e0bb9d91fcde413d7ed7b80491a20bc8b8cefa 1.00 MB 2,539 70
423,424 423,424 000000000000000000cd9e33be3281764a4037df55a1c7ef66b31857cb316311 1.00 MB 2,240 111
423,423 423,423 000000000000000001fa09a3a59b4b71eef72b8483f1b906f6c35f17cfbbf876 1.00 MB 1,173 31
423,422 423,422 000000000000000004fbc80278359ac6b0deecc6d540d680baf32b75376431d0 1.00 MB 1,944 84
423,421 423,421 00000000000000000173e7f4437b99195008b7535511d2117adc9fd7917f61f5 1.00 MB 1,726 45
423,420 423,420 000000000000000000926985c0b634e277ed29d231a0be2549b3503e7f6a5499 1.00 MB 2,524 76
423,419 423,419 000000000000000002cfa70ff229307933d3605a3b23bf5137df37e99b9282cb 1.00 MB 2,089 80
423,418 423,418 000000000000000001796113d01c3dcac0582501fd22812ce70a247009b88c8a 1.00 MB 1,538 36
423,417 423,417 000000000000000002bbca0158885f5b30c6f92ac3e18b7e9194d5f5a61b7e3f 1.00 MB 1,185 40
423,416 423,416 000000000000000003cfe3545f0ebb3159840e0672ed50d99e6ce08382a79583 1.00 MB 1,619 93
423,415 423,415 0000000000000000033c16b4b8ae04ca412430968e1ceed7b8637b45698b8df7 1.00 MB 1,659 61
Previous 10 blocks ↓
Total Size: 704.33 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,649.11 GB sent, 240.06 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.