Memory Pool Memory Pool Refreshing

61,877 transactions
23.16 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,034 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,418 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,033 (63,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,022 799,022 0000000000000000000254f656f194faa1a19d4aeca96cbf7e2487a43d83efc8 1.51 MB 2,730 10
799,021 799,021 00000000000000000002711c1d5aa8ac8b6383d6aa419acd6571195c24170d26 1.36 MB 2,351 16
799,020 799,020 00000000000000000003dd94b10f35ab357c840512e8325579b27bcb4a9d9dae 1.79 MB 3,592 8
799,019 799,019 000000000000000000014713e283cb015f9a7cd93ee4743d25e8e9f2288e6c86 1.47 MB 1,386 6
799,018 799,018 00000000000000000002a2cd912d32f9ba911198dfe5fd74d671c33e822abf03 1.67 MB 1,706 8
799,017 799,017 00000000000000000001b1ec4892ed669c02eeeb8bbf15621445701f02ba5f0f 1.44 MB 2,513 10
799,016 799,016 000000000000000000002d156269b61ef1fe5c5323c5aced547162c6c30b4a06 1.56 MB 2,141 11
799,015 799,015 000000000000000000048f52c2434d6aff1ac2d95079743ad696258e31ef37d7 1.49 MB 3,193 22
799,014 799,014 00000000000000000002ee7d3116b607e2d7b67c4ed517a42511d85297c061d9 1.50 MB 2,269 13
799,013 799,013 0000000000000000000114ff3054a1d85d2fa86e887544f171c0b9dd1eef7975 1.29 MB 2,263 22
799,012 799,012 00000000000000000003ef81ea585e13b6f84a62ae8b5bb085dc1ea34f0e6249 2.06 MB 5,968 6
799,011 799,011 00000000000000000001bf6fa02a7d119909129fadcd356092b1b7a5f7235666 1.77 MB 4,473 7
799,010 799,010 000000000000000000030ea88d76165935b899ae502a73bc66777f1054062bca 2.12 MB 4,493 5
799,009 799,009 0000000000000000000250f514a85d3cfbacfdde95689eaf8fe4cf8f16f1db66 1.65 MB 3,282 9
799,008 799,008 000000000000000000019bce37ef25093c21dd00155a7714073f6ba8dce570f1 2.38 MB 3,174 6
799,007 799,007 00000000000000000000700d4b9e736e31f38e3c861c6c72ee8f6f316b96fc5b 1.75 MB 2,558 7
799,006 799,006 00000000000000000004255791694f82a1222cd66644800c7d2139fc6395ba8c 2.07 MB 5,705 5
799,005 799,005 00000000000000000001a899847483c0e242e1f5e3a893fb53cbc25ab4288e72 2.07 MB 6,179 6
799,004 799,004 00000000000000000002b7cc1270aebfe8dc3aedf5962c33eb2bf2b5a8fab660 1.89 MB 4,805 8
799,003 799,003 000000000000000000009837a5a4584a741175ae22abbafad4354028cd29b24f 1.81 MB 2,910 11
799,002 799,002 00000000000000000000124e1ecce23afed2e4113350de90041dc9e2f08c25f2 1.89 MB 4,862 8
Previous 10 blocks ↓
Total Size: 684.22 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,330.35 GB sent, 99.85 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.