Memory Pool Memory Pool Refreshing

2,703 transactions (0.89 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,138 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,137 (829,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,465 79,465 00000000005451de26de372be1878ff63a2f729c8ff328795105d04392671246 0.00 MB 2 0
79,464 79,464 000000000015cea0a7418441bebd6e429bed2aa2a1999e15850b395cac053baf 0.00 MB 2 0
79,463 79,463 000000000017985bf457fb25880d9001792753514a7416b6fcc365168e96909b 0.00 MB 1 0
79,462 79,462 000000000024247a9ecbc6a2cd425aa60d27856fb9b3ab3dc914577d2ca8a27b 0.00 MB 1 0
79,461 79,461 00000000003699807478aca9bd6df0e5c7651c2dabd4c1c92fde546ca7061f8f 0.00 MB 5 0
79,460 79,460 00000000002fdd6dc0328b58ea4521018c7f9dde9e14c9cbf93393a545301bd2 0.00 MB 1 0
79,459 79,459 0000000000379c15ff1c642f5216ef1664a78c6f2e7ebfcaf891b51980bacad6 0.00 MB 3 0
79,458 79,458 00000000002ce079afeef6e08b1292b106f8803adcc65bda743f8723e94f3acc 0.00 MB 1 0
79,457 79,457 000000000041e46c2883d0e6473c7b5cfe0e4d558adadf1f8e0a4844489a042a 0.00 MB 1 0
79,456 79,456 00000000001e9eedf5127defd0d02623c98ccd40252178ef352965ab693c9d00 0.00 MB 2 0
79,455 79,455 0000000000380d83a3bc26638fd862c4aa80e846b5733a8c409fed5ea6ff04b2 0.00 MB 2 0
79,454 79,454 0000000000543ed8026ed0aa3cd89af14977e181b0a0d2f052f4e30b87cc8eec 0.00 MB 2 0
79,453 79,453 000000000032b44fc2ddf81dc88cd4c2f7325587dfde54ef1fb92a3e23cfa360 0.00 MB 3 0
79,452 79,452 000000000052a4e56d44760cc438e0ff9a061b610ac32a46bf15d2a6d918bb17 0.00 MB 1 0
79,451 79,451 0000000000338a475aa5afa1ae678122175f6bb8bdf2e5d4d6107c8a038725ee 0.00 MB 1 0
79,450 79,450 000000000032f851537358c43e3f8400ac89c596c70fe56a9c90d44ccea71063 0.00 MB 2 0
79,449 79,449 00000000002f2792ba9a3a4bbec2bb518288456c389e5d5a2effdf538ce4b0a2 0.00 MB 3 0
79,448 79,448 00000000003330262bbae759239bbceac4cd4188d36fba86d57d91b15bd375ba 0.00 MB 2 0
79,447 79,447 00000000000e5358b49df166fe5c2109bb2453a6b918b13b0555058c9c6cb3e6 0.00 MB 3 0
79,446 79,446 00000000003701e0a0092168caf70bbc77d5a8aaf87cee2b7a4310254ffa93b1 0.00 MB 1 0
79,445 79,445 000000000046257fc49c573e5b275bbca8dbb00520448cf2e54b72e87996a510 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.80 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: 1,951.74 GB sent, 106.58 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.