Memory Pool Memory Pool Refreshing

53,365 transactions
22.27 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,797 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,448 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,796 (684,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
187,663 187,663 000000000000053208a28cd54db7a16a18b86353f6a961f3765d7d28fd1fa6c2 0.09 MB 211 361
187,662 187,662 000000000000092ed176a39bf86c16286f2f5a025b0bf641d603ac347cca2a51 0.00 MB 9 303
187,661 187,661 00000000000008b1bd15cc29f000784927095caa1ce26d26f017b4b374915111 0.05 MB 106 144
187,660 187,660 0000000000000014fe5e7dd83e9e8a40362f077a8fe91bbfeae62e056c335e8e 0.04 MB 84 134
187,659 187,659 000000000000072f99c11a57193890f2f674fd73fb13fcd6a69d066e13c96216 0.26 MB 367 93
187,658 187,658 00000000000006a79b59e3eb46a5d80d30e765d172c83f3060bff3e88ef898ec 0.07 MB 187 275
187,657 187,657 00000000000002b418851f672fe75dad66d4a1ceee119b4fa2adbbcc518f8064 0.01 MB 32 0
187,656 187,656 000000000000079a20a77340bb0cb51b6aaf8a4e838677d20641cf06c322d89d 0.00 MB 7 949
187,655 187,655 000000000000073c670ea6babaed1c524f2b69881cd9fe48bc91b55f1538471b 0.18 MB 360 118
187,654 187,654 00000000000006920c9f01c4394ea508a86ea321c16f47c98dd8327358322d02 0.05 MB 118 72
187,653 187,653 00000000000005a062e125525e5a5a12c6cdfe95df44dd2514c1d584d3b6e66d 0.11 MB 245 154
187,652 187,652 00000000000001da6cef0b0ed3176debfee5cd2dadcaa44ff6860dcaf991917d 0.02 MB 37 95
187,651 187,651 00000000000006d82795dd8b12e04607dd38a33d90bd8cc424a79dd4d064a6c1 0.01 MB 24 95
187,650 187,650 00000000000001da75c8f9e1d3e6b3ddd682b7a65c6b5d996146d7f969131e0b 0.08 MB 120 101
187,649 187,649 0000000000000899d4944d24b628b0577c77574e9702bb7e904a18dce6007347 0.03 MB 127 0
187,648 187,648 00000000000005aec39735480a59ec8ac2394ef3889fef37e9239c969a2217f1 0.18 MB 367 105
187,647 187,647 0000000000000166c6987cfd687b0777bd6800a798db1f31b3cab74528bacf43 0.04 MB 88 45
187,646 187,646 00000000000000afe31fe9c2162797ce91259283a97f0bca83b6193ca9a7ad60 0.18 MB 343 114
187,645 187,645 000000000000067ce646509f7d0b708f1b106549c28aa6c329bdcd7972063f8b 0.12 MB 256 138
187,644 187,644 000000000000004e262f85e21c264f2645881f204da6fc5b9837a2d21c0aa9ce 0.05 MB 148 71
187,643 187,643 00000000000000301f387a7a4ac07aa819cd9db65665718ec81cd78dba244f93 0.13 MB 256 117
Previous 10 blocks ↓
Total Size: 702.82 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,570.53 GB sent, 230.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.