Loading Tool

Explorer IconExplorer

Memory Pool

36,880 transactions
25.98 vMB
0.05436541 BTC
Random Selection Loading Transactions
Max Size: 133.37/200 MB

Candidate Block

Mining Attempt b3f083c5bcb987a4507762b13ed73b407c94cff7372f77fdd7b66168ab12912c
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root a81ff3a105f943211f39bba5eed533bafa57b07c1f1fe398f91cc9735bc9d49c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,994
Size: 1.00 vMB
Total Fees: 0.00655818 BTC
Feerates: 100.29 > 0.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (527,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,144 387,144 00000000000000000031e88ef75e8c711f59a1bcfd93ae7f0df1c4a5d73d8a9c 2,922 1.00/1.00 vMB 49
387,143 387,143 000000000000000006329daee9875319ad2ddcb06ea29160c7abd46a781ff938 1 0.00/1.00 vMB 0
387,142 387,142 00000000000000000a8df0131881d473e66466a15096f0bbf546aa3201d41c90 1,388 0.67/1.00 vMB 34
387,141 387,141 0000000000000000025e4245e78e152ca62ee4949d865e679bff8a122c3dfe4b 700 0.31/1.00 vMB 33
387,140 387,140 000000000000000006f86ee780b9f478b484db4db6afe5ec4bd68fb9e62479d9 1,394 0.90/1.00 vMB 22
387,139 387,139 000000000000000001914eab8513551a0433ccd754a03f2ebde21cac1bcf3b81 2,524 0.93/1.00 vMB 74
387,138 387,138 0000000000000000044b971580ad12b74e3882d5e8431e2d28471aa6ec66c0ad 1,992 0.89/1.00 vMB 33
387,137 387,137 00000000000000000daf972bae2d789aaaf90410e17b96e6efb7bf3a02307f60 1,485 0.99/1.00 vMB 22
387,136 387,136 0000000000000000005b5461e69012e4e75bc974609da8505b09b7f5a92c84fe 820 0.74/1.00 vMB 16
387,135 387,135 00000000000000000b1e00c0b5853b0509bd1743dc93ecb318b51166bad1f271 1,936 0.75/1.00 vMB 43
387,134 387,134 0000000000000000024f3a1d4ecc22552755e09d885fdf08a4a3a3176f48b4db 1,166 0.75/1.00 vMB 29
387,133 387,133 00000000000000000c6168980abe61863e24c2fb5e4efc8d02793dc7bc413c1c 2,054 0.99/1.00 vMB 34
387,132 387,132 000000000000000007cf1df397005cd071b5e90b59409f8077113730b99207ba 204 0.13/1.00 vMB 17
387,131 387,131 00000000000000000532ce51ae44b5a6853fe870203b9dacd6a8de2aef5eb64d 1,301 0.99/1.00 vMB 24
387,130 387,130 000000000000000009751eb5d17198f540f9ea8de2cb3a472420dcbe4cf5e625 2,020 0.75/1.00 vMB 48
387,129 387,129 000000000000000005a7d08ce207cc0a3bcf9c7922fe51ef6515d16847ee4d2d 769 0.67/1.00 vMB 17
387,128 387,128 000000000000000009b0e4b146a18a6eff0203844d03222d3a9a05f2fe72ea8a 2,369 1.00/1.00 vMB 43
387,127 387,127 0000000000000000009820272f9791df12b9eec55e8c00d71c9d237b9b858e08 1,291 1.00/1.00 vMB 17
387,126 387,126 00000000000000000173d1632f8a7d6efdb79ee7a41df3e6918095084fb1168c 2,709 0.95/1.00 vMB 47
387,125 387,125 00000000000000000751d7d93c9bb79d58c87037abfe32c0e5fd0fe225bdbace 655 0.25/1.00 vMB 43
387,124 387,124 00000000000000000042a58404f4b6b29dd00042479435f48187ab602046990d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.