Loading Tool

Explorer IconExplorer

Memory Pool

27,791 transactions
14.23 vMB
0.06269971 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 77.80/200 MB

Candidate Block

Mining Attempt 5d4d678ea4c731fda97fc5453fb74e3d036b7daa91288eb4ae438431ac70c31c
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root cf6400db9d1ff5c5706b3fcf8ac5a23d21380b937365b0c96b7bb9cc9933c2f1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,687
Size: 1.00 vMB
Total Fees: 0.02804814 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (656,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,934 256,934 0000000000000008034f8f52c1ae12774e6b271c2784dcc7be890df46b123c0e 366 0.23 vMB 78
256,933 256,933 000000000000002e3d69f404c2e681ad3eed81a36d49854f0d061f6d19ae06af 77 0.06 vMB 92
256,932 256,932 00000000000000241a811b50d06970e3e2d8441c14da8f30f6731c0660b39bd2 14 0.00 vMB 80
256,931 256,931 0000000000000006b3d68ec851cc4dc03f5e17a3cec8a2c24174994357219a1f 301 0.12 vMB 111
256,930 256,930 000000000000000a1de1accd17340952416bfbfb5063922a79a61c931c660e6f 267 0.11 vMB 143
256,929 256,929 0000000000000015a0854fbd6efbb88b1a6a17acbbdddb434a88881fae413e35 117 0.05 vMB 118
256,928 256,928 0000000000000022199413171099938c24f1821896d235aad3714cbf476a1124 20 0.01 vMB 122
256,927 256,927 0000000000000026500bb6c82adbb920041eeafba48b439b4ec538040c1e622f 124 0.05 vMB 126
256,926 256,926 00000000000000119b6b6985347f5a39643dd098c77da0defd87d9f821b716f5 87 0.03 vMB 101
256,925 256,925 0000000000000001fb9dead276fde7b90132d5c43cb0ed37dd4290b3248ade10 9 0.00 vMB 153
256,924 256,924 000000000000000b1f0414603ef691e4a14ef33646ec908748b56abc7580870b 317 0.12 vMB 135
256,923 256,923 0000000000000023f1181d09f42d7417a11b2ec3607e677f9728d200e26ad1a7 127 0.06 vMB 92
256,922 256,922 000000000000000070534ae853ca689fbe24a24b03732a59413088305711e92f 552 0.25 vMB 157
256,921 256,921 000000000000000afb4cd74ed14bc06fa236b91d98660da40f99019c42b20f20 78 0.03 vMB 152
256,920 256,920 000000000000000047afa62092634670cde8eac9a15c3c12f835cc0bc49b5a1d 502 0.22 vMB 101
256,919 256,919 00000000000000084fc9d0b5008e59e5141e04030e45179d8e751adfc4d98e11 128 0.05 vMB 120
256,918 256,918 0000000000000019ad420f644ca6fbd6ab0508b2b77773ac7402ff689441b1e7 394 0.17 vMB 110
256,917 256,917 000000000000001087f15fa73f9703e283110d126226b515c32de8c7d9991e43 408 0.15 vMB 125
256,916 256,916 000000000000002435ff588829059e73f5332aaa28c2e48ce8722712957d93cb 302 0.12 vMB 113
256,915 256,915 00000000000000218146f1a0572c05f9987937c35e42bf9b0216178fd130eb46 281 0.11 vMB 61
256,914 256,914 000000000000002354b704f865898f1957cb99c74d697865002f8fede2b6d2ed 692 0.25 vMB 150
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 14
    • Outgoing: 10
  • Data Transfer:
    • Sent: 0.00 GB
    • Received: 0.00 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.