Loading Tool

Explorer IconExplorer

Memory Pool

77,078 transactions
30.74 vMB
0.13709803 BTC
Random Selection Loading Transactions
Max Size: 176.80/200 MB

Candidate Block

Mining Attempt aea4553b0980a3ecf1c735b36cbeba31d18bcdce7f1c76d852442ab6110f0135
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 9b0bbbe2361bb1e85a1568bf4afda688efa1a6380849cf702fa540c61f07c7f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,354
Size: 1.00 vMB
Total Fees: 0.04984321 BTC
Feerates: 150.36 > 4.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (246,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,919 668,919 00000000000000000004cd1aa610ba0423a1f9761ea5d873d0cb08e29e6c6962 2,429 1.00/1.00 vMB 118
668,918 668,918 0000000000000000000afc1dfdf925f94f533991fe6aeb8280e62bda4131d8fc 3,025 1.00/1.00 vMB 130
668,917 668,917 00000000000000000007776fff7a3a18f3c4b3261557192d1df310f31812b988 3,048 1.00/1.00 vMB 129
668,916 668,916 00000000000000000000a92eed9a98abd786eb93332f390609863517ac7ff840 2,662 1.00/1.00 vMB 112
668,915 668,915 0000000000000000000003bd5f5dadca576546b17548ac41c95dfab0f3b02b95 2,882 1.00/1.00 vMB 127
668,914 668,914 0000000000000000000ab3513fe1b81747075622827635bb06415adf8c46f17b 2,982 1.00/1.00 vMB 136
668,913 668,913 0000000000000000000b0def204bc48721e2ded065191fa5637bb1f88cc8f59a 2,339 1.00/1.00 vMB 48
668,912 668,912 00000000000000000004a703f37424264c14b1bc625679f0938adba23e93412c 2,466 1.00/1.00 vMB 123
668,911 668,911 00000000000000000003fa047cf63bba1b152e3dc58b84d95b8b2ce14f9dc214 2,919 1.00/1.00 vMB 38
668,910 668,910 0000000000000000000c1eb9b783bbbf0480ffdffde4e58672b1edc8f47eecad 2,473 1.00/1.00 vMB 49
668,909 668,909 0000000000000000000cf5241305927d6979e304ab12bf06f7145c55b5410794 2,630 1.00/1.00 vMB 81
668,908 668,908 000000000000000000099794e75e69374ecda393c8fc5654f7320b14d8bf7b9f 1,797 1.00/1.00 vMB 111
668,907 668,907 000000000000000000007a266031aa7f52c74f9efffae184c300b1011e987ef2 2,986 1.00/1.00 vMB 130
668,906 668,906 00000000000000000001afb4a003c3496b0e8e9e18f864130a7abf98d4e2f285 2,047 1.00/1.00 vMB 51
668,905 668,905 0000000000000000000b60743c19926c216071d75c1b74244682175987b37523 2,108 1.00/1.00 vMB 91
668,904 668,904 00000000000000000006ce61e32a3b9bfe0c2efa020f1ef82ffba81f825c5eee 3,062 1.00/1.00 vMB 62
668,903 668,903 0000000000000000000c2da7bef5f6d0ce6e0aa991d1d7d663ae6c235b62fe59 2,890 1.00/1.00 vMB 124
668,902 668,902 0000000000000000000a9655e336263c226c1bc086966c76e49fc2b244c0da5f 2,969 1.00/1.00 vMB 98
668,901 668,901 0000000000000000000b08be11492ea11fdd5edfa8fcaba1a2ad1d44bf68ee94 2,922 1.00/1.00 vMB 89
668,900 668,900 00000000000000000004b1d217c6e7d80ca73b36e8f198dfaddad945b6d1c250 1,978 1.00/1.00 vMB 110
668,899 668,899 00000000000000000000f7f139c853c6eaa648cfad5cd5ffd549b5e1e78f0b1b 2,793 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.