Loading Tool

Explorer IconExplorer

Memory Pool

47,648 transactions
30.22 vMB
0.09649887 BTC
Random Selection Loading Transactions
Max Size: 160.95/200 MB

Candidate Block

Mining Attempt a2deb64cd8ad3f9ebbdcef3cb8d64f78243e2a3b79a744c1d826d7ba218c54d2
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 5162c88952ececd49d16e452395336563e0c1fc78c121705122cef52ea01107b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.03566341 BTC
Feerates: 150.97 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (469,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,984 444,984 000000000000000002bd9e0997952ebf4f578d78e8a054fa1bc1be386c1c2d2b 2,278 1.00/1.00 vMB 98
444,983 444,983 000000000000000003434fa4f2d73b23e3ec11a4adf0c43f5a311626d29b8d82 1,236 0.62/1.00 vMB 75
444,982 444,982 000000000000000001985db7e946a596e0ef91651bd2c205e95ce261c94e0762 2,101 0.84/1.00 vMB 80
444,981 444,981 00000000000000000242a1aec554168798a2d6c48ce0b116a89800f6215cf352 2,594 1.00/1.00 vMB 86
444,980 444,980 0000000000000000037911c2e4241705356f927a40564b7ad7ba742a504a4377 1,681 0.73/1.00 vMB 76
444,979 444,979 0000000000000000028b74946a0a26bf7de4416803468194e38bcc894784241d 1,962 0.91/1.00 vMB 77
444,978 444,978 0000000000000000007fab0f7bb95c5b5c0e9f3bc29e5bf5e61006e5a8996fbb 1,464 0.59/1.00 vMB 80
444,977 444,977 0000000000000000015533bbacc3d90294b9e3f16a2229d0a9b210d0ef78f804 196 0.10/1.00 vMB 63
444,976 444,976 000000000000000001f42a7419baa13cdeb4f200a26f4e25c471fab10b0af7f9 672 0.42/1.00 vMB 64
444,975 444,975 00000000000000000246b771c87955f2cba43c6a16ad646d7e6b4d2e6053cd4e 255 0.96/1.00 vMB 59
444,974 444,974 0000000000000000023bcd71f43fdb82f17755b6fb64069bc4937f64ca3e5f3b 865 0.38/1.00 vMB 79
444,973 444,973 000000000000000000c96ff54bcea47aa59e63d3be7d02bb5565ad6aff9006fa 79 0.04/1.00 vMB 75
444,972 444,972 0000000000000000024dd3ba67efc8f51c3be1bcc10f0931deae28f401ae59d2 1,541 0.64/1.00 vMB 77
444,971 444,971 000000000000000000bd08cc5f95f6e0d0d5ab2c8baa72bf4a15878720b46491 1,305 0.61/1.00 vMB 72
444,970 444,970 0000000000000000006d8d3aaac188e86f1251f432c45458b26fc689850f1941 573 1.00/1.00 vMB 18
444,969 444,969 0000000000000000032a26cd064f39f5c11b107a5b992ffd0b96fc166cad5556 2,819 1.00/1.00 vMB 83
444,968 444,968 000000000000000000e10d053b5e77f7f7b58510ffee416ceddbd7ad00bbb20d 301 1.00/1.00 vMB 8
444,967 444,967 00000000000000000086bb47efecb57d5d6e620768199bfdb938be308ff84f2a 915 0.37/1.00 vMB 76
444,966 444,966 0000000000000000001daab9d2cd3cd538da80e2487cb8e7c9aedbfd379c028d 470 0.37/1.00 vMB 47
444,965 444,965 000000000000000001b86cc6dc5e463d41a2db6f78bad7b8bd1f287cb7d90aa3 740 0.27/1.00 vMB 75
444,964 444,964 000000000000000002e83899753b5bd86ed10e10a55fad16d45d3eab51bbc946 2,123 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.