Loading Tool

Explorer IconExplorer

Memory Pool

80,612 transactions
30.56 vMB
0.09333886 BTC
Random Selection Loading Transactions
Max Size: 185.75/200 MB

Candidate Block

Mining Attempt 94f6782ceaa96d7f19630e374e20b7e56914baaff5b3bc54faf9ec9fb79f08ee
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 96a3d57a4510c1112e256fd265b15bebd329610b64654cfd7df6277a10db5ab4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,759
Size: 1.00 vMB
Total Fees: 0.02331237 BTC
Feerates: 301.59 > 2.34 > 0.91 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (392,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,118 523,118 00000000000000000015d36ffab7e0b691675c3083d200ef1cbb4dd30a97b467 1,294 0.53/1.00 vMB 64
523,117 523,117 0000000000000000000be4c7e8f3ad31daf8757c4acd0ccac564b0df76a61d40 1,985 0.85/1.00 vMB 61
523,116 523,116 000000000000000000097cf667d6b8a312cbce2d04a13ca39305175f2e22146c 629 0.36/1.00 vMB 21
523,115 523,115 00000000000000000020fd359c7c5cbf66b1568e9362cf045a2efa69230c7726 2,072 1.00/1.00 vMB 79
523,114 523,114 00000000000000000038223faf85b656cd00a34324e17130c3b8c387aac6abd1 1,160 0.73/1.00 vMB 23
523,113 523,113 0000000000000000003e6c0106031ee9d9e4095f5c2134278f6fa75e141710f3 2,002 1.00/1.00 vMB 21
523,112 523,112 000000000000000000038925f13da677285a5d1a09660dc821088a151c326113 1,844 1.00/1.00 vMB 31
523,111 523,111 0000000000000000001ced6f2519ff5bfaada0c397801f5cd033b0d314ecb622 2,331 1.00/1.00 vMB 53
523,110 523,110 0000000000000000002b738f749955f6de38ba2ebb308537fa6154546adca8e5 1,356 1.00/1.00 vMB 44
523,109 523,109 0000000000000000000cccb10eacbf814fcc0e82041f648872e007773eaf003c 1,508 1.00/1.00 vMB 44
523,108 523,108 00000000000000000004a1e36ce827ef775cc6cfedfccc2bbb1bd5c33cc401d7 2,116 1.00/1.00 vMB 118
523,107 523,107 0000000000000000000725e4a094f2e6ce0be603fc70481d3f2a86be672e7dac 2,517 1.00/1.00 vMB 23
523,106 523,106 00000000000000000026235fd968f279afb8e37c4fb4aca909329f22870745e2 2,243 1.00/1.00 vMB 52
523,105 523,105 00000000000000000033786cc4f406403f046ef31bd8d64457969f0f35f0f4d1 2,295 1.00/1.00 vMB 80
523,104 523,104 000000000000000000413f149e63a17f0ea3ac3bea40cceb21a759aabd1033c5 264 1.00/1.00 vMB 101
523,103 523,103 0000000000000000000e8cc0a53b9c19fa3c707db636463991a3c7421e7e4a86 99 1.00/1.00 vMB 100
523,102 523,102 00000000000000000012c2c2f4217a0ee9d92ffacfa35a6294504f2783feba41 816 1.00/1.00 vMB 107
523,101 523,101 0000000000000000001413790f9f3a617159e0d8ced8757fe5e8daa4225f7636 765 1.00/1.00 vMB 109
523,100 523,100 0000000000000000000f59afb7997665598b6c88f893b7dc2ef774bb3f42f231 40 1.00/1.00 vMB 100
523,099 523,099 00000000000000000037ce12388f70d7d7f8e60a9450469aba64d6d550caa48d 2,633 1.00/1.00 vMB 133
523,098 523,098 00000000000000000019877c146e98d027af8fce2d9f3f4ad8b5d5703d3d007e 242 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 783.07 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: 720.95 GB
    • Received: 18.33 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.