Loading Tool

Explorer IconExplorer

Memory Pool

79,160 transactions
30.16 vMB
0.08686414 BTC
Random Selection Loading Transactions
Max Size: 183.89/200 MB

Candidate Block

Mining Attempt ab0eacbf3965f5b870e6bb9f1d8e7aa18ebcbfb2944e8d1df58c082d8d6ec37d
Version 20000000
Previous Block 0000000000000000000101871320b03e985d1fe251f64570b52ca66c6e1a41a8
Merkle Root c2bef3d51b481de5288921673ba9693243ad776dcc9b496ee3aaff8148589403
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,459
Size: 1.00 vMB
Total Fees: 0.01974062 BTC
Feerates: 73.20 > 1.98 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,397 (25,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
889,970 889,970 00000000000000000001b4c49f0a10317b86d650556a67b2ea9dae17cd8ac8cd 2,577 1.00/1.00 vMB 2
889,969 889,969 00000000000000000001b34970c1bc26c06a04da117392ce9cfc682bd6db57b8 1,899 1.00/1.00 vMB 2
889,968 889,968 00000000000000000001a0749341d74f7da4acc5f653eb03ad99bd0f77885c72 2,108 1.00/1.00 vMB 2
889,967 889,967 000000000000000000002693691997bfa9fa7706f911866763a06ac4a38d28b5 1,343 1.00/1.00 vMB 2
889,966 889,966 0000000000000000000193db21049723c08cdf4e422a99acbb4d25e879e98caf 1,078 1.00/1.00 vMB 2
889,965 889,965 0000000000000000000278c5747fdb6f25be2a4b53c6689ed08af08c2402caac 2,713 1.00/1.00 vMB 3
889,964 889,964 00000000000000000001dee9a5c3d31a8e09d9b40fdfd5be2ebd6eb6b01231b3 1,015 1.00/1.00 vMB 1
889,963 889,963 00000000000000000000dbe51118b567d5bc0c36a0f9c7ac1f7d0fe30c96d5cb 80 1.00/1.00 vMB 1
889,962 889,962 000000000000000000003de26e11f50049d397795079e6b2c41927dc73c85063 672 1.00/1.00 vMB 1
889,961 889,961 000000000000000000008ce2483e281d152cf06ce91278a2d4e03bcdd0ddf16b 2,230 1.00/1.00 vMB 2
889,960 889,960 00000000000000000000a21b90536437a552b4ff12099a626b7c860b96b46df0 2,441 1.00/1.00 vMB 2
889,959 889,959 000000000000000000022a90665d9ed4d9f29a58534550388fb014524b95981e 1,677 1.00/1.00 vMB 2
889,958 889,958 00000000000000000002720cb92b7ac09304d4762319db7896471ace38f01b23 76 1.00/1.00 vMB 1
889,957 889,957 00000000000000000000c0c030d8f61a4b18d0d8368e88547b6c4b7ae3cc4bb5 516 1.00/1.00 vMB 1
889,956 889,956 0000000000000000000009cf4b7d5dba556d7ef50844753af60a92c48aeec167 3,378 1.00/1.00 vMB 2
889,955 889,955 000000000000000000022b7f9255b30dfa17cc334bf8f0084a42b028027e975b 852 1.00/1.00 vMB 1
889,954 889,954 000000000000000000013808e63e5a0cae5e719f669c49d5b28d47f8ef02b636 3,652 1.00/1.00 vMB 2
889,953 889,953 00000000000000000001262b48e4a47154197d8d90be2b0c42495016c115b292 1,492 1.00/1.00 vMB 2
889,952 889,952 0000000000000000000037312e1dd32e82d7f1a6d2b5afecd7de38bacab184ba 3,540 1.00/1.00 vMB 3
889,951 889,951 0000000000000000000085bd3c360806e186ee2a1f09ede6b8b0f52760ec9d1c 1,702 1.00/1.00 vMB 2
889,950 889,950 00000000000000000000ceae847e73bd97114b310caf48cc8073a3d030a199cc 2,412 1.00/1.00 vMB 1
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: 721.11 GB
    • Received: 18.34 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.