Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,248 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,898 000000000000000000022b910000000000000000000000000000000000000000 ago 0.61 vMB 2,240 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,897 (180,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,177 731,177 00000000000000000001564fca55e6a9e84962d0497135749e0f50b6929b8a2a 0.05 MB 160 9
731,176 731,176 0000000000000000000052862535c23ff0383546fecd8a1191fea8f8b784533e 0.39 MB 648 7
731,175 731,175 00000000000000000008de3850fb038f7180a2436f33d1dc0fc7f50453baf0e2 1.05 MB 2,527 7
731,174 731,174 00000000000000000005b1107cba24c5d65d9e565a3dbdd9b770ed255fb41670 0.50 MB 972 9
731,173 731,173 0000000000000000000638b01a1897e50e19c97d88e389216207d77b71c96a51 0.86 MB 1,312 4
731,172 731,172 00000000000000000006af7ef11e71fba9f8def7ac0c7b9eef2f6ee3ae8e5dc9 1.46 MB 2,930 10
731,171 731,171 00000000000000000003ada2b958ea0bf5695bcef53d2b76626d34240c10abfa 0.67 MB 813 8
731,170 731,170 000000000000000000064997a2351089d40e47dd74ceff428814ee48d5545d1b 1.25 MB 2,438 3
731,169 731,169 000000000000000000069641ac48f44479b48d79680e3bb369c235fbfa536062 1.45 MB 3,000 13
731,168 731,168 000000000000000000036716bf32bdf8f483a67f8b9090e0fef26155bc2ae084 0.22 MB 317 6
731,167 731,167 00000000000000000008ed0f38ed28c64b70372552bdaad1b4e2132934a2e944 0.04 MB 76 8
731,166 731,166 00000000000000000006b9244ae8bd71211e846857e3a78eca7015f24c548f7c 1.29 MB 1,666 4
731,165 731,165 0000000000000000000946747ef5efe112bde2cc22e27378e8cf694dee38143e 1.38 MB 2,354 9
731,164 731,164 00000000000000000005599e4880cd489c4d859e397081d49340ef17f2bb9427 0.80 MB 1,736 8
731,163 731,163 00000000000000000007608205c5cce8834ba583620167fc37b8b1d1c929a726 0.72 MB 1,127 6
731,162 731,162 00000000000000000003ed367222613d498bff3ac5e6247c79c26efe4e1a1c4f 0.41 MB 873 8
731,161 731,161 000000000000000000064d6489120fbebf851583aab4a9e5b977f052d9b9547e 0.31 MB 548 6
731,160 731,160 000000000000000000029a32b09c8c97e84d4acd50cf7ae6bd7db5e50f6385b5 0.21 MB 463 8
731,159 731,159 0000000000000000000080594f504991830d228c9fe7812474f44aee615e574c 0.03 MB 73 7
731,158 731,158 00000000000000000008d30101828a37f1a9372abcb0e94415a23da556532438 0.11 MB 261 7
731,157 731,157 00000000000000000006501c4356dd924fd527b54f826e14cec5a6ed1bfa3f0d 0.26 MB 407 7
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.49 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.