Memory Pool Memory Pool Refreshing

18,651 transactions
24.63 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,373 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 264 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,372 (718,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
144,454 144,454 0000000000000103a96c06a1ca42f34067e61e6a4a45b6cee279e69554cd5a56 0.01 MB 12 219
144,453 144,453 00000000000003d10de201c8502e20dec813de12c48d43e396b17b916bd9c5a2 0.00 MB 7 154
144,452 144,452 0000000000000526632e64800b966afa9f80ffaa6c1c9277ee801bfd81f528ec 0.00 MB 3 96
144,451 144,451 000000000000086bcdbeb92d6872a3226a4f9600f08d41b0d1796bd0693b9261 0.02 MB 68 11
144,450 144,450 000000000000023d17b9085110034efbb0f18b5bec677a1e0004ebc920ec400d 0.03 MB 65 122
144,449 144,449 0000000000000580583e0bd716fa47a3a3ad69710300573ed205190e56b0d9ac 0.00 MB 1 0
144,448 144,448 00000000000004b16227f2bee76866f45ffe760554a85d8fdca08748d3851c0b 0.03 MB 93 138
144,447 144,447 0000000000000830e362f177e66191c5a58b9063b513b727119a14d158367918 0.00 MB 15 303
144,446 144,446 00000000000003064a6032f76a4756f395aa12f5c4cc8175d102be5a6f29bdf6 0.00 MB 10 33
144,445 144,445 00000000000008ffc891bc07dbdd0edd4de52b73ec351c2768ba91f3a48393fd 0.01 MB 20 257
144,444 144,444 000000000000057737d0fbf67c30a0c80d3dd7d3153ab9531171183a7eea7679 0.03 MB 118 1
144,443 144,443 00000000000001ec01ffd1721c2502b6282472ce720eed7468ee74df6e85eae3 0.00 MB 20 132
144,442 144,442 0000000000000311086103d8ca7050f62057f61e761da69afe4357d076ee63b5 0.05 MB 103 95
144,441 144,441 00000000000004c6997e61705337801b8ebe2124bf11b99bb7de677fb6aa3835 0.05 MB 47 64
144,440 144,440 00000000000003840fc4ff16007c92160c70b6a9971813145a64b86796708d14 0.00 MB 7 1,029
144,439 144,439 000000000000028fe4f21e36b4d30724325abcf273961780ffe69fca5a9243e1 0.02 MB 64 309
144,438 144,438 00000000000005429e13a32b70d414dc59880a3ac805c41522eda557bad4452a 0.04 MB 99 365
144,437 144,437 000000000000009060402dc773f81dbad70fbf1e211076fb9931395155251f69 0.03 MB 55 300
144,436 144,436 000000000000037f0574e8c46e92d555fe39d44eb23ede127c2cb39c02719a2a 0.01 MB 30 166
144,435 144,435 00000000000008526f7150a0d7b9552aa2258232a32a000a8345ab58b416f28a 0.00 MB 9 412
144,434 144,434 00000000000003ea396fafd3c3a43eef1ec80b5a654cc08ae38bf9ad966e0cb2 0.05 MB 105 174
Previous 10 blocks ↓
Total Size: 686.83 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,491.44 GB sent, 117.20 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.