Loading Tool

Explorer IconExplorer

Memory Pool

83,415 transactions
29.18 vMB
0.07727274 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 8ac4d6efe1d0ade8e790790e54bbd4860fd0d93749618772b854d342c12694ba
Version 20000000
Previous Block 00000000000000000000aff128195e345133b8158c003d35948ffebe1b4bb614
Merkle Root df7018182a508f717e176a04e319ec635ce38f28d75dda340f2c4031bb2a0fc8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,906
Size: 1.00 vMB
Total Fees: 0.01326674 BTC
Feerates: 129.78 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,621 (884,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
31,525 31,525 000000002fe4b9e3bf77c5a2409bf8447136deb343a68c03300a39289cbd2a9f 1 0.00/1.00 vMB 0
31,524 31,524 00000000d3d761c869b9f1f1df2e6aeb64242222d2f9e972dbbaa8574e384c78 1 0.00/1.00 vMB 0
31,523 31,523 00000000bba9673e648c6d6f5ab423317eebdd5ac6c4704dd498d64e6b4302b7 1 0.00/1.00 vMB 0
31,522 31,522 00000000c2e51a1ecc68e38caeb12e8fe31b65988f74a0cc7ef368cf4f485d3f 1 0.00/1.00 vMB 0
31,521 31,521 00000000be74b61e9f1f72f7a26e0ff52e75120283f54b29a6450b8e4fc58cbf 1 0.00/1.00 vMB 0
31,520 31,520 0000000071441b085d6d06e5c709e070a1761c65ef4a4cb38405a3fa1dc0ad83 1 0.00/1.00 vMB 0
31,519 31,519 00000000b07056bc2efe21e01d2b55c260ddf9358e15ccaee6800466cc51412a 1 0.00/1.00 vMB 0
31,518 31,518 00000000897a62f49ad52610af511c640497b968bc39dcc3406d5368493cc4c6 1 0.00/1.00 vMB 0
31,517 31,517 000000003580451501c492032c06dc40f2c094554c4cafecfcce0cec2162fccf 1 0.00/1.00 vMB 0
31,516 31,516 000000001f3a04292f7f31c5e98417b37a3f87c305159d25a18ac75474bf632c 1 0.00/1.00 vMB 0
31,515 31,515 0000000036c51277bcd8978075469a024cb6eb18e9f53e1e602ab96bc9d9b9ad 1 0.00/1.00 vMB 0
31,514 31,514 00000000cf40db66c027fec74b973778b566197d133f0682301781055e19b2be 1 0.00/1.00 vMB 0
31,513 31,513 0000000002b24ff1950e5d8016211ecf87b624720332c5c2093c1141c13a970a 1 0.00/1.00 vMB 0
31,512 31,512 00000000db18064c6434fc5c0b00c0ff78b62eba141e654c0efa71a982a1d43a 1 0.00/1.00 vMB 0
31,511 31,511 000000008ed77edc1a85f04b467549c0889f7376272cb0a33045344c1e59d5c6 1 0.00/1.00 vMB 0
31,510 31,510 0000000069a05b989c4f2817e94573d32373e6cbcc13f7e5bb33f9d14f2e88d5 1 0.00/1.00 vMB 0
31,509 31,509 00000000ebe35ccda334ec14594f82426e138a95ec2cc5bbdea4d742aaef1001 1 0.00/1.00 vMB 0
31,508 31,508 00000000433e343fc2c2abf367edf244461c65fd9f43bd142f22fa1aac78bcdd 1 0.00/1.00 vMB 0
31,507 31,507 00000000c3baa55cae4ae5191299100866d5dfcd175eed363cc7384c92f6b2f0 1 0.00/1.00 vMB 0
31,506 31,506 00000000d45eded46fdf062ab92f426397545d26c148f9bf918ed70e23868c63 1 0.00/1.00 vMB 0
31,505 31,505 00000000dc16c87cb67cd1a6ed8a0b5d58b6078d747a48285433d96e0c76e2ea 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 771.99 GB
    • Received: 20.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.