Loading Tool

Explorer IconExplorer

Memory Pool

50,351 transactions
21.51 vMB
0.08148326 BTC
Random Selection Loading Transactions
Max Size: 123.45/200 MB

Candidate Block

Mining Attempt 2289a66f8df56d740e28d3b9ee605925d1508f0880f89aac9b52b15d79c1e210
Version 20000000
Previous Block 00000000000000000001cedff4a6a7534d251e21eb41c36879f09bee61803fc3
Merkle Root f1b24b8e987349f8dd3d00c0dc8817c0a5d29caec849d9bcec222d3db0694c14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,197
Size: 1.00 vMB
Total Fees: 0.03652280 BTC
Feerates: 702.44 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,942 (910,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,931 3,931 000000006ea6fef59ca992ff840e1ac7620b481fdd8e74e563aa15805cceadbf 1 0.00/1.00 vMB 0
3,930 3,930 00000000a4c3f917d2f918328c416affb1c33d3fa4f048474c43804d689878db 1 0.00/1.00 vMB 0
3,929 3,929 000000004dca9d4af3df4fa16dc3dc9e04d37cce4c925da7ef0b91f33733dc1c 1 0.00/1.00 vMB 0
3,928 3,928 00000000976965a8a42bea78796d37483a549fb4c6dacb197efca98361ca1c8e 1 0.00/1.00 vMB 0
3,927 3,927 00000000c63fbe8fd31f7c7cbd15d5c581564f420b06c5b88f92e76a5be4a869 1 0.00/1.00 vMB 0
3,926 3,926 00000000779a45e38ec0a89f694155fe431712845f6aa928af97d5876cdcaaa6 1 0.00/1.00 vMB 0
3,925 3,925 000000006b2fe0fbda596688cc0d8f6f716ee6ba9148f9e6716b4947797396f2 1 0.00/1.00 vMB 0
3,924 3,924 00000000c055a35d2615fc3940e2a81da6272ede99ea0e8cd231f8e3d3f2ce02 1 0.00/1.00 vMB 0
3,923 3,923 0000000054406a96c114915a079bb4cccd82a738efe0cad5a5994406b37694c6 1 0.00/1.00 vMB 0
3,922 3,922 00000000db50fc4d5447c039d216d6bc425f85aac6693ea53a3eece476845ce6 1 0.00/1.00 vMB 0
3,921 3,921 00000000b77607cb54489d0140ed72bf2a83274519b49bedd6ee37bc8bc103e5 1 0.00/1.00 vMB 0
3,920 3,920 00000000005ae5d168d58fb301e897215230ee22b8a5ea522a1cd5cd3fb655e8 1 0.00/1.00 vMB 0
3,919 3,919 000000002e7fe626ecfd4dd73982aa8902992d7751bd7ce332fcc3a8b524bba2 1 0.00/1.00 vMB 0
3,918 3,918 000000008500b119a761cef8c6ceebf56332f6ea403b0d43bbec74ddf53e4016 1 0.00/1.00 vMB 0
3,917 3,917 000000009d54d0c7f7c2a96a988cf35988a5adae1897daa7e23ae4cbf4d452aa 1 0.00/1.00 vMB 0
3,916 3,916 0000000014ecc942f416a118e91712e1280a73b00f669a6451fe5a91845e77d0 1 0.00/1.00 vMB 0
3,915 3,915 00000000980ec95db6c9bb4d009162a2925e6de788ef63138baa99abbcaa82e7 1 0.00/1.00 vMB 0
3,914 3,914 0000000059860e1d8e432c12f0550fd881cc2bb2705295266276a62e8d1a9a89 1 0.00/1.00 vMB 0
3,913 3,913 00000000d6c33f5cbda7b31d2c21360391703144bfe017c9bd62a35e28a919af 1 0.00/1.00 vMB 0
3,912 3,912 000000008ee705343fcf4a14ccb8dcb478a0fb8ec7cda664f4c63f83afbf3ebf 1 0.00/1.00 vMB 0
3,911 3,911 0000000019dc526a1bf21d7752ec68fcab77ee296e3a7493567036a753b8f9b8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.51 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: 529.75 GB
    • Received: 5.81 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.