Memory Pool Memory Pool Refreshing

32,570 transactions
29.89 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,567 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,448 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,566 (48,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
815,303 815,303 00000000000000000001c93d060edd23a687adc34da21b2ba602ee12a73eeb5b 1.57 MB 3,934 48
815,302 815,302 00000000000000000000e11dbca56e25405a17bb589959c5d5c8920131b01337 1.68 MB 4,085 44
815,301 815,301 000000000000000000016f5dc04b0ba41e8a3bb58463784488e5dd7285972dc8 1.66 MB 4,761 53
815,300 815,300 00000000000000000003c3034f96ad818d517397676a0d024964861cd3cf30d8 1.50 MB 3,443 53
815,299 815,299 00000000000000000001fe0524c870acf48d70fcdb45a8669ea7433a0201d83b 1.73 MB 5,081 40
815,298 815,298 000000000000000000003be7951a7a424fecc52f6df96df6177340da1688b570 1.40 MB 2,452 48
815,297 815,297 00000000000000000000644cfb03bf82cc9db58a7e8a9e6973bbf6e218a14f5e 1.48 MB 3,078 47
815,296 815,296 00000000000000000003d78b6b9ad76154f8eeccd9ba02ad58d49f43028151b9 1.50 MB 3,364 58
815,295 815,295 000000000000000000015639d81058371e532edfe212113542c52156a2ee1c42 1.63 MB 3,506 47
815,294 815,294 000000000000000000027896c2c49ee6b38f67d0cedb615e9aa2fc7bd0fa751a 1.83 MB 5,464 44
815,293 815,293 00000000000000000002172bd0399c7f04d5b21863c4b7427f8ea891803f6bfa 1.62 MB 3,650 54
815,292 815,292 000000000000000000036a64218746c7d555e07340a26a60855058bc4c58ee64 1.63 MB 3,677 42
815,291 815,291 00000000000000000000662758624337cc5a40535ce9416046f47f9a456d3704 1.77 MB 5,354 39
815,290 815,290 00000000000000000000e36549bb9fa08efbb20226a35c8038041040eccd3628 1.62 MB 4,237 61
815,289 815,289 000000000000000000025deed82861fce3e396a799e5a5e55bad811461c9420b 1.81 MB 5,145 41
815,288 815,288 00000000000000000002ef0f2e539ca017a34ad6073de4ecf0c1c1e8f8b2c104 1.70 MB 4,658 47
815,287 815,287 000000000000000000021f3d44ce4fb9e2c062285f18da23a5716d3a0fa9e7a5 1.75 MB 4,785 52
815,286 815,286 00000000000000000000578bb530ccdaeab272496843a12db4b296e86d404ce8 1.74 MB 4,820 43
815,285 815,285 00000000000000000000c96e2a3ea026f85fbbbf7f164f088ee07351ec09dbc3 1.91 MB 4,355 47
815,284 815,284 00000000000000000002c32857ee988d34e40c4e3199573d503de3a9d537b46b 1.92 MB 5,363 45
815,283 815,283 000000000000000000007c2d42903fc1a01f9c70fbcf2e30548af599e7424327 1.62 MB 3,723 41
Previous 10 blocks ↓
Total Size: 687.20 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,510.28 GB sent, 120.12 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.