Loading Tool

Explorer IconExplorer

Memory Pool

10,119 transactions
9.77 vMB
0.03017539 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.74/200 MB

Candidate Block

Mining Attempt 7bb1691774e8c153d1cbfb3af4025551483db1d31fc1bf6470d1d5fb6f51bbfc
Version 20000000
Previous Block 0000000000000000000129ec247556291a40ed8781091094ef7cabc011ad57bf
Merkle Root 0828fced0d0cde7c1223c316ace639a736721723c9b946f5f7f18a8d329e2d5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,391
Size: 0.99799125 1.00 vMB
Total Fees: 0.01560256 BTC
Feerates: 100.29 > 1.56 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,804 (744,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,205 169,205 000000000000084639ee2d815eed11d8d433f8cc9039424ef232fd90305c3fd1 95 0.02/1.00 vMB 23
169,204 169,204 000000000000043a05f3bc98ccb9aa0a1f2e252bda2c7e7096b35d26c17acf1f 151 0.05/1.00 vMB 59
169,203 169,203 000000000000065d1c43186473e103fd03b5cf672f6b0f39ee8968a49423a2e5 119 0.05/1.00 vMB 92
169,202 169,202 00000000000002815310333a8b1f38949306f66db1ed5ba486b8eb6ed90403d0 1 0.00/1.00 vMB 0
169,201 169,201 0000000000000784a32a208d25908a42853cea1d8a957eaf3fc82125edcab213 13 0.00/1.00 vMB 34
169,200 169,200 00000000000001130d6c5d5ce8558a9fd3a2da9fe2a1364c02ded5dfc0b871b0 29 0.01/1.00 vMB 31
169,199 169,199 0000000000000304e243a60de0952f1725df2b4e85437604165db5fc3e74cbac 56 0.04/1.00 vMB 62
169,198 169,198 0000000000000037acc0ca6be931290142515792ca6f38f4a263865e048acd8b 1 0.00/1.00 vMB 0
169,197 169,197 00000000000005d292146c3cc491d3d4971aeabd9cb57403415cd3276025a28f 76 0.03/1.00 vMB 118
169,196 169,196 0000000000000504ddb0f8ad4030e8ccc76995e3b8a6f00cb3e114b6f2e4be20 39 0.01/1.00 vMB 149
169,195 169,195 000000000000060da612c67c9372dfe9be85d510ad24eff428e4d49d1b063d40 10 0.00/1.00 vMB 10
169,194 169,194 00000000000001af8d1c162ca86eb27a6d75946d798d2cfcaa52da27d0439fe9 39 0.02/1.00 vMB 66
169,193 169,193 0000000000000bb4d9bbd144840da8850cd156f2f482435be343b2877b8e0155 80 0.03/1.00 vMB 39
169,192 169,192 000000000000039f30e02b759fe4c477989d24c9e4fb4d498c1092c116e3593b 40 0.01/1.00 vMB 93
169,191 169,191 00000000000008d8ad4911ece2cb91dd1222f5c700575b8f7768866c3bdd4ce4 10 0.00/1.00 vMB 0
169,190 169,190 0000000000000a6151dc57838ef94ef220a85fa082bb61a76054d8d9eec47288 15 0.00/1.00 vMB 0
169,189 169,189 000000000000053410558e1407fd3d1ede321834e2035b09d951813e8e92f049 58 0.04/1.00 vMB 96
169,188 169,188 0000000000000041a679a32393ae69589078d7d1e9043b891ec849033bea22c3 106 0.05/1.00 vMB 85
169,187 169,187 00000000000003854564340b802e64ecb960b9cbbf7e33214cc4abac39781293 48 0.03/1.00 vMB 61
169,186 169,186 000000000000038bf85115329e0d5451eac152072e96dd55aef3bbf3d81bd9af 12 0.00/1.00 vMB 65
169,185 169,185 00000000000003f894e05b221683fa13c937461e70914ec0dda7b67a00904a71 34 0.02/1.00 vMB 1,227
Previous 10 blocks ↓
Total Size: 780.27 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: 515.78 GB
    • Received: 4.38 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.