Loading Tool

Explorer IconExplorer

Memory Pool

78,903 transactions
29.23 vMB
0.08532191 BTC
Random Selection Loading Transactions
Max Size: 176.97/200 MB

Candidate Block

Mining Attempt 31e4be8761cfe6eb75cadbaf9f972816edace4de1de62a9997237aceeb59fb0a
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root be2001f8c86c6b9a37fef2e80d1b3d69a350c308038641e0c50da4fbc3775c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.02409781 BTC
Feerates: 178.73 > 2.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (398,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,209 516,209 0000000000000000001da73c8fba2485d8d2b9d59ccb8e32b099cbfb98993a07 1,117 0.53/1.00 vMB 30
516,208 516,208 000000000000000000497abfd2d649f64f4d3ef4a8b30891576b671cadd02551 1,724 0.99/1.00 vMB 16
516,207 516,207 00000000000000000037ac86ba79d83ebda92edef8ab139c27df453f8d8002e2 128 0.06/1.00 vMB 47
516,206 516,206 0000000000000000001dc7256cea157ae23f1788e662c008a3ea553e1e4ce570 195 0.08/1.00 vMB 26
516,205 516,205 00000000000000000045947a16e7eda3f561a1876ce0fa1e3f6333d0e2caabcb 561 0.27/1.00 vMB 24
516,204 516,204 000000000000000000110ecc3cc4f603aa01f55dae7fe683c5f7296a54df6d8e 852 0.54/1.00 vMB 20
516,203 516,203 000000000000000000347da3f8ff2720a21dda47fadd7426bf3a2644b36d37b8 987 0.70/1.00 vMB 11
516,202 516,202 0000000000000000000b6efbb3461adf1e6afac0c84f19f709ee79d5e61bca2e 1,861 0.66/1.00 vMB 31
516,201 516,201 000000000000000000221034b9a9a125a2bf3f10905526815a2f3b8011c66cc2 1,535 0.71/1.00 vMB 20
516,200 516,200 00000000000000000003b4613cbfc4a625aa6f71cfd61eb44c049ec32c180959 918 0.33/1.00 vMB 29
516,199 516,199 0000000000000000003d80afb60e9cd5fe1af984932e2104ca8bbb3184227b35 830 0.32/1.00 vMB 27
516,198 516,198 0000000000000000000377c4ebb1d335974612d5a5294f9ee2b314d3c0c9e48a 107 0.04/1.00 vMB 29
516,197 516,197 0000000000000000002677fc05acb4126f11611de81c557abcea624791cd00dd 1,326 0.49/1.00 vMB 24
516,196 516,196 0000000000000000001363bae9c71900ea7f9bbaa9c9587b317d23a5bdeb2722 1,116 0.50/1.00 vMB 28
516,195 516,195 0000000000000000000ab5e83e412d3afa2d74b3b1ff138206550ef2e0d41823 1,855 0.67/1.00 vMB 28
516,194 516,194 0000000000000000002a3921086d1c53695eca279c8faab4fc340f8859d7524d 2,286 0.98/1.00 vMB 24
516,193 516,193 000000000000000000120d469b7883dad16abbafb4c9c50041098aa2b6e8e402 670 0.22/1.00 vMB 25
516,192 516,192 0000000000000000001a9b771d1b871429572499cca23159b61a80afdefdaa5e 509 0.19/1.00 vMB 23
516,191 516,191 0000000000000000004e59077db0116faa582404862cb6e21027ebe7cb7330d3 1,507 0.57/1.00 vMB 27
516,190 516,190 0000000000000000004407c94a6c31ff4b873b934fd2b4c3050e1951f6707bd8 1,063 0.45/1.00 vMB 41
516,189 516,189 00000000000000000033d16db780939c897973dbf7daa4ea2c5c4d60053c10e7 1,361 0.64/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.68 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: 679.06 GB
    • Received: 16.44 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.