Memory Pool Memory Pool Refreshing

28,916 transactions
32.44 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,833 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,610 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,832 (137,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
725,296 725,296 00000000000000000002057ee9d39ecb4f1fcf599ba32759305a95582574e5b6 0.58 MB 957 6
725,295 725,295 0000000000000000000020cd64122d71691dc0e629faae15e8c12366a4a2e467 0.03 MB 33 2
725,294 725,294 000000000000000000091f2c223e811c84060bf52bfae774f54b176f2b0cf14c 1.01 MB 1,108 5
725,293 725,293 00000000000000000001d4f5ee4c8fc704e350a966274631ac58c363b2f40539 0.69 MB 344 2
725,292 725,292 00000000000000000009b9615946cc1d27baad1978da76742702188b24bb8da6 1.42 MB 1,742 5
725,291 725,291 00000000000000000007578dc07ce2389554b138ef3cb03fdb05620e7a50fc62 1.53 MB 2,723 7
725,290 725,290 000000000000000000061b417279e4a2acafb0583c9a710b1be58099b06cdcab 1.58 MB 2,387 4
725,289 725,289 00000000000000000004c1e4bd095f38162eed4922acb33b9220be54a56a87d7 0.00 MB 1 0
725,288 725,288 0000000000000000000631a92b8291211773ff4da17af6d481a529114a8871c5 1.54 MB 2,702 16
725,287 725,287 000000000000000000072a96ea6f284386461ae047e8f2fa69e2aad8e131a5de 0.30 MB 675 6
725,286 725,286 00000000000000000007b9b8e94320acc5427f10f1c4172ef4c626ccee35b089 1.00 MB 355 1
725,285 725,285 000000000000000000055dd2edbf81b9610e55218d7135339438fc61adc389e8 1.49 MB 2,481 8
725,284 725,284 00000000000000000006f4b03a64d0e6f1266dd33751b1bee14510f458e9f97f 0.07 MB 103 5
725,283 725,283 00000000000000000000bdc36503b7893d98cdfeed9d010eef4723c00e752c5c 1.36 MB 1,880 6
725,282 725,282 00000000000000000008e54711f634f3bf0649f96e4f237eb0d6cfdc4798dd1f 0.78 MB 1,102 7
725,281 725,281 00000000000000000007e6c95909af913b2d242ee4619e1f946ecfe2b622a57f 1.43 MB 1,390 1
725,280 725,280 000000000000000000038857035e4a4e01dd99d648321e73ef4ed55114175f8e 1.47 MB 2,409 13
725,279 725,279 00000000000000000006faaa55fef15c5fe594a87e53c5ad3c494b76198d369a 1.40 MB 2,299 7
725,278 725,278 000000000000000000049e2508856f319d8f3264cf61b61a8d32992be1297639 1.52 MB 3,048 6
725,277 725,277 00000000000000000001b068935a47ec7c45c67cbc6179981d6dc2eff8d666ab 1.57 MB 2,713 16
725,276 725,276 00000000000000000004b60202b9b0b1115bddca78eba4e025b4b6651a5a1891 1.75 MB 1,498 4
Previous 10 blocks ↓
Total Size: 685.78 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,404.39 GB sent, 110.50 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.