Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,125 transactions (0.33 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,617 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 1,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,616 (824,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,890 85,890 00000000000a676783ebd20ccc4e478285e6351b3a8efe088d4eea0a0835d390 0.00 MB 2 0
85,889 85,889 0000000000127278250715ad1e00016ba4856a60a5b3b87f75c2f38957434583 0.00 MB 4 0
85,888 85,888 00000000002eb79307a129711441225ec75dc6126e8cce5190e6e0d2d19e225e 0.00 MB 1 0
85,887 85,887 00000000000f024e0e28900201213d0df96523c4d6420046dd69e89f6ffc745a 0.00 MB 1 0
85,886 85,886 000000000021d4613bc4cd137972cb6cb82c4fa2e93d5998545e3de0706eaa48 0.00 MB 1 0
85,885 85,885 00000000001cd8743c7d1a66af650ad31c99ea3e235dc39a1238e56071cf95cc 0.00 MB 1 0
85,884 85,884 00000000002263e8425190b34d38c95b45c80371ff7423fdaca73afa9eb04e74 0.00 MB 1 0
85,883 85,883 00000000000027814f1cb16da8fa9a98ed22d0b1a69f8724bb5ee7cb84ca3576 0.00 MB 1 0
85,882 85,882 00000000000d9017998d8810bd75cc8d2ce317b06fd6f0b84a2eb285539c4abe 0.00 MB 1 0
85,881 85,881 000000000029685e7c2a2ffcea461680ba940fedc00029a451a4f42927c05a27 0.00 MB 1 0
85,880 85,880 00000000000de2a176b701403e99afcd079275eae68cd00fb97be42711c8d376 0.00 MB 3 0
85,879 85,879 0000000000127ca6ad9f615e3c1e4d48158bcac7c4b623141c0382b83cef22b5 0.00 MB 1 0
85,878 85,878 00000000000a806b46729955f8b4b0487d107e79f232ad52f45b3b83846e4236 0.00 MB 1 0
85,877 85,877 000000000003af237a38ef398cb5b9c37f398aaf804df18c6a3b0a1585749036 0.00 MB 1 0
85,876 85,876 00000000001ee7ffc84dea26c955cba29ead9aaba93f76e7ee7456ba406be583 0.00 MB 2 0
85,875 85,875 0000000000007af8f6a8ec229a95d9bc76414cc8a958e09646b6af68e5e301c3 0.00 MB 1 0
85,874 85,874 00000000001ab09e0b3c82fc1497ae543c4ef2727a6ff64bef8ff4729330e60c 0.00 MB 2 0
85,873 85,873 00000000002ea309e37cb814872dfbfaec43622f1f6d639fcb50e9e0b51bfa2f 0.00 MB 2 0
85,872 85,872 00000000002f8d7298bb21ac5e97f1463fd54a351d4abac76395bdf6cec1f3cf 0.00 MB 2 0
85,871 85,871 0000000000106494c14834525f13aeeaf2fd21b0d5f1a1509bc082016c76fcbe 0.00 MB 1 0
85,870 85,870 00000000002dbd3b11eade5b2047761e0a399dfc58361d922d087542d48dfd9d 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 774.52 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: 2,258.01 GB sent, 121.10 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.