Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,138 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,111 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,137 (829,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,475 79,475 00000000000323506461328bf6d42f5dfff074b0a00d56071bf7551ed5cca04b 0.00 MB 1 0
79,474 79,474 0000000000328a477ccff380ba0aee7e73ea64e56ef6cac8b0f3878623fc9731 0.00 MB 1 0
79,473 79,473 00000000004876c4a305e1d838cbd97fe2a84397ceee1c464c9c156c86eaa0df 0.00 MB 2 0
79,472 79,472 000000000023a246cc642d45fd4b4835d9f8d6779592fa5b3795afc39c7ece4c 0.01 MB 17 0
79,471 79,471 00000000004241b8d95684eb49a39f49834441578566676d469b01bb5d68f2fd 0.00 MB 3 0
79,470 79,470 000000000022e9902a5564787d44d81bf0f2d3456a6e402688ec5b913585aae7 0.00 MB 2 0
79,469 79,469 00000000000b7f5cdb74199a404fcf9813ebb8b211885f969b499469cb9c7a6d 0.00 MB 5 0
79,468 79,468 00000000001db462fbbcc89a47e533340d6d348dea9bfb916bb3822e3fe561b9 0.00 MB 3 0
79,467 79,467 00000000002d159bbe448c7ab57334da7e0cb53109a051b78f2605347c097cac 0.00 MB 1 0
79,466 79,466 000000000033dc2bbbb8cf9813f8a11502565022fd7909b63e8d868a5e1ba71e 0.00 MB 4 0
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
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.68 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.