Memory Pool Memory Pool Refreshing

82,417 transactions
28.27 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,228 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 6,273 46
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,227 (893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,334 866,334 000000000000000000004d6382d563b8464afb8d115b6aacd23aa90b6248f0c0 1.51 MB 5,770 7
866,333 866,333 0000000000000000000065ba007a9711033c29d66e4ce2fc2157abc59e3f7325 1.50 MB 5,898 5
866,332 866,332 00000000000000000002e496e8b51a3428302a2bef9ec58dd42722ec3148e63b 1.50 MB 5,434 11
866,331 866,331 00000000000000000001517a27418e86a4e1280aa061deb8d5a603c308b32eb7 1.58 MB 4,923 5
866,330 866,330 00000000000000000000578ef355c5c4f170bb7e3ecb07a489807af950ba5f35 1.60 MB 5,695 7
866,329 866,329 000000000000000000012f3d8c9cad60c62d09fa76ecd8485fe4d959d87fc3f4 1.38 MB 3,657 8
866,328 866,328 000000000000000000016a8130f42d90587f5d22713a11b25aaf2234773bb845 1.48 MB 5,495 8
866,327 866,327 000000000000000000001b0969cd03b2a74846d519f6e187d7ca116c2025ca6d 1.53 MB 5,722 13
866,326 866,326 00000000000000000001cd47365edb719a262115f40b5b9f63ab8a1e1b2a4187 1.60 MB 4,436 18
866,325 866,325 000000000000000000020fb3f3c4d3b5fb46af9e2589237ff072880420e231f1 1.51 MB 6,356 12
866,324 866,324 000000000000000000001367fe8444ebb7962011dd49a9adb112c42449f8af69 1.56 MB 4,549 14
866,323 866,323 000000000000000000028cee397e2961bb09c87ee8ae6615381a252165ac0342 1.48 MB 6,068 6
866,322 866,322 000000000000000000002b035c9d743e5ce2d9b44c061654d2abea203222e855 1.51 MB 5,485 7
866,321 866,321 00000000000000000002b29f84cd1b06cc094837fb0ad46084ad8884be2978ae 1.49 MB 5,292 5
866,320 866,320 00000000000000000001e8c545d8b42b2eb37c77c5aac9db11cbbf427eeea850 1.61 MB 5,847 5
866,319 866,319 00000000000000000002132bf997639d6c632ed08a79d08d739ebc0734a363a9 1.64 MB 5,099 7
866,318 866,318 00000000000000000001b0bd3f9a8f6edd4ba3e82c2304421dfa62d799e6bcfd 2.04 MB 2,298 6
866,317 866,317 000000000000000000028b587614182c9af5f60ff321533f77b71fd0f678ffce 1.49 MB 5,414 11
866,316 866,316 0000000000000000000206ef5ec3164fb3da4cfa7ffb1ce314448918484a5c28 1.81 MB 3,966 8
866,315 866,315 00000000000000000002037f9018a8dc1212b0b14fdc4617d3114f67e29f8396 1.52 MB 5,909 10
866,314 866,314 000000000000000000027dc33ccdd2d0665b04a5affdf8cd4505a8120889f7f7 1.84 MB 3,614 5
Previous 10 blocks ↓
Total Size: 694.02 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,900.33 GB sent, 173.38 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.