Loading Tool

Explorer IconExplorer

Memory Pool

43,608 transactions
26.63 vMB
0.06107731 BTC
Random Selection Loading Transactions
Max Size: 140.24/200 MB

Candidate Block

Mining Attempt dfaa27d15c895752e09c2ce258105cf65f7ca3c557b7ba28ae30fb704c86ce89
Version 20000000
Previous Block 00000000000000000001e2fdd1612b7e99ff8108e442d80402d720bc757f220c
Merkle Root 5bf90cb0a0865e2c1112bdb0babecd504840a539912e20df054a312612148640
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01204672 BTC
Feerates: 61.00 > 1.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,722 (520,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,443 394,443 0000000000000000083cbaaa124a2e12a3245b294ac135aa7e717316c5ac95dc 1,960 0.75/1.00 vMB 51
394,442 394,442 0000000000000000084d2fc84904a9b03a89f9493542d4d11977069aa7045b43 1,163 0.57/1.00 vMB 37
394,441 394,441 0000000000000000005aa93c47e3420d5b08bd4a67b3fb69fcb221d2fbfa2e1b 550 0.38/1.00 vMB 23
394,440 394,440 000000000000000003f8443e4813f2e5c265f1595848cd4b0fd9ab083e30da5a 1,058 0.93/1.00 vMB 20
394,439 394,439 000000000000000005a2b8c7776c03a0f8ccdd78bcd794df8f28b1ae55acb73b 1,803 0.75/1.00 vMB 40
394,438 394,438 000000000000000005927320c14cf58b53a96d1874ed5fff73deeced1ac942e7 1,132 0.75/1.00 vMB 24
394,437 394,437 000000000000000007a646b277d294d937fe49b9022619d7fbfd2620a8f2236c 1,947 0.93/1.00 vMB 46
394,436 394,436 00000000000000000688c6f1b9477e1b68572bdac891d550016379a497639d33 2,731 1.00/1.00 vMB 70
394,435 394,435 000000000000000008e4adb11c6305b426197fbf63908252c0140ebada8c2a31 2,160 0.75/1.00 vMB 51
394,434 394,434 00000000000000000846b6de6a34b540aa0cc2e1fe3cbafd8d22f8a2cf8dcab6 234 0.14/1.00 vMB 31
394,433 394,433 00000000000000000322f54585d830bab1ed8ce5d4ccac329f55a0daaa8ce3f9 776 0.42/1.00 vMB 34
394,432 394,432 000000000000000004fcafc74fdcbbf78a880eef7c058518e971989e952fe21f 1,757 0.87/1.00 vMB 37
394,431 394,431 000000000000000000ffa28738b05c7241df74038b0a6fc8304d1f4f96af71fb 1,756 0.83/1.00 vMB 38
394,430 394,430 000000000000000003fd22566f13d0cb222d949982b5e3337348a1219d56f46b 626 0.35/1.00 vMB 33
394,429 394,429 0000000000000000043441bfd40719c5ec65a0caa4ce0d69c4ef337e1027915a 890 0.46/1.00 vMB 36
394,428 394,428 0000000000000000001bc6fdc3d2bd32224a7cc4d4002105f8c0dd8be471303d 1,559 0.70/1.00 vMB 42
394,427 394,427 000000000000000001473c57509de66a33771f9dc46974f948fd94eba7fcab82 972 0.77/1.00 vMB 21
394,426 394,426 000000000000000002d0c8a08516ea6a66b9b7564b61a5f41a359a6a2b626d15 2,081 0.99/1.00 vMB 47
394,425 394,425 000000000000000003a41fc3d32e853df3d7010a2559c1013e5b81c646c2e51f 286 0.18/1.00 vMB 27
394,424 394,424 000000000000000009a21879b04c8973c091b33f274bfa0dc1a61a50057c98c3 1,136 0.75/1.00 vMB 35
394,423 394,423 000000000000000009296eb69b5fddfb1135e472f93758435c761433b5dfe08c 727 0.63/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.90 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: 645.55 GB
    • Received: 12.74 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.