Loading Tool

Explorer IconExplorer

Memory Pool

42,844 transactions
26.77 vMB
0.06644835 BTC
Random Selection Loading Transactions
Max Size: 140.88/200 MB

Candidate Block

Mining Attempt 571273eae5487aab61a4779b5430abd96025780eeab4af93ce7d5a48c9f29f04
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 2d3819d6fdf98c2794edb0db209e8e36612598d4ad27920da8533f8d2b7339ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,346
Size: 1.00 vMB
Total Fees: 0.01710381 BTC
Feerates: 197.49 > 1.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (163,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
750,885 750,885 00000000000000000003baf61cf5d1e60f32ed6ab49f06f4b379ad477acb1c18 3,247 1.00/1.00 vMB 12
750,884 750,884 000000000000000000001ad6481a4b43b110bea93cce4150e2779e3ce23db0e8 2,858 1.00/1.00 vMB 8
750,883 750,883 00000000000000000004a4955034e76822bae39b80cabb8889403eca71392f0a 3,046 1.00/1.00 vMB 8
750,882 750,882 00000000000000000007e1f361a0c28cc72f27aaa6ca880f480d60dd489a4cb2 3,077 1.00/1.00 vMB 13
750,881 750,881 00000000000000000000f4d3e58c54f4c37174e5428606eac8b971bc461b2371 1,476 1.00/1.00 vMB 7
750,880 750,880 000000000000000000035aa08c77e6a5e2f8db453b161c0ce330fb867ba2cd1a 2,341 1.00/1.00 vMB 13
750,879 750,879 000000000000000000011c69ea2a7eaa2a576676aaf16c7ec95db186fe7bfa99 2,107 1.00/1.00 vMB 14
750,878 750,878 00000000000000000008d1e40b45ffe6dd6eb58c5d908414570d5037a9211dda 993 0.51/1.00 vMB 6
750,877 750,877 000000000000000000021839ebca98c9f3b4a1c4f552b0089a3ef5190f788a44 1,171 0.37/1.00 vMB 9
750,876 750,876 0000000000000000000127e541240b5f40cdb4b0b36508a0d3a38a99b54e5fb0 35 0.06/1.00 vMB 2
750,875 750,875 0000000000000000000641ac77ff9e5e3765f729d429bb546af659bd9f301645 177 0.07/1.00 vMB 6
750,874 750,874 00000000000000000008ec1f2b8b8ca321e88ddae2567858917ee5ed20b9ffff 679 0.30/1.00 vMB 6
750,873 750,873 00000000000000000002966b494c48c07772d317a180ba4eb72c6dae5ebb5d23 2,088 0.88/1.00 vMB 8
750,872 750,872 00000000000000000006d549853a9f678a2e1bd2cd34d221d1f36674391d84ca 1,385 0.52/1.00 vMB 7
750,871 750,871 000000000000000000035a86a198d9e9830f1cd0c4c6d0390bd4ac0c279fa232 1,362 0.80/1.00 vMB 8
750,870 750,870 000000000000000000051ea424de2cd5b2b4098f0c439f6ace952e25881d393c 910 0.66/1.00 vMB 6
750,869 750,869 00000000000000000008d42e2a99deaad20f817aa3657a44dd0ee87a737e68b7 1,306 0.49/1.00 vMB 8
750,868 750,868 00000000000000000002cdca2b26a9f516535595775d4c2e573ce32845890bb1 943 0.85/1.00 vMB 2
750,867 750,867 00000000000000000008692864d3247c5d6c5a389353ec98343bbe84f0142afb 2,654 1.00/1.00 vMB 9
750,866 750,866 00000000000000000006b77f478f544ebc513ec268f5a62d4a8cc73f3f04ee7a 2,262 1.00/1.00 vMB 7
750,865 750,865 000000000000000000004f974cbb1b8a36b58f3ade2d88538bcb1414a68875d4 1,642 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.