Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,226 transactions (1.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,740 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,599 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (135,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
776,615 776,615 00000000000000000005b887db986045ce7af7d94467441f7ff755dd97cecd78 1.83 MB 3,005 26
776,614 776,614 000000000000000000070be482758f0d19ffda2d0c8bb8a32d68badbd2f19a22 2.67 MB 2,019 31
776,613 776,613 000000000000000000012619cac8bcd100235f716ef95fc3a47cdb99276c275d 2.49 MB 1,950 35
776,612 776,612 00000000000000000001a4512d955222eb89c00323d4b83a23cf498214e8f944 3.21 MB 1,417 8
776,611 776,611 00000000000000000002d2188f38bb8017bbb92e9e384780a98165ea13666a5a 3.06 MB 1,249 13
776,610 776,610 00000000000000000003e4c0556c4f70b028e7c63bd3eb78ac2da9e46c11266a 2.42 MB 1,989 20
776,609 776,609 00000000000000000004df1af5d01ab1928c22f077d5446e0be3dab8e492b621 2.56 MB 1,690 16
776,608 776,608 000000000000000000004014637d6a62813eb006719ad1e4786472ef9f8b60dd 2.22 MB 1,394 28
776,607 776,607 00000000000000000004f5ce2ebfcf2aaee98a64574542136c63ed232097eefe 2.43 MB 2,112 17
776,606 776,606 000000000000000000003b4ab188a7b386a39328446d94f04144c3d2a47cdf8c 3.12 MB 1,901 8
776,605 776,605 00000000000000000002a373762eb11aee2e08a24244a009cd78ce6d49454580 3.26 MB 1,602 10
776,604 776,604 000000000000000000029a9c383c3ea8e19aadce71f28e2796ed98b38ee9f497 2.20 MB 2,669 14
776,603 776,603 000000000000000000054d2e340aeb422373ef0ea7314f6fdbb1503ffffe0cc8 1.76 MB 1,978 13
776,602 776,602 00000000000000000006548ee473a9237f601bae4e968d04cf273089306a6ebf 3.03 MB 1,120 16
776,601 776,601 0000000000000000000418ef26f4aba74160d0020479d8c1f2fb966fc7d5e667 3.33 MB 1,113 24
776,600 776,600 00000000000000000004d5a80e39a15e26d6d2bfbce62a0eee8ffd0ae0f0012c 2.25 MB 2,560 52
776,599 776,599 00000000000000000005cec98277ec94c739fff50df82e445680337e718ece1a 1.40 MB 1,422 13
776,598 776,598 000000000000000000016b8d3afca62a55c388909f4c20fa2a0e62498d044bbb 2.70 MB 1,244 26
776,597 776,597 00000000000000000005b146ee480f0e69de8473923590ae4c7c8f4e8b860793 3.21 MB 1,381 15
776,596 776,596 0000000000000000000602443a4bf9cd1f128715bc34e71fab5f9b640d061cd6 2.87 MB 1,120 22
776,595 776,595 000000000000000000008bc03914094a514c1a1d7a3b02a36a8f8eaf3c2e908f 3.07 MB 1,493 18
Previous 10 blocks ↓
Total Size: 776.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,428.07 GB sent, 131.59 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.