Loading Tool

Explorer IconExplorer

Memory Pool

45,027 transactions
29.79 vMB
0.09068747 BTC
Random Selection Loading Transactions
Max Size: 153.84/200 MB

Candidate Block

Mining Attempt 9d16cd02aae6122689cfcec0d48d8688c8bdfc93a96ec8a64f1869bf22bfbcfc
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root e6625c228fd0be4dd9a119652b3b4a85af4147738fd0bea9a4c1c3abb1c3dee6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03095484 BTC
Feerates: 477.45 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (535,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,036 379,036 00000000000000000d78d9ab9e17c33624aae89020f45c0a91854090ec41a631 953 0.62/1.00 vMB 25
379,035 379,035 000000000000000001cc4b6b3da03086d58ab3290b740bf9bccf4edbdb32365f 1,786 1.00/1.00 vMB 31
379,034 379,034 00000000000000000f3783c912c7cd454f2a847ab16693dc6028cb6023a4b84c 1,190 0.88/1.00 vMB 23
379,033 379,033 00000000000000000a4395774009ca910a173ec10ece4bc3448ddbf9b2b8f3e3 1,519 1.00/1.00 vMB 22
379,032 379,032 00000000000000000e416cfcded8e6e7d7ec2e94bd75c7ffb007ecbda3ae00dd 2,720 0.95/1.00 vMB 55
379,031 379,031 0000000000000000092cf3b97724c019a524400333b82441da1a9d01f17fe3a2 1,323 0.80/1.00 vMB 38
379,030 379,030 00000000000000000272890886f66a28d1db89a262c5f1a8dad7aee1bf793e66 1,697 1.00/1.00 vMB 35
379,029 379,029 000000000000000005627e6c0898016361456facc971933ad2388445e4f0c116 1,664 0.75/1.00 vMB 46
379,028 379,028 0000000000000000071cb848dd09026459ecda685a8a2813f0571a78a457e39b 1,016 0.50/1.00 vMB 42
379,027 379,027 000000000000000009339c89bdd556492044a866f0454029325b0044d57d4514 1,583 0.76/1.00 vMB 38
379,026 379,026 000000000000000003dd7b678c4b403b36cc2655aa738959b29aaa16bc9e8be7 1,081 0.50/1.00 vMB 37
379,025 379,025 00000000000000000903587286307912355fc8626b4a7a8a138028d910bb5cdb 1,100 0.54/1.00 vMB 39
379,024 379,024 0000000000000000063be14fd13310f5102d43ab8a2764882cd07dd3304c7b83 1,584 0.77/1.00 vMB 35
379,023 379,023 00000000000000000db704f6c880bbe77b5dfb2157992ee931dd7c60096c83cb 357 0.24/1.00 vMB 29
379,022 379,022 0000000000000000104bc6c817bfd1262935c3bbe4c6185c59d455af2d2e9e25 1,354 0.70/1.00 vMB 37
379,021 379,021 000000000000000001dfc6d61278b592b735d291dee12450de6d33c8b3bfdb98 817 0.44/1.00 vMB 42
379,020 379,020 00000000000000000d3afd598ef7076625c66b861b733ac2f960d7fb0e11f093 1,597 1.00/1.00 vMB 25
379,019 379,019 000000000000000011b08ea0bcd8b7a15e56dcc7e5c5d4d1808e13cce68bd111 1,912 0.93/1.00 vMB 37
379,018 379,018 000000000000000009e48be1c51d390038689385a03f52772fbe3471e77feed7 1,192 0.86/1.00 vMB 20
379,017 379,017 000000000000000009195b129c93fa0f99e016cdf4f6ad8ad7d8b3e4b0a4fe53 2,761 0.93/1.00 vMB 58
379,016 379,016 00000000000000000f91f728d954afea38f002b03f0fe1b6ae73cf3d9912fceb 1,016 0.56/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.