Loading Tool

Explorer IconExplorer

Memory Pool

77,028 transactions
28.61 vMB
0.06443122 BTC
Random Selection Loading Transactions
Max Size: 173.63/200 MB

Candidate Block

Mining Attempt fe08f20226cf1f0dfd1da2ee057044ee39db90ed2a964ad023227e6a9cd217ab
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 58a1fe9114419229d01397f517db00574f092afb0c859ee30c1178b482305ce9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00492017 BTC
Feerates: 100.28 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (828,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,157 86,157 0000000000204f0989faf16bd0e0523e9fbc5fe480e206dbf1bd21bbb4725b67 1 0.00/1.00 vMB 0
86,156 86,156 0000000000223397b36ba3cfb77adec43207af406df1e00af58d7c451da93293 1 0.00/1.00 vMB 0
86,155 86,155 00000000000125ba9db27e52c8bc97f2684d513b6a45ef49a1bcbc5921554234 2 0.00/1.00 vMB 0
86,154 86,154 00000000000dd47ce7cf3e96332bc37bad8fa6fa5eb635d8a7dae790455da5d7 1 0.00/1.00 vMB 0
86,153 86,153 0000000000062d766c037c81e5e3d8b9a4832d9a96068e2da9ddc52dc7037205 2 0.00/1.00 vMB 0
86,152 86,152 00000000002ca8fa8a189e3477fa4c0ca39be6e86cff271e102ef68bd6e3c992 20 0.01/1.00 vMB 0
86,151 86,151 0000000000255c78b53fc3a83d849b7facb97b9de216548a77acd30ba32e2593 2 0.00/1.00 vMB 0
86,150 86,150 000000000007cd1ec53c5d8c900da2a8db018e098fd719a83569048646e70e9c 3 0.00/1.00 vMB 0
86,149 86,149 000000000026b6edc52a13786eb4e7632bc72562c8c90b30fe283653c3402334 1 0.00/1.00 vMB 0
86,148 86,148 00000000000bd2b5705a74ecfadc76cadc0131c0e30bfa01f3cc1d3da2042a5f 5 0.00/1.00 vMB 0
86,147 86,147 0000000000094cdb108a138b6ec10e744bab358013487ebd530250707eff9142 58 0.02/1.00 vMB 0
86,146 86,146 00000000000ac5a801933f0cb21b9daf766f9a879815b09dbb3d9ea9b9b5aff7 6 0.00/1.00 vMB 0
86,145 86,145 00000000001d4f94f6b9b6fcf1b17c0cad2dd65ae2abb77d38519772a127996e 1 0.00/1.00 vMB 0
86,144 86,144 0000000000227a74d0ed158d454901f98cc8254577ab0f83a3871c2b2706bdb5 10 0.00/1.00 vMB 0
86,143 86,143 0000000000041c400d714596b99da9a55e796c8b1a0ab524df808d679abf21f7 6 0.00/1.00 vMB 0
86,142 86,142 00000000000f657c42ecc0b826e8f029f78c2a7947e91b22642bc7203552d909 6 0.00/1.00 vMB 0
86,141 86,141 00000000001ca47a8c1b7972b23e0023b7318b8f5584c9b8781222ff8f3c5623 4 0.00/1.00 vMB 0
86,140 86,140 000000000005f54f6fb22ef9d43dfa0b53e5c51119a8e57a90c4c40201642fc2 9 0.00/1.00 vMB 0
86,139 86,139 000000000002b0380bd49d74f607bde5d097241d90bc5d914076aa6be38bb729 25 0.01/1.00 vMB 0
86,138 86,138 00000000002cda82aa28d11263be10545aa2eefcded8b1a3be1b4b1903ee2548 1 0.00/1.00 vMB 0
86,137 86,137 00000000001e89266320887f08e6358848ebd90380ee9621c145d8b1b483cc31 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.87 GB
    • Received: 15.78 GB
  • Uptime:

Notes

  • 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.