Loading Tool

Explorer IconExplorer

Memory Pool

42,474 transactions
28.34 vMB
0.07333550 BTC
Random Selection Loading Transactions
Max Size: 145.98/200 MB

Candidate Block

Mining Attempt 8d289cd308142a7cf9c5d26de4438bd472e3d7ca4609dc2f67318ad0910dd5ce
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 9a549b755768d961c65526823b2d2d069ebe65ad06e387690bd67c315ac35b74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,649
Size: 1.00 vMB
Total Fees: 0.01675543 BTC
Feerates: 100.56 > 1.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (535,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,042 379,042 00000000000000000626a91f4521272a5e2520eb3f25ce511c63bd51dcf69833 757 1.00/1.00 vMB 16
379,041 379,041 0000000000000000073cccf4d037be386dee9a19d9ebd8f4a54ee504db6c40c0 224 0.10/1.00 vMB 22
379,040 379,040 0000000000000000086b84b42b8e685112f46c3116c12fe3e6172578cc6f0fbd 2,904 1.00/1.00 vMB 36
379,039 379,039 0000000000000000017e8aa2b2b2c0f92bb6474944117930463cb5c711fcaf2a 1 0.00/1.00 vMB 0
379,038 379,038 00000000000000000b814aecea7c9df2f47ab91b920d10b08d3d5a62fd60388a 2,181 0.75/1.00 vMB 71
379,037 379,037 00000000000000000c9b1ce0b7b0b9c110cf508d79b71792c136fd93ea92bde6 1,497 0.75/1.00 vMB 35
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
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.86 GB
    • Received: 12.08 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.