Loading Tool

Explorer IconExplorer

Memory Pool

79,260 transactions
29.13 vMB
0.07138167 BTC
Random Selection Loading Transactions
Max Size: 176.79/200 MB

Candidate Block

Mining Attempt c4ef04dceeee0417b7fca279db619fdaf2dee4e1f44fcb33ac34df25719a4982
Version 20000000
Previous Block 00000000000000000002109166b8fbc24476efabda906aebee521a5bb03941cc
Merkle Root cb36dc02d64fad636898fb8975ab4a643279bfa36de9e8f9bb8d2c9f70b61f6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,839
Size: 1.00 vMB
Total Fees: 0.01049487 BTC
Feerates: 73.20 > 1.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,110 (315,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,159 599,159 0000000000000000000f90c57f494e70aa4e9a7e01d49659a62eba47300e731b 633 0.17/1.00 vMB 17
599,158 599,158 000000000000000000138ec2f0204ce2d181e93ae3f1b0f8c031e74d354fc3b2 1,071 0.33/1.00 vMB 23
599,157 599,157 000000000000000000153a8e5affe8cd2bcfa0d41f875b59bcafb9c854c7beb4 2,608 0.88/1.00 vMB 15
599,156 599,156 00000000000000000003b2241cf750accbf7fdcc95fe4517f7a778d78fc7e389 2,165 0.60/1.00 vMB 16
599,155 599,155 00000000000000000003955beb1f99f079d55d82d365a4b3777d49343c312de6 1,438 0.45/1.00 vMB 16
599,154 599,154 0000000000000000000c50a5dd719a6712c7a1e669ed968c78a74ae1128eaff0 1,958 0.57/1.00 vMB 16
599,153 599,153 0000000000000000000d0be7fbee033afbc2c6791fa64208473427b722315afa 917 0.24/1.00 vMB 14
599,152 599,152 000000000000000000000eefc4a6a9b7dc50efe6f2debeb1ec478bf81eedd066 1,060 0.30/1.00 vMB 17
599,151 599,151 0000000000000000000242c506528911270c8568a9323db2193e7d0febb76e91 1,165 0.34/1.00 vMB 22
599,150 599,150 00000000000000000014e08414482c2b9375373c6745e63f36ffd985fb97f4c0 2,289 0.70/1.00 vMB 18
599,149 599,149 000000000000000000077403c1e0d0f7a479ae5d0af2be73938f8d82f52f95d2 1,220 0.32/1.00 vMB 17
599,148 599,148 00000000000000000008d023771064f09ba7ef9cdf543c1f7c4947d5b887c46d 3,377 1.00/1.00 vMB 14
599,147 599,147 000000000000000000079b8eed77006ed10aa0f4b3daf920368533b28461e857 3,019 1.00/1.00 vMB 18
599,146 599,146 0000000000000000000e9ecc497d57e82eba5f42081f71b15db396b33e52dd91 2,729 1.00/1.00 vMB 33
599,145 599,145 000000000000000000066b8c8b21ea74a6de69675d2a17ed9e0d1ac29113a81e 3,031 0.95/1.00 vMB 17
599,144 599,144 00000000000000000014b817152b0c5bea2133eebfbdd26daba301b9f74e49ae 1,064 0.28/1.00 vMB 21
599,143 599,143 0000000000000000000c57dd2c81be6be220a80ae69b7c22cb0963dbfb4a0288 3,139 0.91/1.00 vMB 19
599,142 599,142 0000000000000000000d6a8b400846cf2c64766e7291f74b1d7b637c729e3a09 2,481 0.78/1.00 vMB 16
599,141 599,141 0000000000000000000655e9ce8179804be2702b0a1ec83e5c66587c84c6f441 148 0.04/1.00 vMB 23
599,140 599,140 00000000000000000001d5170a31a9bd5cf5cf9ed37df177f0e200d424cc4a88 558 0.18/1.00 vMB 18
599,139 599,139 0000000000000000001128c592a77d03a692e37ee8fc266ad2535347f3f0560c 128 0.07/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.58 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.35 GB
    • Received: 15.91 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.