Loading Tool

Explorer IconExplorer

Memory Pool

40,888 transactions
26.59 vMB
0.06660461 BTC
Random Selection Loading Transactions
Max Size: 138.54/200 MB

Candidate Block

Mining Attempt a633fbef3ee16ea32ff3fcced490645b32a93cfd41a34f5c7e550dc918a4b6e2
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 71df83001325ebdb7a6d1b75fa81214f82b15789a24948347c57d79459dd9ead
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,771
Size: 1.00 vMB
Total Fees: 0.01748792 BTC
Feerates: 265.25 > 1.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (122,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,279 792,279 00000000000000000001c585e842d81ca50d55efde0137f3077001a69a4d0dac 2,972 1.00/1.00 vMB 47
792,278 792,278 0000000000000000000347ce14a6ed976b7f8e9b9223e3e83a61a77958962314 2,917 1.00/1.00 vMB 64
792,277 792,277 00000000000000000003d3c68c805dbbdb71299aafe717a1fcc5a2b1f614df8d 3,500 1.00/1.00 vMB 71
792,276 792,276 0000000000000000000164d3eea6226b94b29242b1c80eae3d68fb1e95fb4078 3,305 1.00/1.00 vMB 67
792,275 792,275 00000000000000000003040c6b9e25c95cdd22cdb18438b77c8d7e3e44601f7f 3,011 1.00/1.00 vMB 66
792,274 792,274 0000000000000000000262416c28d6e9f60f7dccd2ea0b9e66f63ad628c46a34 3,615 1.00/1.00 vMB 47
792,273 792,273 00000000000000000002473a17128975769a79b1d7b05c5983db034dc936f4dd 2,672 1.00/1.00 vMB 73
792,272 792,272 000000000000000000026c34ebc3a308639a8b785b2b98ae4854bc97692dd9f2 3,079 1.00/1.00 vMB 56
792,271 792,271 00000000000000000004a8411b2fd6753568fbac38ca47ef7cab03b0e3f7451a 3,827 1.00/1.00 vMB 61
792,270 792,270 0000000000000000000259c3ede77e58be2d6cd4425b3a679bed2ad0617eb491 3,831 1.00/1.00 vMB 66
792,269 792,269 000000000000000000038e57957752aaabc41702f5ca513798efe19dcdab4327 3,112 1.00/1.00 vMB 92
792,268 792,268 000000000000000000030eefb9192d217aa4fb04c49888b2afe853fe3c6e52b0 3,730 1.00/1.00 vMB 34
792,267 792,267 00000000000000000004c3533aff72df01a7010dcb7ef085ef5f9adb8e34d1b0 3,182 1.00/1.00 vMB 40
792,266 792,266 00000000000000000003c3de14d9d700be9034ba4baffb2e9d995e65a37dd6c3 2,961 1.00/1.00 vMB 50
792,265 792,265 000000000000000000038b40a9075b1cb9e53afcee60caeb016895444756af54 3,532 1.00/1.00 vMB 52
792,264 792,264 0000000000000000000345fd4e8cea4f5a13355140835308ccb65451f06bd72b 3,278 1.00/1.00 vMB 66
792,263 792,263 00000000000000000003f09fb0e79b2e07941b7aef0c1552947d888752f8a470 3,171 1.00/1.00 vMB 62
792,262 792,262 00000000000000000001304f1ee2b67ecbf897d246a9cf1b9dc2df08b0ec06ee 3,959 1.00/1.00 vMB 60
792,261 792,261 000000000000000000020f3db9ef229bb0581e13403980886e6ad5113cf1f53c 3,129 1.00/1.00 vMB 67
792,260 792,260 0000000000000000000547340cb297c6e03164ce36d6ba03412653ebc55150a3 2,489 1.00/1.00 vMB 73
792,259 792,259 00000000000000000003e648e5538b201c075402c8c57831713ac7951449b344 3,613 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.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: 656.67 GB
    • Received: 14.40 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.