Memory Pool Memory Pool Refreshing

68,544 transactions
29.46 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,204 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 4,393 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,203 (65 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,138 866,138 0000000000000000000218e8a558eb67289d6420fe873acbea7623cea9b04fc0 1.46 MB 2,549 18
866,137 866,137 00000000000000000000ecbaa6660c9a0507421dddacfa04f3a571460e0cd59d 1.44 MB 4,812 19
866,136 866,136 0000000000000000000280d29ff8229c6f2cf180e093591627dc1e82286e80e3 1.49 MB 5,332 25
866,135 866,135 00000000000000000001f0e8285e1ae4eb2e45a39deec3c3c6e49f5ed223f719 1.43 MB 5,520 26
866,134 866,134 000000000000000000029d7c52025b6a9b605251e6e40ff01f8b40e172800752 1.85 MB 4,337 12
866,133 866,133 00000000000000000002dcfe2bc8f8394cbe0874936603c261c48d3fc7bee93d 1.40 MB 4,061 13
866,132 866,132 00000000000000000002bf534d5c1d70f07fbf8f5809131e82a9e4d2449a0f00 1.53 MB 4,390 38
866,131 866,131 00000000000000000000b0ee6c098e998a9dc68bd6503de8f5abe9588cda1024 1.80 MB 3,479 9
866,130 866,130 000000000000000000016c344824c3c93c355a42a362a74fe4fbb13153d0d78a 1.56 MB 4,223 8
866,129 866,129 000000000000000000009ffdf4d7a5e25cad887365512b06772de68ae8283941 1.51 MB 2,494 15
866,128 866,128 000000000000000000022a18101170228cac0d04083b0511c4f59a2bca5a87d6 1.55 MB 4,089 13
866,127 866,127 00000000000000000001da8d54e386396ea6aa67be164e60a4b3d6b09b8687f3 1.51 MB 3,760 21
866,126 866,126 000000000000000000002fea34bd501a69bc1b2bb9a895a45db6ef5b87950795 1.45 MB 2,920 34
866,125 866,125 000000000000000000022a3be8aa6d269d7e0f41f1102ba0fd603d42ffd3438f 1.45 MB 5,402 16
866,124 866,124 0000000000000000000246833850e93b96c708cbeeea2324e4e9ccf0d8325016 1.44 MB 4,696 25
866,123 866,123 00000000000000000001e4fb07cd0bed3a634049c23766ca614328844ab26543 1.67 MB 3,380 8
866,122 866,122 00000000000000000002c8e30edac7566d3b044880d2dbe45b19fd42114d6577 1.38 MB 3,239 15
866,121 866,121 0000000000000000000105da046248ad37691cc20ffe92a49f1db0384473e660 1.50 MB 3,480 21
866,120 866,120 00000000000000000001bd4afc4f3b99af4288cca3bf66b8e448351ca4853a03 1.44 MB 3,267 31
866,119 866,119 00000000000000000000c37620ad1f52016b809cb4d6e81dd5e54403a067803d 1.62 MB 3,837 13
866,118 866,118 000000000000000000027fcec6ea1e0e2ab2bc8c4959503727bb2853035583b9 2.54 MB 2,440 6
Previous 10 blocks ↓
Total Size: 692.12 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,838.70 GB sent, 158.26 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.