Loading Tool

Explorer IconExplorer

Memory Pool

81,503 transactions
31.26 vMB
0.10051353 BTC
Random Selection Loading Transactions
Max Size: 189.09/200 MB

Candidate Block

Mining Attempt c4fd4d72b1c0bfd2c22230ef1e28d2273778ded4f40699c41c4eb5d4304ac392
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 60321b2df3201025eaf656fdd77973859055bed88604e97be948b21f763bdff6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,417
Size: 1.00 vMB
Total Fees: 0.02330509 BTC
Feerates: 106.51 > 2.34 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (451,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,434 463,434 0000000000000000017801388a87de2e58ad2194f06fdf0a0a58f9f8bc0662f3 2,290 1.00/1.00 vMB 213
463,433 463,433 000000000000000001b86fb650e15e0848aa3466c87baa9e72d72d6f9131559c 3,344 1.00/1.00 vMB 151
463,432 463,432 0000000000000000015bfe3126bc9dc834be080dae6b1b6c5d5b348332626335 2,467 1.00/1.00 vMB 141
463,431 463,431 00000000000000000072505a32c83d0d167f46a4ac7eca9054b695fdaede2692 1,747 1.00/1.00 vMB 179
463,430 463,430 0000000000000000011a82dd2b528ecf4a561b5cdae4bd6a4c8839b5edb95b30 2,008 1.00/1.00 vMB 138
463,429 463,429 00000000000000000179fb23e72086f0cc3ee3405bfab80f610b857f1e316327 1,799 1.00/1.00 vMB 138
463,428 463,428 000000000000000000b50ab1cf56d30406cbb3402ad4e071b35fdbc6265189b5 2,262 1.00/1.00 vMB 215
463,427 463,427 00000000000000000124f3a0af4466b565ba9f1cda341331c4c40197b2056f0c 1,623 1.00/1.00 vMB 181
463,426 463,426 000000000000000001e967c7589596f3fac5fe9440bbfdae50a1daf5797d54e1 1,610 1.00/1.00 vMB 136
463,425 463,425 00000000000000000010a33e25cae2b9f47d4a6e407507881c75f6aee45d4c95 2,013 1.00/1.00 vMB 170
463,424 463,424 00000000000000000053935abd948cb0d0e39f15b82046785f39d8af8d681d7b 1,843 1.00/1.00 vMB 172
463,423 463,423 000000000000000001bd384f8c613c8cfc51408ee2368439a22dc8439206058d 2,024 1.00/1.00 vMB 375
463,422 463,422 000000000000000001455fdd4433d57ceef05d07afa1d7bad3dfba119a944527 1,630 1.00/1.00 vMB 235
463,421 463,421 000000000000000000e8f149787389cdf605a6d497b115636f4d368f7cf2d563 1,266 1.00/1.00 vMB 172
463,420 463,420 000000000000000000a7c06f0101109dc3075888cf00c3c2a361ec8f012804eb 1,299 1.00/1.00 vMB 131
463,419 463,419 000000000000000000c5bee6bf35a4f753f2f3a0a6b91f7cdc11bf980ae248f7 2,629 1.00/1.00 vMB 215
463,418 463,418 000000000000000000d5b65ec4ff2f552cc8a6d0064c3dfc9f0e22f72f79946d 2,232 1.00/1.00 vMB 194
463,417 463,417 0000000000000000014f850421051ab20f15034e6696a4020a40f25c4c7ce663 2,174 1.00/1.00 vMB 197
463,416 463,416 00000000000000000033400e1677369c2c9234a8766345135f3f5da7a65017f5 1,970 1.00/1.00 vMB 158
463,415 463,415 0000000000000000017bafdac440e64a7da7fa54ec6dbd35b3f073d18633354a 2,098 1.00/1.00 vMB 192
463,414 463,414 000000000000000000c8b82c467febb78839e0dbc4878a200c6ba61389308286 3,676 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.