Loading Tool

Explorer IconExplorer

Memory Pool

77,416 transactions
21.46 vMB
0.08252315 BTC
Random Selection Loading Transactions
Max Size: 142.93/200 MB

Candidate Block

Mining Attempt 3895e252078f74f63c5f470de3d38fd8dcfd6d88e22d593d0a90b7f5ee9c019d
Version 20000000
Previous Block 00000000000000000000810867c47bcbe7734223df22e2796f25920c2579eb8d
Merkle Root 51694660009bc828f2aef0e1f3c35882214a34a7767699e8fa2c74464e037643
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.03136619 BTC
Feerates: 313.32 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,981 (880,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
35,397 35,397 00000000b8699b7d67423e9006b0d7d5b950004a25d7ff29e6666e0dc8ce5adb 1 0.00/1.00 vMB 0
35,396 35,396 000000000b5c01699b299c226b43ea200f45dd9742a489a9558e19643efb6fe9 1 0.00/1.00 vMB 0
35,395 35,395 0000000077d5b76987c8f27585486a44e057809304227ba345d6728acb2eabd2 1 0.00/1.00 vMB 0
35,394 35,394 0000000075f22500a1f1a4486168ace673852bd59a734058f711d7e40bcb7e18 1 0.00/1.00 vMB 0
35,393 35,393 0000000041c146ffa7afac80afd92ff9b96268fad9a6f2c514f2c3febe54455c 1 0.00/1.00 vMB 0
35,392 35,392 0000000052ca5d40b69c2706ca55bdd1218fb9cc48899ce4cd47c54d3c269b31 1 0.00/1.00 vMB 0
35,391 35,391 000000005452626b06042fd6030e996c8b5fcc9de75c4b012466ba841d8315e2 1 0.00/1.00 vMB 0
35,390 35,390 000000003165b42cfba98f03292efc6744962fcfd4a285d1798812f27b264f1b 1 0.00/1.00 vMB 0
35,389 35,389 0000000009c345ab5eabdb413d36655f498f17bd06da12f205c92927d90f28b2 1 0.00/1.00 vMB 0
35,388 35,388 00000000a84fc9ce86c9f057b607d841a3def90547c8005fb2a31fc6ad73c2b3 1 0.00/1.00 vMB 0
35,387 35,387 00000000b3c1b091d99c08f81ceb93b165031c405d47ba27a61e48b41dafc292 1 0.00/1.00 vMB 0
35,386 35,386 000000000b44e489c36d805e378053995e66e0f6fda6a3413296949dcb656c6d 1 0.00/1.00 vMB 0
35,385 35,385 000000007acebb618c36ca23d58265b1d3a1cbc9a5dd9298309a12af9669245d 1 0.00/1.00 vMB 0
35,384 35,384 0000000086164ff038057d4c6b37524b25bf4b8bd7e70eb889fd2ccea8f1453d 1 0.00/1.00 vMB 0
35,383 35,383 00000000b6f29bb8ffaa864079bb2a68623982ed1fda190138c149b8e9b8b99a 1 0.00/1.00 vMB 0
35,382 35,382 00000000777f86157b294e39a59956cd1500369a1779e240fad487d92dccdd01 1 0.00/1.00 vMB 0
35,381 35,381 00000000b1eb1ffdd6264d0caba304a05a031c1b72df1f3e84f3086f3d0ddfc4 1 0.00/1.00 vMB 0
35,380 35,380 00000000a4f4081d51d77af47aa8fd55d56dbbdb5a481c656eaf27eedfecd191 1 0.00/1.00 vMB 0
35,379 35,379 00000000bc7209cc022c3525ca5c3ed0c782ae9ed94789d3c4e2cdaf01058355 1 0.00/1.00 vMB 0
35,378 35,378 000000007dbe13e04c002d5e3ac663d3affbd58a830a33749a1d2eaba61529e7 1 0.00/1.00 vMB 0
35,377 35,377 000000007a63ab377e8ca7835f78ab050803a63bd463bb1e3f576ad24f3ed111 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.09 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: 806.87 GB
    • Received: 23.10 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.