Memory Pool Memory Pool Refreshing

66,916 transactions
35.74 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,461 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,252 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,460 (662,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
212,661 212,661 00000000000000123ca27545daedc88919685a7adca412023df7e467b2b700de 0.00 MB 8 35
212,660 212,660 000000000000031f5bfb6b762fba4d642cf17e511dbe335f732164742130c45d 0.27 MB 650 184
212,659 212,659 00000000000001c68916f03909a8e9fcd7de99683cd28d065d254a88a65fcc64 0.11 MB 169 124
212,658 212,658 000000000000044f78f1871ee798070ce65f49dc5461ec946f8a1bd584acda23 0.24 MB 413 142
212,657 212,657 00000000000003259bb3fe5c1bae62d0131d7569178ebb4954ab10a994293f0c 0.00 MB 12 142
212,656 212,656 00000000000003bc52b7f5d570da1f4ffb39575e2163f7dfb8c147b874f1ab6c 0.08 MB 189 164
212,655 212,655 00000000000003889be310127f2b9a116c8dad3cbd4adccd0a361458f459f75f 0.03 MB 90 175
212,654 212,654 000000000000024356040457c2d9e391475cdf97f19ca92036c9986afd4f2bd0 0.18 MB 367 126
212,653 212,653 0000000000000392062f92fc4563d8fbee09779c7ccbb1bf121756096ceb0b84 0.42 MB 650 132
212,652 212,652 00000000000002ba2d3d124ede97c2d5b9430bd29cb3909fd9a4d35e9cbd597e 0.25 MB 784 236
212,651 212,651 00000000000004f9622072d8060746bc68d33a420b5d1c586d0680b1145a511f 0.20 MB 513 203
212,650 212,650 00000000000002cfea0f5cbd5ff3945c046c38abc40c7ba7003f458945abbf77 0.03 MB 69 110
212,649 212,649 0000000000000299be9f4cf755569e90d2d4f692efd3c227b3aacb39fa2f9195 0.15 MB 342 191
212,648 212,648 00000000000001e4fdf1a8ff3cb960254ec7573b8f3f48f899e93e8b1c6c305d 0.23 MB 536 248
212,647 212,647 0000000000000231d21d50d7643bfd4b7d2a0ba7b955e2ee3c740cbaa91ce266 0.01 MB 37 276
212,646 212,646 000000000000031a14c2e11bf93ee93adfe3e8ae5b2bf4a2f4b264b6bee06d70 0.03 MB 57 139
212,645 212,645 0000000000000012a7785e753df27031ad99ce6ba93e60d28987919958a3b811 0.06 MB 70 140
212,644 212,644 000000000000001eb1349737e495ea5c93f2bb46602b964bf87e092665b4499f 0.11 MB 78 94
212,643 212,643 00000000000003b681f785a25e17030fefb90626b807e1201d9ff3fec1c16d5d 0.11 MB 188 121
212,642 212,642 000000000000022d3a554f204fd641614e3928fca800ccaa4a198e488a3749fc 0.25 MB 708 200
212,641 212,641 00000000000004494ed187b27f0debae8024828e1f71db30bbba2ea96fa0e75d 0.29 MB 809 199
Previous 10 blocks ↓
Total Size: 709.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 601.77 GB sent, 9.45 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.