Loading Tool

Explorer IconExplorer

Memory Pool

76,992 transactions
28.71 vMB
0.07679785 BTC
Random Selection Loading Transactions
Max Size: 173.74/200 MB

Candidate Block

Mining Attempt 3e0d75a77eebe1ebeda39575c888c8c62a24103af2404f5a8eb36581c073ebd4
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 84a8a6e455b58b2a0cb3a25b3f0523faf9743a32804d01cf4de7a209d6ae7722
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,034
Size: 1.00 vMB
Total Fees: 0.01713967 BTC
Feerates: 100.17 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (478,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,117 437,117 0000000000000000021f845c482634db0e42b4ad13a2be181b2dad4e70eba897 794 0.45/1.00 vMB 44
437,116 437,116 000000000000000002e218309afeb6e6e5853cad29489a7de48b5abe9debbab5 1,984 1.00/1.00 vMB 74
437,115 437,115 00000000000000000013646534a55cb10ff7a22b6414bedc711377347cb44f1f 271 0.11/1.00 vMB 70
437,114 437,114 00000000000000000247d7ed64e6ea993f213c0307206ce937ccb2a33bd52618 1,608 1.00/1.00 vMB 60
437,113 437,113 000000000000000003b81a23c50ce36d57076be547465692978478087e24f9b6 861 0.48/1.00 vMB 47
437,112 437,112 000000000000000002775b1383af4116aef53734b303e4e698385cfab6e1b1af 1,048 0.99/1.00 vMB 25
437,111 437,111 000000000000000000eeb9a63378418233b489b5266fd5722f2e33d1061246d1 2,065 1.00/1.00 vMB 59
437,110 437,110 0000000000000000014d4d1e1e2a3198bf33a5a077a486eeb9ee3ac09e51fcf9 1,987 1.00/1.00 vMB 60
437,109 437,109 0000000000000000004c708d1844ca6e6e624c9b54d4fba1e9bc61795cee9a60 2,231 1.00/1.00 vMB 72
437,108 437,108 000000000000000002b87da37b0c94605f4ecee0fb55d0f7fe6ff87a39e1fa4d 963 0.71/1.00 vMB 26
437,107 437,107 000000000000000003b51357ceb7808b13db90c6afb91f51010d7fb524f4ce1b 2,357 1.00/1.00 vMB 63
437,106 437,106 00000000000000000372cc292f5854586adb1283a032cf84c52748fdb5afcb01 1,676 0.75/1.00 vMB 88
437,105 437,105 0000000000000000004fae64b7992fbe4bf2f191e22d06cb62f12bc9157c6555 2,598 1.00/1.00 vMB 76
437,104 437,104 0000000000000000032dae0a66ce775e00be70dd21f4dfd326cfa9d5bd20657b 2,425 1.00/1.00 vMB 65
437,103 437,103 00000000000000000093760f3182d02e698779eb07cec336712b6bd5fc316aad 2,715 1.00/1.00 vMB 84
437,102 437,102 00000000000000000391390c7e370abe1ebf65f1d12e746ed055dcec1176e9b9 1,933 1.00/1.00 vMB 42
437,101 437,101 0000000000000000038aaa92ab593aaa66fc2cfe4b7dc50a42c6b62cb52819de 2,630 1.00/1.00 vMB 67
437,100 437,100 0000000000000000015e1c5e2c10e12d204864d9efb25656f2ccb2d4103a2d20 2,206 1.00/1.00 vMB 69
437,099 437,099 00000000000000000301ff59802ae3948b9dc03844d653053dab215046682320 2,114 1.00/1.00 vMB 95
437,098 437,098 000000000000000003d423e0b2e9d77c22937cb87c9f59556c84daf9499c9e3c 2,780 1.00/1.00 vMB 78
437,097 437,097 00000000000000000306a720a27a09424011f3b48cb5acec8dca01fdb54c43fc 2,498 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.