Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,583 transactions (0.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,684 000000000000000000022b910000000000000000000000000000000000000000 0.86 vMB 2,583 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,683 (141,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
770,155 770,155 0000000000000000000645d48ca73abd57107a82719927f46c18a2ff2d5c8bfb 0.03 MB 82 7
770,154 770,154 00000000000000000006ecb15449be2457af7e597ae963d60d55a64ef9dd58dc 1.41 MB 2,375 7
770,153 770,153 000000000000000000068171c5cd0ca3df32687cd666e694ed86bbf4a9c6fc06 1.41 MB 1,946 4
770,152 770,152 00000000000000000003bda43698722ac8c78e02531812d89965fe6c4d391751 1.38 MB 2,801 18
770,151 770,151 00000000000000000002c1d67aef3085282236139b7e07ccb47b135e5b699c52 0.51 MB 717 9
770,150 770,150 000000000000000000033e161a177ccc206c249edd604be2759f98217ea79364 1.72 MB 1,117 20
770,149 770,149 000000000000000000026a99d06968dbacabc2d626d57b28d658c8ab72cdd3e0 0.73 MB 1,592 11
770,148 770,148 000000000000000000068b4704434ffa0389831d100e251622c1891877c45d50 1.20 MB 1,369 5
770,147 770,147 0000000000000000000088e2485f67506b2cdf3f4c257837b4e526595a737c80 2.22 MB 366 2
770,146 770,146 0000000000000000000171b507f818d6cd3f6bc4ce9a81f3c83af63fe5616657 1.55 MB 3,074 10
770,145 770,145 00000000000000000003c9e1ebe12b20a64126c850809c9c0deeb695386ef604 1.88 MB 1,200 3
770,144 770,144 00000000000000000007863bca79b4c2b1b36ef45ae4289012f8f491653b84e4 1.70 MB 2,554 9
770,143 770,143 000000000000000000030fda43bf0fcaeb3b3ad80b4d87e49d1e5ec1dc185f92 1.82 MB 1,982 7
770,142 770,142 000000000000000000027e58de0ba19895aa84a2b49b38360be4532e9240b0f9 1.46 MB 1,842 6
770,141 770,141 00000000000000000000082797a2134744e01ab6d5bc5997fc9aa0cefc5fe696 1.44 MB 2,808 11
770,140 770,140 00000000000000000002f1a09b1a50e40af57ef4dac3a6101b301974db227d45 0.49 MB 748 7
770,139 770,139 00000000000000000007023f6f3af48e858bdd8c5fb7a4d621eec3a920d6c613 0.09 MB 204 10
770,138 770,138 00000000000000000007d3439c95fdce506ddf2aff4c8b0429d9733a3fc28002 0.85 MB 1,555 9
770,137 770,137 0000000000000000000357cba0312333842291192613549a0fe311cfadf4035b 0.00 MB 14 13
770,136 770,136 00000000000000000004d93c0623ccd5d72872e575ad6f237c7556b13509bf88 0.32 MB 480 8
770,135 770,135 000000000000000000061cf5986e988e3de10eeb3241996cb7449825c83a48f9 1.03 MB 2,008 8
Previous 10 blocks ↓
Total Size: 776.50 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,425.34 GB sent, 131.15 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.