Loading Tool

Explorer IconExplorer

Memory Pool

32,359 transactions
18.67 vMB
0.05719422 BTC
Random Selection Loading Transactions
Max Size: 99.45/200 MB

Candidate Block

Mining Attempt c351e6044937c9aa6019dcf40f08bdadb652014ac10f4dbe4ba15ed443382604
Version 20000000
Previous Block 0000000000000000000083e8e00b689da447159e20b8976dccbfc7044b6d9c29
Merkle Root 111a0669d4f9a1469cf6d146bfec3550be7a26fb95f63b5454e9294067488fd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,102
Size: 1.00 vMB
Total Fees: 0.02168805 BTC
Feerates: 203.60 > 2.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,908 (881,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,570 32,570 00000000adcba051474f2c09ea87fd12e01bfd4b1d2ab015f53d1608c6fd1c16 1 0.00/1.00 vMB 0
32,569 32,569 00000000a2f50251f03ffba0fb7f02a896489363735c7cd66fc31213d85eea54 1 0.00/1.00 vMB 0
32,568 32,568 0000000081f25ca677bfb6e85f8e94fffb635bfeed7d400b54270967621474e8 1 0.00/1.00 vMB 0
32,567 32,567 0000000031b15b9a62c6672e6b36739f4e36b138b39086cb6f021054070195dc 1 0.00/1.00 vMB 0
32,566 32,566 0000000008fed8c6da91db5c77a320226bc8fb3a24de50cfad9e77bdcfe3b045 1 0.00/1.00 vMB 0
32,565 32,565 000000003e68719bf1e72e9017a675752de567d4c9a7c480f01be2b269a62e70 1 0.00/1.00 vMB 0
32,564 32,564 00000000af3bb68b21e43429ce93a02cfa9d5de1b4d30b29a094b46dcb8029a0 1 0.00/1.00 vMB 0
32,563 32,563 0000000036be1600c08521272f75a93c8ec0ae964d7eabffbf35615792f94d2c 1 0.00/1.00 vMB 0
32,562 32,562 000000007f24916aae7b5d34d55e6742e671418ce1f66e6d105f5290a4041bff 1 0.00/1.00 vMB 0
32,561 32,561 00000000c73064b28d96d20bbd87655038cb7fc4b15d497f016fb5e34b1c3fa1 1 0.00/1.00 vMB 0
32,560 32,560 00000000a9f4b470b7ab16e3c0627d77c936c245ee0cb78a2b2a552552f51dc4 1 0.00/1.00 vMB 0
32,559 32,559 00000000270bf85155e172814462c57463b3247ae0bd45eae578a91c1790ff74 1 0.00/1.00 vMB 0
32,558 32,558 000000003a5a0455ea4f0657d03c7e48d0239cb69573ca2bfa6ec0f2ac9598df 1 0.00/1.00 vMB 0
32,557 32,557 00000000052ab491854f3edcaf74a139f7e379747ad6e62088f3af9e3aeb89d0 1 0.00/1.00 vMB 0
32,556 32,556 000000009fce62cffbf92cf141d88645b592c56df3e7414970f722c055c3ff6a 1 0.00/1.00 vMB 0
32,555 32,555 000000002515e050e26b75064f0e1d87484752442f260cd547ef02c0a1bb62a2 1 0.00/1.00 vMB 0
32,554 32,554 000000009c424bde9fc4fcc1fa0ee409cb4f9831a5736b46bb45190a5a8006c5 1 0.00/1.00 vMB 0
32,553 32,553 0000000000fda48f3b0ec3da5d50bb6a6420293a90cf19888fb6724aca0de68a 1 0.00/1.00 vMB 0
32,552 32,552 00000000d3431046b3dee6a00bb6eb03bb1e29205aa0a3fe12824aa15c30e99b 1 0.00/1.00 vMB 0
32,551 32,551 00000000a68bee77ce0c1451328c5654791212f82e454d58100dde17ec9fc477 1 0.00/1.00 vMB 0
32,550 32,550 0000000040782674248bbfe483e145528715c4f0de2a95d374934b98286ad4d3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 527.32 GB
    • Received: 5.46 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.