Memory Pool Memory Pool Refreshing

38,262 transactions
18.57 vMB
Show Random Selection Loading Transactions
Max Size: 112/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,041 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,592 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,040 (58,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,277 810,277 000000000000000000034ced1b5945134e4ce8a9bbba9d01aa5d21db4eca7660 1.52 MB 2,908 27
810,276 810,276 000000000000000000039444ee5984ac907cfac27b0f091c69d297d16976e159 1.44 MB 909 7
810,275 810,275 00000000000000000001b76110a4ce5832ab8612003d0b96c93a2097a14118f2 1.94 MB 1,594 8
810,274 810,274 000000000000000000008a9d9a4a763afe53222c4d08a2356020734b5e9dbdc2 1.39 MB 1,501 16
810,273 810,273 00000000000000000004240e150adc1fda593b973615ee25c7c7a00e20926f30 1.65 MB 2,498 13
810,272 810,272 000000000000000000018437cf16151164f4555bfb62653fa3ad6735abe2f740 1.66 MB 3,039 22
810,271 810,271 00000000000000000000f393c184a39397a4b8e57104c4b8deec0e12b253a9da 1.56 MB 2,831 26
810,270 810,270 00000000000000000001c336a8a66c6fcb748d91f398427a2f8fe180fa4742cf 1.60 MB 3,001 26
810,269 810,269 00000000000000000002f42b4ad3e5501a28b2f793f1f852cf6ec85fb4f45e4b 1.99 MB 1,911 10
810,268 810,268 00000000000000000002753e00d1c667f41bcc77d779f5158ea4a9aea606b280 1.37 MB 2,215 29
810,267 810,267 000000000000000000015c1eeae45dc34b1d01b68015c959094712669fd9f03c 1.96 MB 2,203 11
810,266 810,266 00000000000000000004623693a9408f74a4f863a593c4d82f2bbb8df230d54c 1.79 MB 2,810 9
810,265 810,265 0000000000000000000365a96721b901a9c6cea63257381a3721fe3b1820651a 2.02 MB 1,205 9
810,264 810,264 000000000000000000018bf7fb14339df1ded4e68f0115c1d2cf7f9b666db9d7 1.92 MB 4,360 5
810,263 810,263 000000000000000000023e52c7d05982021bfd42ab329e10154607d55a9af3ed 1.63 MB 3,021 9
810,262 810,262 00000000000000000000c3a74e50f30c728b3f95bd1568509e6efc65e0845deb 3.24 MB 655 3
810,261 810,261 00000000000000000001a9d5f5c98dd7de91d23400e99dbb190533939ce365f4 1.96 MB 1,842 13
810,260 810,260 000000000000000000044f90ac794477170294ddac2f3184f6aefbedad4327d8 2.66 MB 1,666 7
810,259 810,259 000000000000000000046d2b52fb3bebb3c68b1fcebbfcc1cb89121416eb7418 3.40 MB 1,094 3
810,258 810,258 000000000000000000002523bf6b52063643fe2f6fa0044be77b9281f032fa44 2.70 MB 1,718 4
810,257 810,257 00000000000000000003c60a6d2e1057f22c6196fd460426edcac61fb6566bc6 1.87 MB 2,229 11
Previous 10 blocks ↓
Total Size: 697.64 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,058.15 GB sent, 195.70 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.