Loading Tool

Explorer IconExplorer

Memory Pool

77,564 transactions
28.81 vMB
0.09495299 BTC
Random Selection Loading Transactions
Max Size: 174.44/200 MB

Candidate Block

Mining Attempt 140aeca4d8b2d2d48af97848ebbd6f6edba215db0a85d10cb216e487ed69bdf8
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root c54c30085978b0eeef43196d0012d712d0be712f4414cd93972e7859677e69c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,912
Size: 1.00 vMB
Total Fees: 0.02690475 BTC
Feerates: 402.60 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (98,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,072 817,072 00000000000000000001dc77a51355faf57b8e776e59f564b0967649b4313c94 5,142 1.00/1.00 vMB 179
817,071 817,071 00000000000000000002d770d5f7d630f5179c72d99fcbdf6b4eb972a73d251f 4,181 1.00/1.00 vMB 197
817,070 817,070 00000000000000000002c4c7aff973dde06fde6b9a1223fa8a49a78b847c23ec 4,407 1.00/1.00 vMB 198
817,069 817,069 00000000000000000003595b37a40a8b9182b44f9d1b8a29ba0ad0dbb5cab014 4,605 1.00/1.00 vMB 202
817,068 817,068 000000000000000000002549dce82537ad7ba3b273fe365dd4d1da6b8652c9b7 2,979 1.00/1.00 vMB 234
817,067 817,067 0000000000000000000082d213f868663cd16491865402e62d046b637045f5ca 4,241 1.00/1.00 vMB 226
817,066 817,066 0000000000000000000251e7a91714ad8d8f061c6113fba45ef1a4d024d8d226 4,531 1.00/1.00 vMB 198
817,065 817,065 00000000000000000002280bc3750fbd78452a328f5c95ae71cb0e08519cf5ea 4,312 1.00/1.00 vMB 221
817,064 817,064 00000000000000000003f42847a05efd759d84bc50a6b61e285fc7c85809c7a1 3,922 1.00/1.00 vMB 211
817,063 817,063 00000000000000000000fd1a52b5d44c62bba9fdaaf368eababb0678c4f8bf23 3,482 1.00/1.00 vMB 273
817,062 817,062 00000000000000000000307bc7fb1b02ff14d56bf1fd38c3e23fb2260203063f 4,847 1.00/1.00 vMB 200
817,061 817,061 00000000000000000001d0579db3a40fdc0cd43749c9a71fb1b0af312f4216d4 3,748 1.00/1.00 vMB 219
817,060 817,060 000000000000000000026ec6bdc6380224feb0819b0d3264ed9a8ca6e1913e2f 4,368 1.00/1.00 vMB 206
817,059 817,059 0000000000000000000370655b6d00d719c9bf9c8bb67a0590e41624411697ea 3,516 1.00/1.00 vMB 239
817,058 817,058 000000000000000000036baa2ef9e220f4ce3cdb0f6f29a15c446dbd6753f62b 4,674 1.00/1.00 vMB 178
817,057 817,057 00000000000000000002782cdfd725a8b4bb6686aa57a032247bad51eb60c5de 4,936 1.00/1.00 vMB 182
817,056 817,056 00000000000000000000ec1f73d785a40489b75b2aae5987348f5e96f7f681b6 4,047 1.00/1.00 vMB 192
817,055 817,055 00000000000000000000512b58154b028b8a9c52c0878609e65adf510b801651 3,261 1.00/1.00 vMB 256
817,054 817,054 00000000000000000001940384535bd681956af11819a9217ca2ccc8ebd47383 4,046 1.00/1.00 vMB 174
817,053 817,053 00000000000000000001accdef0a68ee3cdb7741ac0ee24404dee48952f5c771 4,250 1.00/1.00 vMB 166
817,052 817,052 000000000000000000006bf98d5fce92d0cce8ce5570f7825c32427a291480c7 5,194 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.92 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: 714.53 GB
    • Received: 17.56 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.