Loading Tool

Explorer IconExplorer

Memory Pool

77,481 transactions
28.92 vMB
0.12193958 BTC
Random Selection Loading Transactions
Max Size: 174.91/200 MB

Candidate Block

Mining Attempt 78483366ff0a104e9e6477bdbab0466bc51bba449b36b4449fa636e5d7489c74
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 81740060fb5fba1f1efe0a0938807aec6816f64821c46efd304a8c02141dde9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,064
Size: 1.00 vMB
Total Fees: 0.06169808 BTC
Feerates: 108.69 > 6.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (806,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,272 108,272 00000000000007debff130e22158e9f69590bc497e1ec2e39c3c6cb26dd186d5 38 0.01/1.00 vMB 0
108,271 108,271 0000000000014304e8ee3fb94e84926d3384caa5cc94443688b9124e936e8e80 12 0.00/1.00 vMB 631
108,270 108,270 000000000001e60982f9f2fbb24208c9fea3d53c262b7e92a92029dc322974db 8 0.00/1.00 vMB 0
108,269 108,269 00000000000264f7f2489d3b3615ad2cde01f9b8de5001eec27b9ac4291c9b6b 13 0.00/1.00 vMB 0
108,268 108,268 000000000000b8afc3472301d2f6356f4ea0dd86e8f30f0c3aed1efa2efdb6bc 12 0.00/1.00 vMB 0
108,267 108,267 0000000000021a50db401939b77d1faccdd6c112d5e3e796037d83b2b99e433f 11 0.00/1.00 vMB 0
108,266 108,266 0000000000022cf8590c452009c33c930fc97bbeec53c8bd4cfaeab5c16555f9 12 0.00/1.00 vMB 0
108,265 108,265 000000000000e1c04541d93d2db60bbec71b9de8c40b3188bd76c81d857d328e 12 0.00/1.00 vMB 0
108,264 108,264 000000000001fad1010baefb1f65eac8496366bb16621b3f9f940989dcb9f210 13 0.00/1.00 vMB 0
108,263 108,263 000000000001d510ee68cb2948432174064251cab35cb12daa3a8020050b17b7 11 0.00/1.00 vMB 0
108,262 108,262 00000000000241fd5684ea88fcd06117838b4e315e11bb1a6c27495124dfc8ce 2 0.00/1.00 vMB 0
108,261 108,261 000000000001407c87946d4eb3bdc58f5002f33d0297309aa7363551556db96a 9 0.00/1.00 vMB 344
108,260 108,260 00000000000147abbbadff61aca113fe029307b03b05d365e2236b6ad4f96f3d 12 0.00/1.00 vMB 0
108,259 108,259 0000000000013ee0014ece8c54d4d2b24361cef785643fabc8a23b77f5c1bb2e 10 0.00/1.00 vMB 0
108,258 108,258 000000000001eb80a73352ed9eabfe300f7f27bb6cdbc911a8e12532020677fc 40 0.01/1.00 vMB 0
108,257 108,257 0000000000009419d038a9d834776b9f9745b6ae75a26122d09e32daaf57df56 1 0.00/1.00 vMB 0
108,256 108,256 000000000001434b9647e035246d3f192ef0659fe36b4df61d51da0aa0b9dff3 5 0.00/1.00 vMB 0
108,255 108,255 0000000000012ff389726fa7e3994015004ad5fb1fa28b3b8691bcdf14ca6443 2 0.00/1.00 vMB 0
108,254 108,254 0000000000022cc42736827fdf0d0eaa32ca58a952f67a79f5ebd188e88ab649 8 0.00/1.00 vMB 0
108,253 108,253 00000000000118e2bd46d1e55bdae1d154c3fadbf5a5d6415c62b66e64d570d7 5 0.00/1.00 vMB 0
108,252 108,252 00000000000115a292cb8556802edd6b86b18ccad23f4f22e99856f4f84f9160 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.