Memory Pool Memory Pool Refreshing

51,781 transactions
24.67 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,658 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,095 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,657 (37,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
834,177 834,177 000000000000000000019e292b83cb9b9da5f023b401a37c7e1a98086752f6ee 2.30 MB 2,260 17
834,176 834,176 00000000000000000002dce514015721b965446f5cd09e46ccc176a44137f64a 1.97 MB 1,329 13
834,175 834,175 00000000000000000002e5ad9c3ea659705ad6818df8c79e5ada284ca36eccfb 1.58 MB 3,794 19
834,174 834,174 0000000000000000000013f97d91872980812fb0e0034f987e9e39f84b84db27 1.82 MB 2,167 24
834,173 834,173 00000000000000000002d9525a3209d03f013bf6f214a66106905f200d9874cd 1.67 MB 3,087 24
834,172 834,172 000000000000000000019777ec18ee450f65bf58e579b0703cfd7caf800d68eb 1.92 MB 1,047 15
834,171 834,171 0000000000000000000059da22b341fb4ff28f3c2f62ce88bdc78326d4a3277e 1.78 MB 970 14
834,170 834,170 00000000000000000001ecc5d108b80788688dfb340577eaf0d528cd166319cf 1.68 MB 2,967 21
834,169 834,169 0000000000000000000213b3922ed255c017c1a7d476f688718352943ea43a2e 1.74 MB 1,041 15
834,168 834,168 00000000000000000000ee40305c3b21b2b6487bdbb74bb04cabdc5593cf860c 1.82 MB 977 14
834,167 834,167 000000000000000000004651931279c057c6b757834f7eee3ccda5c64158d4a1 1.84 MB 1,342 16
834,166 834,166 00000000000000000001062198c8889bf8ae39eaabaabf2020c12e7c310e8234 2.03 MB 1,937 17
834,165 834,165 000000000000000000013b2d94c9bdfcd897249494db4cf0a92ecd9cf486a947 1.84 MB 1,170 14
834,164 834,164 000000000000000000019431a5c849ed6cf76c1196d99aedd7683d25c6c100fb 1.83 MB 2,421 19
834,163 834,163 000000000000000000022e422f0517f8277e583df4415bca411ac71e3c515005 1.80 MB 2,047 15
834,162 834,162 000000000000000000031931f078cf143c517590f5f2e240c799543d46cff26a 1.97 MB 2,496 24
834,161 834,161 00000000000000000001e84c37fcdb5053a19582162a8d2c67280afe33e38a15 2.92 MB 2,787 12
834,160 834,160 00000000000000000001be2443893db4ab0077b30b41855ee4db573fa89114b8 1.79 MB 3,152 22
834,159 834,159 00000000000000000001460cd4c99dbf17573262e0ae67b915c4bd5f379c0126 2.08 MB 1,982 13
834,158 834,158 00000000000000000000e761a2bd2997e367df13099ed8ea8d5c16b02679642f 1.94 MB 927 13
834,157 834,157 000000000000000000037d35bc21e54a201c8abeb8e2e81fa469864f48c8896b 1.80 MB 1,712 13
Previous 10 blocks ↓
Total Size: 702.55 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,549.67 GB sent, 228.47 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.