Loading Tool

Explorer IconExplorer

Memory Pool

80,411 transactions
30.12 vMB
0.08954415 BTC
Random Selection Loading Transactions
Max Size: 180.64/200 MB

Candidate Block

Mining Attempt 19ff7f6b219d2c4e1970dc16816ffb4c68866a12394de74ef2ab30a74fe4edcc
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 4ce3d064eda84f3a9909a72710b7080a644941ab2e23432cae51603d3ad439ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.02794711 BTC
Feerates: 301.07 > 2.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (216,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,311 698,311 00000000000000000006e11651b7667a79e10eefff7ef516c5a7a21372c4a6ec 2,613 1.00/1.00 vMB 9
698,310 698,310 00000000000000000005db015b1a4120308f9993ad9ebabe1207dd3a574269e0 2,500 1.00/1.00 vMB 19
698,309 698,309 0000000000000000000e4aef74a15f7b593753b903a8c7f2646ce63e36117cee 2,513 1.00/1.00 vMB 13
698,308 698,308 00000000000000000005927449183dae035bf47886808adfabb75ec8ff88d3f4 2,928 1.00/1.00 vMB 17
698,307 698,307 0000000000000000000b4f1722bf6ab36dc6ef98bec6de3e1707dee2f048eedd 2,203 1.00/1.00 vMB 11
698,306 698,306 000000000000000000054ff8009a5a9f6c50bee720b4c97e4682422e86b5653a 738 1.00/1.00 vMB 4
698,305 698,305 000000000000000000052fa8da140515223cf1322cfd8bdefc840e4293035090 463 1.00/1.00 vMB 3
698,304 698,304 0000000000000000000c0debb57016a6a56fe8d3103700b5d94d37673b4b6676 2,679 1.00/1.00 vMB 7
698,303 698,303 000000000000000000008b541005a8fe4e79b0f42287a50c39feaf4ffaba698f 2,588 1.00/1.00 vMB 8
698,302 698,302 0000000000000000000798b929443fe9d4f7e6f6a5246aa9f3dc986d12fb37f4 2,588 1.00/1.00 vMB 3
698,301 698,301 0000000000000000000f4e9f5efdb63269a71e7590a13b7d53cf85a6ea247ede 2,533 1.00/1.00 vMB 8
698,300 698,300 000000000000000000015501a9195840b8361a3a74d0c1137098e397a7a32126 2,803 1.00/1.00 vMB 15
698,299 698,299 0000000000000000000ae0383ac9e2299ae394f28f686dfbb79727bf34b9e4ad 2,736 1.00/1.00 vMB 8
698,298 698,298 00000000000000000000597852202fe650a6ed4606a7b9e69b8acccf5e4fa8cb 3,426 1.00/1.00 vMB 5
698,297 698,297 000000000000000000001ced4e9ad8ea9e9d28072701ca91f069e139d2c2696f 2,384 1.00/1.00 vMB 19
698,296 698,296 0000000000000000000e2b66b4771018da9f29a9d73a33eff1b83e10f3209a31 2,851 1.00/1.00 vMB 29
698,295 698,295 0000000000000000000a0757ef688b1d7aac9312044cca1ab782fd30caa83ccc 2,800 1.00/1.00 vMB 23
698,294 698,294 00000000000000000001e9836919b9a947321fef0897ff741c77fcfc17f138cf 3,966 1.00/1.00 vMB 2
698,293 698,293 00000000000000000002f658da3ad3d5cf58ff01389134e8ce706fb2501c97ad 2,782 1.00/1.00 vMB 9
698,292 698,292 000000000000000000024ffedaa4e5e69b5ac18c9039892ad1ae49e3f5815426 3,354 1.00/1.00 vMB 17
698,291 698,291 000000000000000000089fa3ab3946073d2dde6855f85b94d6b591b6c1260187 2,628 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.