Memory Pool Memory Pool Refreshing

36,580 transactions
30.56 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,526 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,466 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,525 (710,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
152,159 152,159 00000000000002fb6322c7bf1775fc0c816b1237f52fbf9cc585f4a08ef08c9c 0.02 MB 42 97
152,158 152,158 000000000000018fa1f12c38de1c35b5b2e6c2f7734bb1f7d4d2a88801b40b73 0.01 MB 17 65
152,157 152,157 0000000000000274d35dcd789493ff3b15b4d43c4b033bd6ffdcfa29e0e8f735 0.03 MB 77 31
152,156 152,156 00000000000005c9ee6b87def960783388f7a2663acd36c768b0604de9c032c4 0.02 MB 45 66
152,155 152,155 0000000000000ce3e3b57b55f07af54e390e62a89c30390bb8f3ef917b08062b 0.02 MB 57 69
152,154 152,154 00000000000009b755e6cf731e713c41be1abee1be1f7adbff0d6af41168aa44 0.01 MB 19 222
152,153 152,153 00000000000008419876dcdd90422b9f6500b0737a3499f995e2635aa16f592d 0.01 MB 21 602
152,152 152,152 000000000000055f7d766bd481e78d8c3eb03f3bdf4384609a041c297cd249b8 0.04 MB 106 99
152,151 152,151 0000000000000d0290b347fca925cb99de8deb8ad1097f0bc405062001f26a08 0.00 MB 1 0
152,150 152,150 00000000000009acc14415a3b26834015563c30834dac39dfc560becf9d1762d 0.01 MB 11 193
152,149 152,149 00000000000003f9cc5a0401c98a42b406ccf8f068a8d44f4ff1251545ecf7d2 0.01 MB 22 17
152,148 152,148 0000000000000c0260d7571887041a3682b2ecb6d0a8204b4d44205b2817ee1d 0.00 MB 7 28
152,147 152,147 00000000000003e7abdc1d9e8e06984337f9df8644fb6b968bb473f937b1e725 0.00 MB 12 0
152,146 152,146 00000000000007d9d8a00f8ded18f6090d4ea07a9d241ddd4502e41ca3a94f5e 0.00 MB 11 273
152,145 152,145 000000000000015e2a6914055d27981dfb60849ab5e08a7a2f9be72c8b027e2d 0.01 MB 14 58
152,144 152,144 00000000000008b4c1e2b34bb5722030617a00e6a794b884bec828eecc3ef929 0.04 MB 75 143
152,143 152,143 00000000000003f6ec9112ef260b520dae884e4c3ffd6db7226aa0f68be1c26e 0.05 MB 127 156
152,142 152,142 0000000000000dddad7b61f03df5ea403b079e231f3f0515df6dead02a027f8e 0.04 MB 146 54
152,141 152,141 00000000000004099cc090a04ccebd4991e3fcc719dcdea2beb591f1021a8cc2 0.00 MB 13 300
152,140 152,140 00000000000006ee57be134c763ff6f663c45ed4eabfb9b84e454ba2a07c3e2d 0.02 MB 18 30
152,139 152,139 00000000000002b498025137bb8c328434919c591663b22aa89fcce75c0c6dd5 0.01 MB 36 175
Previous 10 blocks ↓
Total Size: 685.17 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,372.76 GB sent, 106.61 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.