Loading Tool

Explorer IconExplorer

Memory Pool

75,236 transactions
29.89 vMB
0.11000398 BTC
Random Selection Loading Transactions
Max Size: 173.52/200 MB

Candidate Block

Mining Attempt 30b42f013da4a12decfa789ee786e68939e5b2f54fd26358dd880e3506ad3041
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root a43401a1bab2474174949e9efeff442a8e6eb67cbf73b0c66ef4761121dacd3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,998
Size: 1.00 vMB
Total Fees: 0.03846948 BTC
Feerates: 101.64 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (269,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,457 645,457 0000000000000000000715d1fddcb42021ce90c7c64bc13d671dfc8ca08ce566 2,334 1.00/1.00 vMB 110
645,456 645,456 000000000000000000047f56a5ecc109d887ea9dec901efd379d96866c7875c0 3,042 1.00/1.00 vMB 88
645,455 645,455 00000000000000000002708e84ffde4ba25c5d4c8b5f94c3f02a8054758da755 2,714 1.00/1.00 vMB 102
645,454 645,454 00000000000000000000aa9c96e2fdee8bcfa18336774c4b9c0b5b3a5d135c93 3,117 1.00/1.00 vMB 94
645,453 645,453 00000000000000000004dbdeef05ac0bf470270ee9c721680b7677af15484edb 2,856 1.00/1.00 vMB 111
645,452 645,452 0000000000000000000de32ac2ceb563ff24fce322486f78645e1e2fead57aa3 2,750 1.00/1.00 vMB 134
645,451 645,451 00000000000000000004914841fa76d635c1caf4e6191a63f0daf973cb6de590 3,155 1.00/1.00 vMB 91
645,450 645,450 000000000000000000079f8cc7cb893ef5f66fd22b66eb937da29859fa69aa8a 2,336 1.00/1.00 vMB 124
645,449 645,449 00000000000000000004e74b69d2c92301ca25fdfa788738564d0c3d93b3da47 2,481 1.00/1.00 vMB 122
645,448 645,448 0000000000000000000312d040c112e52052bddd589d219128d10c4644423c7d 2,385 1.00/1.00 vMB 124
645,447 645,447 0000000000000000000d7ec3c4cca2eeec35bcda3acbf054426a9d9c37eebe11 2,288 1.00/1.00 vMB 90
645,446 645,446 00000000000000000003de0857f194aeb23d91293c4d098243c20aaa8e95130b 2,582 1.00/1.00 vMB 109
645,445 645,445 0000000000000000001002f0cdf50ad9a0be9817e6e933a338a4da370ce8547a 2,242 1.00/1.00 vMB 128
645,444 645,444 000000000000000000097321a2235c6aff47890edee25ad02d0b9cdced94f34b 2,573 1.00/1.00 vMB 92
645,443 645,443 0000000000000000000dfb04ed78531a48cc726c8632762b6f254c7efa3d82ce 2,691 1.00/1.00 vMB 95
645,442 645,442 00000000000000000006804fbe7031edc0a0f610bb8d0c6a4a16f71dcdb3f50d 2,586 1.00/1.00 vMB 113
645,441 645,441 0000000000000000000c6a5cd8f7193d2efcf2a05dc6e6151013c55863fc6181 2,479 1.00/1.00 vMB 136
645,440 645,440 000000000000000000069dcdd306e73d0bf58744be1ea351156e2a2b3def3c4d 2,514 1.00/1.00 vMB 93
645,439 645,439 00000000000000000009c8044ecfae5ee4db371d4086b4a53c1ca350527737c9 2,560 1.00/1.00 vMB 128
645,438 645,438 0000000000000000000b5c876c9022e498103f93bad53c9cc85389c25ae13070 2,348 1.00/1.00 vMB 73
645,437 645,437 0000000000000000000aa99a726e0abffa97917da3cbaf5754d11dace7e7db1a 1,854 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.