Loading Tool

Explorer IconExplorer

Memory Pool

40,002 transactions
27.17 vMB
0.05769191 BTC
Random Selection Loading Transactions
Max Size: 142.07/200 MB

Candidate Block

Mining Attempt 567fd639f89b04986bb2ec8f4bc0f64c808517e7976d944b98d59b12df450212
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 234e480f0c7f66bc37082d56ddaa934922027e8055ad9566c209628eee32beaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.00727303 BTC
Feerates: 69.10 > 0.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (339,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,300 575,300 00000000000000000001621d4168bca7eec2f65eedfb55f3e4cb52a4ee7a4e49 2,935 1.00/1.00 vMB 88
575,299 575,299 0000000000000000000d429083441db966776cb82b4a6747d79b22b1b5d28c50 3,430 1.00/1.00 vMB 103
575,298 575,298 000000000000000000178cd55283229ecd100bab538172dcade422789b6cc66f 2,296 1.00/1.00 vMB 73
575,297 575,297 000000000000000000091e176b4f68bf62e9e489421acc25e1a58e5f163cb608 2,775 1.00/1.00 vMB 81
575,296 575,296 00000000000000000004f688be605aef75a394cf9b3c6a3d10f29886d6cb41a6 2,926 1.00/1.00 vMB 87
575,295 575,295 00000000000000000006ca06f7d3440cfe531afcefa506dea539e83924229448 3,666 1.00/1.00 vMB 95
575,294 575,294 0000000000000000000c93615090e8ce7b9f3a63e6d1f5f8ced28599217b7f34 3,073 1.00/1.00 vMB 116
575,293 575,293 0000000000000000001772fb53f05b8ac75fce50e73ed80a5c8eeeef8ee30f9e 2,933 1.00/1.00 vMB 89
575,292 575,292 00000000000000000005c08e39d31719ae1ce8acc5842c647244dfd784a748a6 3,049 1.00/1.00 vMB 86
575,291 575,291 0000000000000000001c8ad951edacaed4b48ba2d71e900ae8e4ad3192bd89bc 3,328 1.00/1.00 vMB 110
575,290 575,290 0000000000000000000a6ce6cd0c2088d412a6b732021f868928fe850c1ce5f9 2,912 1.00/1.00 vMB 85
575,289 575,289 00000000000000000019080e4d3280d451a9fe5c76067bf53dddddcff64808b9 3,410 1.00/1.00 vMB 100
575,288 575,288 0000000000000000001ce3148bb4100753a4532dec68eb775429634459feb22d 3,499 1.00/1.00 vMB 92
575,287 575,287 000000000000000000231d930a1d73a26a85dc4f80b6f230949eab1fe108da25 3,153 1.00/1.00 vMB 98
575,286 575,286 0000000000000000000ea93797ed14dcdf8a5312579273d275c0e16078f9dcbf 3,408 1.00/1.00 vMB 100
575,285 575,285 00000000000000000026b57c13e4616cfca1030aa255b74e959cc8d2819aa792 3,063 1.00/1.00 vMB 132
575,284 575,284 00000000000000000015cc359a7a9dc5da8eaad26cba1bc4c60945cb0dc70bd9 2,251 1.00/1.00 vMB 91
575,283 575,283 0000000000000000000f4a18fab4adf6b515b655afd9db4dbab55f5fd92e38a2 1,294 1.00/1.00 vMB 96
575,282 575,282 000000000000000000087575b3ef89058cefdaaf9eb42e0d84b6decd9dbd9424 3,148 1.00/1.00 vMB 120
575,281 575,281 0000000000000000001b2a60c56cf24075e268473a796e011b7be645e80ad6c1 2,926 1.00/1.00 vMB 67
575,280 575,280 000000000000000000046597e6fdbabe08dc737ab9729484f81df8edde9cb54f 2,561 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.