Loading Tool

Explorer IconExplorer

Memory Pool

81,910 transactions
32.92 vMB
0.13314285 BTC
Random Selection Loading Transactions
Max Size: 192.62/200 MB

Candidate Block

Mining Attempt 480cb5705b75e55e2a2a29b2d3a1302175b20d4705b1c12e77758ce54dc8a7f3
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 575866174d6c7f46e74955c1b4b1e5a7bd73d76664a94e5a9ed8d93d1f3c4b67
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,521
Size: 1.00 vMB
Total Fees: 0.03248698 BTC
Feerates: 254.50 > 3.26 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (630,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
285,289 285,289 0000000000000000dd79dded8aeadfac6d928d24786125ce660ba0bbec9d773a 560 0.29/1.00 vMB 50
285,288 285,288 0000000000000000e930fd70a8f8fba865f26484c715d2dddf59b317089587be 116 0.20/1.00 vMB 15
285,287 285,287 0000000000000000677e0d68107571b466b255cb0e0d14010d2c4be2c0dd8613 820 0.35/1.00 vMB 41
285,286 285,286 00000000000000005c0159a26fcb6b8f6d76f9481f3d97e579e4276a0180cc9e 1,096 0.46/1.00 vMB 35
285,285 285,285 0000000000000001596fadccb9fe131ee57665bf47a717e1b257b18772a05f88 217 0.06/1.00 vMB 83
285,284 285,284 0000000000000000cb5092e17997f9ab84e4f2822c7b789143bd60bb668c5616 589 0.44/1.00 vMB 22
285,283 285,283 00000000000000012c6d5b13209084cf05053caf00e711234f390b6318d4861e 906 0.35/1.00 vMB 62
285,282 285,282 00000000000000004e6e59adff610f84f3c0f2e81b3227f9bdd16846449ebc14 907 0.35/1.00 vMB 53
285,281 285,281 0000000000000000e3f1e859e1f2fecf6a7fdb71a189f9812822d47ab5796bcf 659 0.28/1.00 vMB 50
285,280 285,280 000000000000000059319cbaf5487b0bacfa4fb6d67366586d99de59e5dd65c7 367 0.15/1.00 vMB 38
285,279 285,279 0000000000000001628f91ac83f7c59810a89d41ffe8c7226cd51cd3b9948deb 19 0.01/1.00 vMB 34
285,278 285,278 0000000000000000ba5f2edddcc68ed173c0a0b8c5159cf111d5269563c74409 310 0.15/1.00 vMB 54
285,277 285,277 00000000000000011280db29565d1710c321e38f119daeed9d14feb0a19013f1 8 0.01/1.00 vMB 20
285,276 285,276 00000000000000006eab55373c20a54146c53b2a1167e6b943093b9209a3f6e6 221 0.10/1.00 vMB 25
285,275 285,275 00000000000000001073e1fdba6f5fff38ff7a21b3ac60b988cdf3b0ff2728ba 344 0.14/1.00 vMB 40
285,274 285,274 0000000000000000921613c586310a51b84aafbcce65a3fd8139fedd31aa6755 334 0.14/1.00 vMB 40
285,273 285,273 00000000000000015fb25ed01a4c9d6f4eef2326e06fb74fb43c56789010e48a 820 0.39/1.00 vMB 26
285,272 285,272 00000000000000007465867d49096a642c424ae015691c0b0f6280c3bc6de401 181 0.06/1.00 vMB 148
285,271 285,271 0000000000000000aedfa54f6dbe1eaf311b2934dd3289d5ce368d91d7a65315 386 0.15/1.00 vMB 38
285,270 285,270 0000000000000000731789a3e912576603a726e8d4cd7741aafce27cccf8e67c 109 0.10/1.00 vMB 6
285,269 285,269 00000000000000012b7cf25d92abf3146f88474f022e46b429f10ba5a5fdcf05 181 0.10/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.08 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: 724.09 GB
    • Received: 18.41 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.