Loading Tool

Explorer IconExplorer

Memory Pool

44,903 transactions
27.42 vMB
0.06823280 BTC
Random Selection Loading Transactions
Max Size: 145.07/200 MB

Candidate Block

Mining Attempt 6c042fb44317b1beb482db68fd6bbcc379db2419c15601b2aa4bbec93e578942
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root ab4e185fee0b1472d811615374358124a3bd4e1e80943098611f226097c8715b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.01683195 BTC
Feerates: 200.99 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (256,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,289 658,289 00000000000000000004913b9a332556c92e9c83f110355008ce332340ee7597 2,167 1.00/1.00 vMB 15
658,288 658,288 0000000000000000000bfe74f7da84b1840d2834cd59529320d26273022b452a 2,092 1.00/1.00 vMB 9
658,287 658,287 0000000000000000000f6ebbf0941e1b1f9684b282ba59ec6937015d522b965b 2,230 1.00/1.00 vMB 8
658,286 658,286 0000000000000000000af1ce38be3a300758bbe303dd9f038cc6c734ad5f4cf4 2,198 1.00/1.00 vMB 15
658,285 658,285 0000000000000000000c4cf7b364b26f0042b6acddf91081a5e4df321d3383d7 1,733 1.00/1.00 vMB 20
658,284 658,284 00000000000000000006e1d2a127f1303622271feed0dfce0f8daa954d2123ca 2,040 1.00/1.00 vMB 55
658,283 658,283 00000000000000000004cc4b16014281e41ded10a53fce67ff65e1b209c7a84e 2,401 1.00/1.00 vMB 24
658,282 658,282 000000000000000000009f689c0bd017bd93e75ec671ffab972e7d23a6ccfd0e 2,396 1.00/1.00 vMB 30
658,281 658,281 0000000000000000000823f1b184b9abb65885f6da7a7ef38391d99614e49d84 2,555 1.00/1.00 vMB 67
658,280 658,280 00000000000000000002512aef74e7c9d979888ba62e14bf924bb98db8ce9c0a 2,275 1.00/1.00 vMB 9
658,279 658,279 0000000000000000000aff10e980195ed07a19b04d6e00a6219f404c7cc7b0ec 2,142 1.00/1.00 vMB 21
658,278 658,278 0000000000000000000ac5854affc2dc66a7912062a7e0e3e8d1c9206da13a38 1,740 1.00/1.00 vMB 15
658,277 658,277 00000000000000000001effd4f85cc74c59acd25c05c58bb130431c958222323 3,150 1.00/1.00 vMB 53
658,276 658,276 0000000000000000000a7de85d9d4faf371d2955584cd55870d8303b4f8a79ae 1,943 1.00/1.00 vMB 42
658,275 658,275 0000000000000000000721f47f722cd8f17f6223adae43c8aa2933de7f56e303 2,562 1.00/1.00 vMB 28
658,274 658,274 0000000000000000000188250c8be6bbc96801e2d8c351b90991a4ac6101eae0 2,380 1.00/1.00 vMB 64
658,273 658,273 0000000000000000000401c643886b4c675b70c9d1557d7116a0612e14070edd 1,304 0.54/1.00 vMB 26
658,272 658,272 000000000000000000075659ac9b1a6c34214c62ebf6e57aec640181977774dd 2,354 1.00/1.00 vMB 8
658,271 658,271 0000000000000000000ecaf99b4aef6f1394a080de410d3250fd18814cf77e87 2,673 1.00/1.00 vMB 47
658,270 658,270 0000000000000000000f9d8aa76a4c86b39797d9e8b4aff6b18eb8c3ff90f9ce 145 0.05/1.00 vMB 32
658,269 658,269 00000000000000000001525d29ce25afb774deb84531ba0d705e9f4d1f4e72e8 1,362 0.58/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.