Memory Pool Memory Pool Refreshing

17,890 transactions
30.46 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,000 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,360 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,999 (17,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,207 846,207 00000000000000000000d056d9b0cc3dbb7e5f5ece9183e4aa94bd3a340992b0 1.40 MB 5,191 18
846,206 846,206 00000000000000000000062c6a12dd6cd16c9cf15f51e7906620a14fa848184b 1.82 MB 6,285 17
846,205 846,205 0000000000000000000087992545431d642ad17e218f76843ef39de79260d215 1.48 MB 4,572 21
846,204 846,204 000000000000000000021b74e5a8fc8fcd32ce5c91ce4ec8724b6426043182f5 1.80 MB 5,957 18
846,203 846,203 00000000000000000001461c222e8a854e3f3a937b6198885866f64cd55c090e 1.97 MB 6,084 15
846,202 846,202 0000000000000000000164236788343d66585e6c4ce2296e979e37dc95277f10 1.66 MB 6,359 15
846,201 846,201 00000000000000000001315436335b8308965750f05a0afaa55cd191620089ec 1.60 MB 3,016 23
846,200 846,200 00000000000000000002af74fe7e21289c786c0efb98f3dd79c98f48dc164a98 1.53 MB 3,877 22
846,199 846,199 000000000000000000032a701e7e4e070c170673e9cc56fa4f17b1a6ef70cb7d 1.51 MB 6,273 19
846,198 846,198 000000000000000000017ef9fe819d97d80e84ab23bb8309291bc1905dfca9b4 1.52 MB 4,827 25
846,197 846,197 00000000000000000002b9054a8969434bb3bca7760baf2eb494e47e0f9fb2a2 1.49 MB 6,167 18
846,196 846,196 00000000000000000001fa647c9556ab9dd6d1522c5eb8c304dc6f0ee3e59d5d 1.56 MB 4,178 26
846,195 846,195 000000000000000000005ed620c0f68f43b2db45680646c33296c5a53f7efce8 1.53 MB 5,052 24
846,194 846,194 000000000000000000023e37ad4dc85fac5ec2972e32da1d087d9ebe83248c49 1.50 MB 3,933 26
846,193 846,193 00000000000000000001df8a2a91e77409132cfdf1fd689636cc918539cb7820 1.59 MB 5,525 21
846,192 846,192 00000000000000000002fd188e97d029ecb1145aeb6e0a7534ebac7394350dcf 1.54 MB 6,077 18
846,191 846,191 000000000000000000019e3f886c07ed97b8fd4973081c21a38b03563fdbeb61 1.79 MB 5,799 19
846,190 846,190 0000000000000000000232cfc7511eef3b5410b4f8a1d0f1326aee9a5902f435 1.77 MB 5,341 20
846,189 846,189 000000000000000000030484fe6cf8d01c0d8ba62bd941f895e8ca4443f42a0c 1.52 MB 6,004 18
846,188 846,188 00000000000000000000f1094481b5395dd090cea3c256ce03896e52e7648b0d 1.48 MB 5,208 24
846,187 846,187 00000000000000000002834a631a47cf204ae6cf6fa0e35b7d2682dce6a662e6 1.44 MB 6,156 32
Previous 10 blocks ↓
Total Size: 688.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,546.79 GB sent, 125.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.