Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

361 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,921 000000000000000000022b910000000000000000000000000000000000000000 0.09 vMB 358 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,920 (50,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,537 861,537 00000000000000000001a151f98678f14fd8ea450992e41db29caae176ce2bf7 1.66 MB 4,423 4
861,536 861,536 00000000000000000000444d8ae86cd545f92ca2b3fc0e5a77d8f2c05a951160 1.56 MB 5,562 3
861,535 861,535 00000000000000000000512b535b42da45cd59808508cf9f8eb9ceef2f4cdc41 1.73 MB 4,266 3
861,534 861,534 0000000000000000000110c6f342e16007e207f8055b213681735e334a1286b9 1.59 MB 3,145 6
861,533 861,533 00000000000000000001ca73d27635d03414537885945364298b1f029c13ca4d 1.69 MB 6,901 2
861,532 861,532 00000000000000000002318bfde93db087f3a734df1fd99f77a38a1138dddaa3 1.78 MB 4,619 3
861,531 861,531 0000000000000000000183efd672c1f7178ca0948f8d492bd9d972af1932697e 1.66 MB 7,532 2
861,530 861,530 00000000000000000002b4368afa4a9ccb6d33ba8382bfa1da7ba0217bd4e02d 1.80 MB 3,472 3
861,529 861,529 00000000000000000000dd547aae21037c2fb1d9d8c99d5d0fbb2263429f4c1c 1.89 MB 2,027 4
861,528 861,528 00000000000000000001f6eb4f3bda5e3dc91021007d64d17f0aa2f45e711648 1.78 MB 2,678 5
861,527 861,527 00000000000000000000ea0938a2535b7cd855bfaf728060a7ae015a97f88eab 1.60 MB 5,329 2
861,526 861,526 00000000000000000000d737f509a6283e837c6e3dbe938cf4ef0bb097d17996 1.71 MB 3,404 7
861,525 861,525 00000000000000000002d6f7fb5fae2f862686aa6ee1a07bee84a8588be34311 1.60 MB 5,760 3
861,524 861,524 0000000000000000000275356d4df7c02fb5706373db0d472763df9aaf759b8c 1.81 MB 2,292 5
861,523 861,523 0000000000000000000164028924ed43483de38f42a9ba8ceed900d6edc09c79 1.63 MB 4,407 2
861,522 861,522 000000000000000000021f63f89dc0351007b5f803a8debe0049c3bbdda227ae 1.77 MB 2,102 4
861,521 861,521 000000000000000000012b5a31556f7e0330d1d7383dab99c8f552a1f89502a9 1.93 MB 1,457 4
861,520 861,520 000000000000000000025ac7c03343f346e2fca60d664fdbe5544566d085977a 1.86 MB 2,652 6
861,519 861,519 00000000000000000002f2087aeeb91f78db81df4d83c831092ab51935f955d6 1.66 MB 2,411 7
861,518 861,518 00000000000000000002858769fbea5917c691a07d64be55dab95d4038323bda 1.69 MB 1,943 4
861,517 861,517 00000000000000000000bbb92a0b22d9cd3e943da4d4ef6534ac8f42c51e65f9 1.60 MB 2,609 4
Previous 10 blocks ↓
Total Size: 776.94 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,485.51 GB sent, 133.16 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.