Memory Pool Memory Pool Refreshing

6,782 transactions (2.25 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,077 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (815,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,575 93,575 00000000000793b92da778f6f68186fb6d6c5ca649c582bbd641d13df09c3547 0.00 MB 1 0
93,574 93,574 000000000003644fa1af961ebc0c561c335a4511fd6ffd5a10d8c178cff68462 0.00 MB 10 0
93,573 93,573 00000000000318715a657b4506b2240e5d4f61e854f88cb48ddf18eb1feb2dce 0.00 MB 2 0
93,572 93,572 000000000008bd1097f17d1f104582f3f23ef09990cded2adeca23bbcaaa952c 0.00 MB 5 0
93,571 93,571 0000000000035a56a07a67dcbbed4c42dbc7ffe535adb0130ff517d9b4e05625 0.00 MB 1 0
93,570 93,570 00000000000262e0993f872fdb9d5089b129d7a031c4eb1658b800dffe48ef59 0.00 MB 3 0
93,569 93,569 000000000008b4d0b4bac37ede155f06aeee722aedfebee850866a9ab60afc4a 0.00 MB 4 0
93,568 93,568 000000000007a18119e76d1e96e00bbcdcbeac6cd96cd3ddcd79390ab0a40431 0.00 MB 1 0
93,567 93,567 000000000008229c2277cba89896889520ae2b707c97c19ab728c29c792ac6ad 0.00 MB 1 0
93,566 93,566 00000000000463a439cb665d423a12cf1789d2d0bcdb9955b7572dd73a326d7a 0.00 MB 3 0
93,565 93,565 000000000000afacd7f9065305f4a8a021a708292f200e285f343662980d3dde 0.00 MB 4 0
93,564 93,564 0000000000030807f01854376c24bd638e3d49b7d486cf77c34b62dbc6aecfb2 0.00 MB 5 0
93,563 93,563 00000000000983182b444672e1132c5298dca3a9fd908cefbc51cd1a09ee60ea 0.00 MB 5 0
93,562 93,562 000000000007b658774a8c801f7ae1f6eaaa013200447ee0a3c8799e14472fd5 0.00 MB 1 0
93,561 93,561 000000000003c111b0bde7b8e9af3f70af9c8c015fe9e65c79c8148631e31833 0.00 MB 1 0
93,560 93,560 00000000000820bc5a1fc4f00adb375cb0a06a070aec0177cdac5ab6f42c0beb 0.00 MB 1 0
93,559 93,559 000000000005936c8584caae9c05bc98f0a0eb2a455242c46c9bc09d729977e6 0.00 MB 5 0
93,558 93,558 000000000000a75226e4b24baeb4b240da410efc1d59c5b2c66ed16e94e5d1a8 0.00 MB 3 0
93,557 93,557 00000000000133bff7eb288c01834afe129b62492a9b8dd1e02f39c9dc10d39c 0.00 MB 2 0
93,556 93,556 00000000000271950f5056fa95b63dde6bc6449b11cd27e7e3c7a975620071b0 0.00 MB 3 0
93,555 93,555 000000000007af58aea99bc0f835e714b824295cc6b196b5207a5f720811e411 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.82 GB sent, 102.72 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.