Loading Tool

Explorer IconExplorer

Memory Pool

38,870 transactions
26.24 vMB
0.05454751 BTC
Random Selection Loading Transactions
Max Size: 136.35/200 MB

Candidate Block

Mining Attempt 93dc3c81d62b98ebfcfd50d5a63405843ab8e603efc0b0688bd5636fd2ae8719
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 409160d389ca13a83979236f794b07037673a29d6b0d26193c6fdcc46f2b3b02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,592
Size: 1.00 vMB
Total Fees: 0.00664234 BTC
Feerates: 77.76 > 0.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (384,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,298 530,298 000000000000000000341c7c102d180945dd29ea44400dd1cc7bbe962f5a6710 2,156 1.00/1.00 vMB 24
530,297 530,297 00000000000000000025112154704e177ed64a5ee362f2fb29e5f76b39d1f355 2,234 1.00/1.00 vMB 77
530,296 530,296 000000000000000000337ce39c58154a1fbbf045c4ee31a3e944efb1f843318d 2,437 1.00/1.00 vMB 27
530,295 530,295 0000000000000000000a8e7f756ee8f8dce1bd8a2bc19ff925071175d7564b8b 2,878 1.00/1.00 vMB 18
530,294 530,294 0000000000000000001950592bd4df071e3e4992e2080169d4a8a90dfc08f561 2,432 1.00/1.00 vMB 18
530,293 530,293 000000000000000000265f8ae95250324bdcaa9d652c2caa299f89725f0661e0 2,280 1.00/1.00 vMB 46
530,292 530,292 0000000000000000001e6808ee2804c094444108f409ecc7c2e68f69eb97a33c 2,401 1.00/1.00 vMB 89
530,291 530,291 000000000000000000242e113a1faa874f318bfe94916768640c7b3eb195cc78 2,599 1.00/1.00 vMB 39
530,290 530,290 0000000000000000000424e5e3b5019c35f3bbfcb387886772d5205c912304fb 2,410 1.00/1.00 vMB 32
530,289 530,289 000000000000000000298780c9855540157d2323c4fb7c9f11f514c842d03609 3,031 1.00/1.00 vMB 12
530,288 530,288 0000000000000000002f2160f54c51294d9a5587fd49cca27f9c0c71b8cc2094 2,189 1.00/1.00 vMB 74
530,287 530,287 0000000000000000002c73e8bf1c874e1001147160e0fad3ff7f1fbb9e700663 2,351 1.00/1.00 vMB 9
530,286 530,286 00000000000000000024f3d30cf5db4493b5668b636628a825f8716cbc2f260b 1,927 1.00/1.00 vMB 7
530,285 530,285 0000000000000000002ba5538890dda97753b532dee4442d6bfcb5d31fc517ea 2,382 1.00/1.00 vMB 48
530,284 530,284 000000000000000000249d0e33c795cbf9736b3367122348cfec4bc227afedad 1,998 1.00/1.00 vMB 44
530,283 530,283 00000000000000000006e4f8ec5ac60d89cac532faead3132754f0ae5d0e26dd 397 1.00/1.00 vMB 7
530,282 530,282 0000000000000000001e0b157c2bb2e29a3eb3ebb9b5015a03c1d8c5aad2fcea 2,694 1.00/1.00 vMB 36
530,281 530,281 0000000000000000000e42b0e0aed45ef869e64e18e5911326c53d86c14c98c0 551 1.00/1.00 vMB 5
530,280 530,280 000000000000000000242c180ee00ba6f59b8d7e8d59a49692f04cc80c36276b 2,335 1.00/1.00 vMB 32
530,279 530,279 00000000000000000019aed6c4f6a1161d7232894fb74109f21fe00ed42d2200 2,340 1.00/1.00 vMB 21
530,278 530,278 0000000000000000003439f594948443f8d6a7c382847edef63768c73b1af16a 367 1.00/1.00 vMB 8
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: 653.14 GB
    • Received: 13.83 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.