Loading Tool

Explorer IconExplorer

Memory Pool

78,485 transactions
29.44 vMB
0.06829562 BTC
Random Selection Loading Transactions
Max Size: 176.90/200 MB

Candidate Block

Mining Attempt 1a1f04fa12981857ac09ec2981c9733cb00598578af3a7fffc800f06106eeb01
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 00d89261e301399597ccffde65a301b0568a911e21b1851c348c89e107c658ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,004
Size: 1.00 vMB
Total Fees: 0.00855166 BTC
Feerates: 150.93 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (231,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,120 683,120 00000000000000000000142ca65ed8a48a28bee87addfb282f0342efcf0943e6 2,274 1.00/1.00 vMB 30
683,119 683,119 0000000000000000000bde0ca7603d7f38f5ef544286cf133a4c36618798d62a 1,853 1.00/1.00 vMB 60
683,118 683,118 0000000000000000000acaf37b7fa5d07244a9bb9491e6e4cbb39d408070ad36 1,110 1.00/1.00 vMB 79
683,117 683,117 0000000000000000000bf07559a3de9af999c4a62ce01e4db39af533bf30e808 1,150 1.00/1.00 vMB 55
683,116 683,116 000000000000000000009a86a53ef02a72d20dd4fa26d06a46d07eab80c3fef7 1,913 1.00/1.00 vMB 58
683,115 683,115 00000000000000000003f7bacb1f1fec0fa5054b623d9d6f9a7edb72a462dc74 1,803 1.00/1.00 vMB 17
683,114 683,114 000000000000000000065282eac853b3c3364152d5479eb807ae7caaf28d52a2 2,432 1.00/1.00 vMB 53
683,113 683,113 0000000000000000000b8000d71fc344f7d8e5725898b042382f8182333257ba 2,607 1.00/1.00 vMB 67
683,112 683,112 00000000000000000008c4d99e9dad239d4ca3259e533f97d282aa00561a47f0 1,924 1.00/1.00 vMB 41
683,111 683,111 0000000000000000000da0060389375cd9cd0b04da8c4f1fe6f6a87fa09b49e5 2,012 1.00/1.00 vMB 99
683,110 683,110 000000000000000000047cc84bd08aa532fdc26c68b8ce42f9ca39048efbff0a 1,575 1.00/1.00 vMB 32
683,109 683,109 00000000000000000000febc3d7829512dc517bddda0c46bf9bfb9687a17a7dd 1,623 1.00/1.00 vMB 26
683,108 683,108 0000000000000000000cbebbc91cd56154efaff169ea5397eab96a3c5d0953dd 1,077 1.00/1.00 vMB 23
683,107 683,107 0000000000000000000a571cb1dbf7a4e55d5d5212d86583828e5c8356a5983a 1,831 1.00/1.00 vMB 16
683,106 683,106 00000000000000000000be6e310c966f0ae34004454f9fc86d3fb50f83e7b950 2,194 1.00/1.00 vMB 33
683,105 683,105 00000000000000000000a1a1ac39196b1b7b0543d145c89db9eb6cedfdffb985 2,735 1.00/1.00 vMB 55
683,104 683,104 0000000000000000000653a4033eea9af352adfe5ea10fa44fc9561bed27f6ee 2,641 1.00/1.00 vMB 83
683,103 683,103 0000000000000000000bf1a6d7c6b99acbb7f50003a9e27123e9c94b2ebb16e8 1,601 1.00/1.00 vMB 48
683,102 683,102 000000000000000000037a843cf21700c538128aa1dc10b250e0c266544459b3 2,043 1.00/1.00 vMB 83
683,101 683,101 00000000000000000000c05e5b0058cd147697a440b0984a7c5c44e3cedf994b 729 1.00/1.00 vMB 8
683,100 683,100 0000000000000000000195d03de6a85977e2c989246d9a072b19a30e13e3c351 2,235 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.