Loading Tool

Explorer IconExplorer

Memory Pool

81,596 transactions
29.66 vMB
0.08672905 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 14d9205500abcb558ddcffa712d2c3e8169558479dcc949bcd8c3171fc54adde
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root e81850c079679fb6de51dcefbabbbf5b897d3cb68e42d0e721b1683c9799cae3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,195
Size: 1.00 vMB
Total Fees: 0.02421761 BTC
Feerates: 100.53 > 2.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (251,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,391 663,391 0000000000000000000dee5934c90f6067b2182fe4dc9030dc53e1c93169c1d2 2,679 1.00/1.00 vMB 91
663,390 663,390 0000000000000000000e4cd5a276979615c111dffcff51a9db2dd4f51a5d3949 1,995 1.00/1.00 vMB 98
663,389 663,389 00000000000000000006aa5af506c6f6fa488772d4fd639f9432584ee20b8b9b 1,642 1.00/1.00 vMB 91
663,388 663,388 00000000000000000007d7e787e9712bdf770c4fa491c4fcd160bc80f67ea0c3 2,951 1.00/1.00 vMB 114
663,387 663,387 00000000000000000001b8d9427cb258db826bb93d89b7bdf8cb7b8a1892f4da 2,571 1.00/1.00 vMB 105
663,386 663,386 0000000000000000000088fc76258f62a0581d29f7f884bdbadb3bdbc7deee43 2,742 1.00/1.00 vMB 77
663,385 663,385 000000000000000000046c65d5489af466433863d06b6f32809153adaff07530 2,821 1.00/1.00 vMB 99
663,384 663,384 000000000000000000003106a3f64a851ebc901d1562a2466158b9ca37844635 3,267 1.00/1.00 vMB 90
663,383 663,383 0000000000000000000cb1387887484df002651902211edd143a060146d00859 2,981 1.00/1.00 vMB 117
663,382 663,382 0000000000000000000983a1ade08d5b367f5856c9758d9bcf204565d38da189 2,745 1.00/1.00 vMB 113
663,381 663,381 0000000000000000000776de30e3fedac0558ecf4e3cc98484ce87781bbedf88 3,235 1.00/1.00 vMB 131
663,380 663,380 00000000000000000008d5def265b92c110195b74f16398ec7e76b4de3068e14 2,903 1.00/1.00 vMB 90
663,379 663,379 00000000000000000000b4ec618c3c9b8d7d76680ddcb718863b4acb91da5101 3,214 1.00/1.00 vMB 105
663,378 663,378 00000000000000000007b3b44a93b970b48ca0b3afd94a168f5c6c3ee8c942f8 2,797 1.00/1.00 vMB 102
663,377 663,377 0000000000000000000aa4ed0f8643b13135831623525ed2ef60d54bcc1495e9 2,606 1.00/1.00 vMB 115
663,376 663,376 0000000000000000000cda3b04288a206a2765225d4807531fd126eb4d56483c 988 1.00/1.00 vMB 108
663,375 663,375 0000000000000000000ce19f654cd9ecd9f2358504d49baa5d1e6fb2bb9d86fc 1,009 1.00/1.00 vMB 121
663,374 663,374 00000000000000000004bffe787e0526dcc9d4b811a84eeba72f1e682c7876ee 2,046 1.00/1.00 vMB 135
663,373 663,373 0000000000000000000e8bc98a261c9e01586c7e9196f55d8a0a510a0a089b47 2,493 1.00/1.00 vMB 78
663,372 663,372 00000000000000000006ff37fb7aa2ccdd4b1026c1d6e24d8e94a386f44841a6 2,235 1.00/1.00 vMB 110
663,371 663,371 0000000000000000000f06971a1492784181de0a10a4270653c81485fe8f36fd 860 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.54 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: 669.02 GB
    • Received: 15.71 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.