Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,837 transactions (1.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,102 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (842,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,313 67,313 0000000004ecf423e27884025d2359c41754e44915fe8519c300b365f6aef438 0.02 MB 80 0
67,312 67,312 00000000038b2702edf9d8e7beee8767e3a9896042154cac4cd29b48c21bf272 0.01 MB 49 0
67,311 67,311 0000000001802a8c46154be307ae8c0a154b79d8fe3649188733c6e709c0617f 0.00 MB 2 0
67,310 67,310 00000000011208017afb68404011d6773e880d7bae8b0ad0281460c26781a25a 0.01 MB 22 0
67,309 67,309 000000000167a63323fb688d391bbb11e0b1c2449353a19c3f641ba4bcecf528 0.07 MB 261 0
67,308 67,308 0000000001eaef4709dc50e29237ebee07fa3a5570f4babe32bfc46f8c4d3480 0.00 MB 8 0
67,307 67,307 0000000003cb107708b4fb9ceffdfb8429a0118f3815836436e02a7ebd63a2f6 0.03 MB 120 0
67,306 67,306 00000000012ea30ed6400fd5014b6f95b31a8cc3e3d2d3b52e688521f6252ebf 0.03 MB 127 0
67,305 67,305 0000000003984e4a97d1fce39bda3746aa5f5d250e1f26541481fb77477ac19e 0.00 MB 8 0
67,304 67,304 0000000004e6a5c401571f5c7e82df74bf30e06fb4281d77113d624bbf7286ca 0.00 MB 9 0
67,303 67,303 0000000003748eece463612c4c3b7d4c737450443d5dbeaee790a9f01485b746 0.03 MB 99 0
67,302 67,302 00000000052271b435035cd2acc2f3af3d1e0cd9f8ecf61f57fd4cb15da6352a 0.02 MB 81 0
67,301 67,301 000000000453ebd3b8aa8c010a2f4bab9c450965078eeeae0e49d1f658a38002 0.01 MB 27 0
67,300 67,300 00000000039dcbf42ef1370d47d07149bf510bad652c8fe847fd2d90b7c1ae68 0.09 MB 351 0
67,299 67,299 0000000001b65f9a6d0ef6f417de79d93ed196b34293c71435512fde8515b6bb 0.01 MB 24 0
67,298 67,298 0000000004fda608515cd684fc0b449c698001aa1a15a6ecc1fd82c563f488aa 0.01 MB 53 0
67,297 67,297 000000000438337f2386d8f08b6960fe5633632731ff0975a4f0e563a0bb0fd6 0.01 MB 46 0
67,296 67,296 000000000378275fb8a88f009ae0f1039bfc376354e9f938dfd18f6f829e34cb 0.01 MB 54 0
67,295 67,295 00000000006b917e73600d38bd18b05a9c5de72fba823f217bff84c9a611f8d0 0.01 MB 44 0
67,294 67,294 0000000000be5b4826e7c4f64975fff46a9745c18a3f9ce10165c9fc6c3dd690 0.02 MB 60 0
67,293 67,293 0000000004f5d303bc40d3909c63b2c26a69958024a74b92febd84fc2ec359e8 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.98 GB sent, 112.23 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.