Loading Tool

Explorer IconExplorer

Memory Pool

44,903 transactions
28.51 vMB
0.09275971 BTC
Random Selection Loading Transactions
Max Size: 149.54/200 MB

Candidate Block

Mining Attempt ec93b194a3bcd85be7c550d88a0338c5b7dc657542ff6290798c318abc8764a5
Version 20000000
Previous Block 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c
Merkle Root dcb76457e4500aa0bca63d0a771a2c86cbbdec6d55253bb292834b308bbe9d9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,625
Size: 1.00 vMB
Total Fees: 0.03761524 BTC
Feerates: 101.65 > 3.77 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,260 (558,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
356,030 356,030 0000000000000000086f1b7480b8433fdb7cf9f6a377196e837cdf3e391509e4 226 0.11/1.00 vMB 21
356,029 356,029 00000000000000000a0bf90c9e6ff278b7b1f8c7f5c5f8f8b4cf785eab0fa982 1,077 0.53/1.00 vMB 29
356,028 356,028 000000000000000005acdf29a17e7774d5da92399dbd5f37e9de62dddcedae40 1,172 0.51/1.00 vMB 30
356,027 356,027 0000000000000000015a4786795b64c8498440229274b7ddd480f74df24138c7 262 0.15/1.00 vMB 24
356,026 356,026 00000000000000000e224a93f0ceb0d3b522f2b04e2a3b927cfee6cfa9ebe44d 579 0.40/1.00 vMB 25
356,025 356,025 00000000000000000b7e653d9772e8d3f7eafcd469fa35c414a98523ef430f4c 373 0.38/1.00 vMB 14
356,024 356,024 00000000000000000b632a156d5ba9fe21f76d4ca42519a4ddc83338cac41bcc 1,516 0.75/1.00 vMB 28
356,023 356,023 0000000000000000073dc9987c0ea727c804ec98b51cd4bf0984cab249e76425 338 0.17/1.00 vMB 29
356,022 356,022 00000000000000000c8d9bb93d13e4194dbda534e47785103bf35c6dc9c20904 116 0.05/1.00 vMB 29
356,021 356,021 000000000000000012588e812d3c4e1442b4db3b4c712ee55ce1c412ffa1ef74 657 0.29/1.00 vMB 28
356,020 356,020 00000000000000000b5e9911955904a2bc3264d613f313bcdf34dfb7dd847d75 311 0.20/1.00 vMB 22
356,019 356,019 00000000000000000cd466cb5f71f86e9c2e1ce0c400e6502d1cda8f5beb610f 328 0.18/1.00 vMB 32
356,018 356,018 000000000000000000b401c8742fdc6a92dda0d5814959231e354ae08df574d2 1,068 0.59/1.00 vMB 27
356,017 356,017 000000000000000014153059cfa6b1e8bd2a75d5be6d051a0a2e39270520d9d2 244 0.16/1.00 vMB 23
356,016 356,016 0000000000000000098ff470933f62413a64f986d3c7b20eca7a1192532704c1 408 0.28/1.00 vMB 22
356,015 356,015 00000000000000000c5579bcfec3b494f0f349869b8edf9c381194e0bdd86ed4 372 0.21/1.00 vMB 27
356,014 356,014 000000000000000012d5264a767a87dd6ff337962ead80ec68b7598fde492a64 91 0.10/1.00 vMB 6
356,013 356,013 000000000000000006a4a2420b5a728e2d1cc6c4cddafa73d928c4f22853415e 515 0.41/1.00 vMB 21
356,012 356,012 0000000000000000061860d91db80f1902068f8b19b3ba37e90e7d7270d6b17f 80 0.03/1.00 vMB 27
356,011 356,011 000000000000000010eefe2df0d9344004dfdcb4a79d4bd1572b2790fac41eb3 42 0.02/1.00 vMB 31
356,010 356,010 00000000000000000afd1d7113e902f4724034f1bf662a9bac4ea79b543f8c66 126 0.11/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 577.65 GB
    • Received: 8.63 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.