Loading Tool

Explorer IconExplorer

Memory Pool

41,640 transactions
28.62 vMB
0.07877434 BTC
Random Selection Loading Transactions
Max Size: 146.11/200 MB

Candidate Block

Mining Attempt f08b67e70beea9fb0d234e4be3a468ee4855b1616ddd82fba082c11ab39f20dd
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root a4a48c3ec605f3db33924f3912e771cdf6b9a59961c0c71c01a06b06cc8d0b9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,754
Size: 1.00 vMB
Total Fees: 0.02329691 BTC
Feerates: 88.27 > 2.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (78,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,504 836,504 000000000000000000005cf4bbf979da3b6ae50d69b28c71e52c7ac6922bdb60 2,121 1.00/1.00 vMB 13
836,503 836,503 00000000000000000000bb12995e3a0bf08cd32436f9904116887eb200b68963 3,012 1.00/1.00 vMB 16
836,502 836,502 0000000000000000000265cf84147d6bf5ce2b3c2c32119c422b4ad4253ae4de 2,822 1.00/1.00 vMB 15
836,501 836,501 00000000000000000001fbe9bc3d92dfee55f9d29c634a4e8947be2f6eeaea8b 2,330 1.00/1.00 vMB 12
836,500 836,500 00000000000000000000b9ab4f97146e4327aa99c0194c7f36d36142b03a006a 3,508 1.00/1.00 vMB 19
836,499 836,499 000000000000000000006dca8341b4691d63f0d15847a79d69d79ed3d146fb24 2,207 1.00/1.00 vMB 14
836,498 836,498 000000000000000000003226edbedfc2cb50e34810de301ab7c7006533347917 3,098 1.00/1.00 vMB 15
836,497 836,497 0000000000000000000021dda2c9d503a11c29f560b14d665c5f644efa96c8e3 1,023 1.00/1.00 vMB 9
836,496 836,496 000000000000000000017dd10180e757adbeffb18b569d2097e7049abe249232 777 1.00/1.00 vMB 10
836,495 836,495 000000000000000000014bf47dc629b33726a391de1c9b795d03a4abb477307a 1,724 1.00/1.00 vMB 12
836,494 836,494 000000000000000000032d6d6ec6a658ce3151a6e5321ae748e119d53d4af661 2,031 1.00/1.00 vMB 14
836,493 836,493 000000000000000000005ca9f5235cd1079f6164e6dfdd0039287b102e841194 3,762 1.00/1.00 vMB 12
836,492 836,492 0000000000000000000037a2d6d31fe158a2922beb0a18a8823307e06bcdd886 3,975 1.00/1.00 vMB 25
836,491 836,491 000000000000000000017f2c5b12411881c4291702f384787b59f048b2da8ae8 2,896 1.00/1.00 vMB 23
836,490 836,490 0000000000000000000043a5f12ac4c52af01a47c2029b3d541af04633f35633 1,207 1.00/1.00 vMB 12
836,489 836,489 000000000000000000026989c19c00dc82f36e071327616dba7e6895337ec6c1 2,077 1.00/1.00 vMB 13
836,488 836,488 000000000000000000016200ab8dd5db16e86565da471ac2e697e6c18ff39b74 3,011 1.00/1.00 vMB 14
836,487 836,487 000000000000000000023a33e8eedf1977110f624a3f83df4a7de285afe6cad4 3,684 1.00/1.00 vMB 29
836,486 836,486 00000000000000000000741ea9ec7404bda4dee0a3a93ff81f7113a45f71f7f8 464 1.00/1.00 vMB 9
836,485 836,485 0000000000000000000067be47bfe320f316aab2dc81aeb13bc0d481d11c106a 905 1.00/1.00 vMB 11
836,484 836,484 000000000000000000027dc3e43f2483ebef74ac3c8831359feceb8248570da7 2,622 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.