Loading Tool

Explorer IconExplorer

Memory Pool

85,013 transactions
31.69 vMB
0.11160808 BTC
Random Selection Loading Transactions
Max Size: 194.31/200 MB

Candidate Block

Mining Attempt dbfe0271eda474a0aa54f4785069aad83ed952b2287ce9877fcc32ba42725478
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 9475ed96e9416afd61e5a46156d95f413897855c8b4af73b5b84e6df77b2a8fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,745
Size: 1.00 vMB
Total Fees: 0.03707064 BTC
Feerates: 301.57 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (106,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,945 808,945 0000000000000000000022ba4b31d660911dd3e3c69b61d5cbe3a935dea6b833 4,758 1.00/1.00 vMB 26
808,944 808,944 00000000000000000003542aa11e1e9deb98b8339502bc8f82603ba6f0a6e350 5,754 1.00/1.00 vMB 26
808,943 808,943 00000000000000000004aea53a2f0f4a533c40d1ecc2f73672faa61c9a8c57f7 6,298 1.00/1.00 vMB 26
808,942 808,942 000000000000000000019bdc772c326064eef17e6a9d5a17aae16c6307fde919 5,572 1.00/1.00 vMB 27
808,941 808,941 0000000000000000000340615430b389522408f6d47178e66a5fccafa4559e83 3,659 1.00/1.00 vMB 39
808,940 808,940 00000000000000000004e9daf2da5f7d1277a1d80e7d88070bc4d7066c827e83 3,715 1.00/1.00 vMB 29
808,939 808,939 0000000000000000000268823af05330e2d59bcaad6d67d65a3dbc8cc40db49d 4,257 1.00/1.00 vMB 27
808,938 808,938 00000000000000000001054de3011869a7cb3796be5cf7811f3d619a105dbe9f 1,559 1.00/1.00 vMB 32
808,937 808,937 0000000000000000000266f2dc4e29045c6cf6fa611f4a71b02aa4248c3415fe 6,469 1.00/1.00 vMB 25
808,936 808,936 00000000000000000002ede704c7664baefcdf41833f2df51361b83237f57f0d 4,529 1.00/1.00 vMB 22
808,935 808,935 000000000000000000020e8ac16db7d383c60cc695602bb914d2d5146719fb2c 2,082 1.00/1.00 vMB 38
808,934 808,934 0000000000000000000286acbad39855a63d922271a36c9cf634f08ffeb28a89 6,351 1.00/1.00 vMB 27
808,933 808,933 00000000000000000001e6f24eae1ed09001350e2e400eff1eb5f5d52ad9daa2 2,197 1.00/1.00 vMB 23
808,932 808,932 0000000000000000000132ec83a6ee12d888119bbc87490f1a5e9f9b13705046 3,450 1.00/1.00 vMB 31
808,931 808,931 0000000000000000000374bc2388bf5a8898464d62fb26029da73c5e3033bf21 6,156 1.00/1.00 vMB 28
808,930 808,930 00000000000000000001efa471af3f3606e9b9e604612f495b88c2851c4ea84a 5,438 1.00/1.00 vMB 29
808,929 808,929 0000000000000000000244b9acdfa7c25389ecf0a2a2bd2f4073816aa55cfcca 1,472 1.00/1.00 vMB 23
808,928 808,928 00000000000000000000296eb3252851a009cfa1a1d9ac3b75e641ef606c9326 5,147 1.00/1.00 vMB 26
808,927 808,927 00000000000000000004164de234e2d5f0780c156ae6b215be548497fdef9fed 6,345 1.00/1.00 vMB 26
808,926 808,926 0000000000000000000458b620d5e5e33c7269905da1dd70294861dd336da889 2,782 1.00/1.00 vMB 24
808,925 808,925 00000000000000000000593908fa115a5391a95a2f47b52beecec46180e080c6 3,571 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.60 GB
    • Received: 16.93 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.