Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,778 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,464 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,777 (857,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,456 51,456 00000000056e81ea77d2cf909d1d5f6cd040e27ce65c05ca6ade61f6abef7127 0.00 MB 1 0
51,455 51,455 000000000bec3c29ac34222bbf5f6e854a226be05cc8ae3f8f9dbef6609a5208 0.00 MB 1 0
51,454 51,454 0000000001177bd155d0a93419d98f6cfa8e4244a70f98369808e91096286ad1 0.00 MB 1 0
51,453 51,453 000000000dbbfa5fdfb05864bdffb0c393ef5f4cf631e8a18394f76ea09cc0c9 0.00 MB 1 0
51,452 51,452 0000000011fe22c63483d750da925d859a3f51a7defd0f47ac20f4d76f7cd066 0.00 MB 1 0
51,451 51,451 000000001780c4fe8605c7680a40cf222224ac762951e806335d487861ecc020 0.00 MB 1 0
51,450 51,450 0000000018fe803397ee8ddf729cbebef9f953dd7852160e347e9b3fd332ce27 0.00 MB 2 0
51,449 51,449 000000002091289be15b937467dc014612761b4b66f53424e5b85e8478f8ea26 0.00 MB 1 0
51,448 51,448 000000001a24b13833d970512ba300b44c884e28193167a002c023bf74d67d21 0.00 MB 1 0
51,447 51,447 0000000010a5edfe54144f08bfadad780b9a0e060cb4b420416835357551b0b2 0.00 MB 1 0
51,446 51,446 0000000006d6d0d73580e65149e21c059561d95189c949540b8f4004882b7fc9 0.00 MB 1 0
51,445 51,445 000000001929d944ba0a7ba782a23933c8a2fd736e5b2e8797cf5a5f4d551ae5 0.00 MB 1 0
51,444 51,444 00000000076cd90c71b489d5488f068e561cbd3ebb011bb874b9b7b140227c54 0.00 MB 1 0
51,443 51,443 00000000127019892f5a485b719cdc372a8473518f7e85b62dc897f60af73e26 0.00 MB 1 0
51,442 51,442 00000000033a1cdd0c230efef737f87d2053e8396ac0ba096c53bdc581459722 0.00 MB 1 0
51,441 51,441 00000000024ca3621f95b99830e8fe0387bdfd4bcc47f9b38c1865311b7d46d1 0.00 MB 1 0
51,440 51,440 0000000000d6b771df8368a8a5c27eb8117a66e5fd1429977c7f981cdccf0666 0.00 MB 1 0
51,439 51,439 000000001258810f9d9c96eabb96e803040800e748d252b0d395cefab5c75094 0.00 MB 1 0
51,438 51,438 0000000013af7c7c7484a778be3ca26104817c1cb0f8a5ca5ac14c457f46ce84 0.00 MB 1 0
51,437 51,437 0000000014d58eb1ee9b9e79f42ad330ca8d7730e0ed133fce6dc0bf774bb6a8 0.00 MB 1 0
51,436 51,436 0000000002d7b347ca4c6280ae7e501412e56bc204d334a6723a34a52e533d6e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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.86 GB sent, 102.75 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.