Loading Tool

Explorer IconExplorer

Memory Pool

80,464 transactions
30.15 vMB
0.09055071 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 4080db37d65e6325744429d9e760b78bde1d72cd9b64d3c0b8280566de99b665
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 3a2c13097aeb9a2b5ac94258e6b345ba98f9f696d3b1b250d2d5d0786c6c73f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02878090 BTC
Feerates: 301.07 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (795,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,913 119,913 000000000000b4e2ea32bb9b0ed0dad276de9818f8849ae0ce28a7168379eb23 2 0.00/1.00 vMB 0
119,912 119,912 000000000000478157c2c26f3cb0351a50bc8f5f09b078534884f291099ff595 2 0.00/1.00 vMB 0
119,911 119,911 0000000000005f37d6fbb253f07c80f7db93591971cce976bbcf9343d548a6ed 5 0.00/1.00 vMB 0
119,910 119,910 00000000000042aedc323f3cb5595b9de3470405b5654fd352c148ee836655d7 10 0.00/1.00 vMB 616
119,909 119,909 0000000000001e3e488bd44b503cc905080519eadd9f1e3a1ed53d771ce6b121 10 0.01/1.00 vMB 1,381
119,908 119,908 0000000000008bf16cfa743e36af125add7a1d5a37ff47445691fafd8a1cd4cb 12 0.00/1.00 vMB 875
119,907 119,907 00000000000064a75250e39a246fd97b5a77afa61d4df0713835342e1004cb07 11 0.01/1.00 vMB 0
119,906 119,906 00000000000008f9eca2ac1e46b6c3ea017537c3355bae616e29b74316fd9dda 6 0.00/1.00 vMB 0
119,905 119,905 0000000000000de4d6a042ee210745d31ca72d7e83a4413648b3f96352685dc3 8 0.00/1.00 vMB 608
119,904 119,904 00000000000038f2135988466faf9854952daf4e283b2f544449328374fa6a23 8 0.00/1.00 vMB 512
119,903 119,903 0000000000000cc2c84433ba9a0bfde89c61485ecf8fc1d033f57445bddd7f96 11 0.01/1.00 vMB 192
119,902 119,902 00000000000020fc7343a022cc3f80e5182d67c9daaeec21143c1d3d74c84e5f 1 0.00/1.00 vMB 0
119,901 119,901 00000000000048d2bcc040a28bdd9685ca1454c3ec3fc4849ce7689b8dac49b1 7 0.00/1.00 vMB 674
119,900 119,900 0000000000004a08d045812f4071d45f855bed0c11a09eec8abb2d02171b85c2 3 0.00/1.00 vMB 0
119,899 119,899 00000000000004088fd857e5f50cb82489ddcd8f9e416dd5a64523ccbee8ff74 6 0.00/1.00 vMB 781
119,898 119,898 00000000000039d7f3f593380bf244dfcc6b779898052fa85b0499b2679cc8f7 7 0.01/1.00 vMB 190
119,897 119,897 0000000000001acc3ac77d0067368ff9c3b978d57baed0ea16e9dd066e579d5d 6 0.00/1.00 vMB 334
119,896 119,896 00000000000058ef96670b9945190c42d6d284426f0d77eb4bfdab12d5feba31 19 0.02/1.00 vMB 0
119,895 119,895 0000000000002721ed23771025cf681954c9dd2b47ac00f725ce5b9f3cd28757 10 0.00/1.00 vMB 809
119,894 119,894 0000000000007cf5a726c1f0c047613132e4100e4a58466319c251ad3658245b 11 0.00/1.00 vMB 338
119,893 119,893 00000000000075608051723402b2bf354c29ff64de5d75deb9e61b1a918a63b7 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.