Memory Pool Memory Pool Refreshing

35,198 transactions
20.07 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,483 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,160 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,482 (7,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,275 863,275 000000000000000000024873bec95f25fde9dd421ddec387687b5807b1e84c54 1.62 MB 3,624 4
863,274 863,274 0000000000000000000080f51acec9bf18d1986c92fd73ab7fdae8a6628559bd 1.76 MB 2,653 7
863,273 863,273 0000000000000000000234523308e0fba87cb08791d8075b44d083c2f60ff642 1.55 MB 2,959 7
863,272 863,272 00000000000000000002cd5dbae8e88756cd34ce301feee81ab1f7146f67828b 1.56 MB 2,868 5
863,271 863,271 000000000000000000007c76e664e19d28543603a23d71bc7b7aad04e2a04f92 1.57 MB 3,729 5
863,270 863,270 000000000000000000008980fecf3b601a89840fdfd8c930bfdadd1790ec0188 1.64 MB 7,349 2
863,269 863,269 00000000000000000001f6c09007729e00123758788875a4aaf090ec42053f8f 1.69 MB 2,646 5
863,268 863,268 0000000000000000000193d6e97b7bbafc8bde9ca8a17e5a261b01476d8dba85 1.57 MB 2,316 6
863,267 863,267 000000000000000000028528edb83266d5af9556ede573d614b73377633b311d 1.61 MB 6,037 3
863,266 863,266 00000000000000000000c641cb0ebe8013010517b0b215a4c6aea384e22da18e 1.62 MB 5,845 5
863,265 863,265 000000000000000000008d832d71c5b2c78edc2a1f4840160b998b2022162262 2.34 MB 782 4
863,264 863,264 00000000000000000003130e087039e081110a859d42ddcd4e05f216ab334e6f 1.61 MB 4,190 2
863,263 863,263 0000000000000000000209279f99bcfb04618a49f3f8a15055880686d802e21f 1.70 MB 3,219 3
863,262 863,262 00000000000000000002ef673a7170e9ca4497734a8f957ca4fc8fcea82d8d04 1.74 MB 2,726 7
863,261 863,261 0000000000000000000196bc4eb82a98d37d2ace06d6db32b50f206749bbad79 1.57 MB 2,819 8
863,260 863,260 000000000000000000030c4ab6785cbb3d4ef1859f360d1ef39423f0ab19775d 1.36 MB 2,021 6
863,259 863,259 000000000000000000005b0587ad1d387af8dc4dcecd1c51f801bfc9175b0a00 1.50 MB 3,286 10
863,258 863,258 000000000000000000027314e11d06699a2eae4e64d9f932b181f2b72ae7d560 2.02 MB 2,172 3
863,257 863,257 0000000000000000000222a85e5c129a3ab1ed041b92e953bbceb6b7758cdc4f 1.66 MB 3,416 7
863,256 863,256 00000000000000000002eb2895bb7f479bfd1213875fc3bdf47d9a54f7af41d9 1.65 MB 3,047 8
863,255 863,255 000000000000000000005eb6adf5c66d44c00081d0b2324a0c81b55592667137 1.93 MB 4,616 4
Previous 10 blocks ↓
Total Size: 700.36 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,297.02 GB sent, 212.82 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.