Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,181 transactions (0.97 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,898 000000000000000000022b910000000000000000000000000000000000000000 ago 0.96 vMB 3,178 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,897 (131,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
780,485 780,485 000000000000000000006b7cdd691c1ac18861603b787a6d2b37c106e7ce740d 3.19 MB 988 8
780,484 780,484 00000000000000000005456681b3980e5e145037e62ccc4440e39145b30f7e6d 3.25 MB 936 6
780,483 780,483 00000000000000000001732173e97ae1599bee7c43a113af562aa789b7b7dbe7 3.74 MB 300 3
780,482 780,482 00000000000000000003232f26dfad8f94089e79358dff5583dc4bf984b2a3ef 2.71 MB 1,738 9
780,481 780,481 000000000000000000038aebe9601d292e2268175de2e35d55c6fd91ea192108 1.16 MB 1,313 20
780,480 780,480 00000000000000000006021aad6b835315148427197ad0a35548883e58e861e0 2.71 MB 1,829 11
780,479 780,479 0000000000000000000504b4fc387698fe7f10852c4fe7c836f317fc8226ecf2 2.06 MB 2,404 16
780,478 780,478 0000000000000000000509a5df00d0610c1686535102724d6601a93d45adc698 3.76 MB 273 2
780,477 780,477 000000000000000000032a9f865715e3bd9562c8c5c98a81d5db0b796b2d21a1 3.60 MB 454 4
780,476 780,476 00000000000000000001426f622a68443ddb8beb88963f8c232a255f4fc35241 3.67 MB 511 4
780,475 780,475 00000000000000000003b68e687346814665ee409b03daa4844838fa7e5f9aa7 2.01 MB 2,381 8
780,474 780,474 000000000000000000047490b7d17d731f1ca08f31969d4d2f6982fe51d2a870 1.46 MB 2,385 25
780,473 780,473 00000000000000000004c55740d2aa184dd44509e97731cd4ee40da1a5f31e9a 1.55 MB 2,899 35
780,472 780,472 00000000000000000005c7247422a22cd198cec3103501f7ffd486fdf91af475 2.29 MB 2,156 15
780,471 780,471 00000000000000000006532a4249b2fa010bb56db5d87af879397d809cc89705 3.77 MB 285 3
780,470 780,470 000000000000000000064a3e3f0e495a0d6232dc5f36e42d25baeb0c3eed1119 3.02 MB 1,245 8
780,469 780,469 000000000000000000012130f4f6e6329eb39485790caacdb4ed9c48a232b560 1.70 MB 2,047 14
780,468 780,468 00000000000000000005a7a63cee4c547cd037e0b0bc059a89c697de2df8411d 3.74 MB 190 2
780,467 780,467 0000000000000000000282556cd07a7e3ba992e22f73f3cc8dc8e6dab5ee83c9 2.01 MB 1,260 10
780,466 780,466 000000000000000000059123f04f1ad7f542ab25c8bebf333a91baf75bdc0650 1.82 MB 828 6
780,465 780,465 000000000000000000051616e8ec598a7b1007e293e6a15d3d26f3b8bf93e7bd 2.37 MB 1,660 11
Previous 10 blocks ↓
Total Size: 776.90 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,478.61 GB sent, 132.95 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.