Loading Tool

Explorer IconExplorer

Memory Pool

77,324 transactions
28.98 vMB
0.08411521 BTC
Random Selection Loading Transactions
Max Size: 174.85/200 MB

Candidate Block

Mining Attempt e50490a40ec8ab4340de827803ec9977eb4cc9c3fa0e1edeb84df557de0e2c2a
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 46d7687c1f935fc9717b2b7f90c7cc0d5a1f0ece8ed4cc0fe8c611b2045eedf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,558
Size: 1.00 vMB
Total Fees: 0.02356832 BTC
Feerates: 103.00 > 2.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (282,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,247 632,247 0000000000000000000b869748ea010766c4a550900205266d3b3a822ac12df3 2,149 1.00/1.00 vMB 122
632,246 632,246 00000000000000000006a8135a3d90ae7af9d1a795e3245421d2c92bdd25902d 2,410 1.00/1.00 vMB 66
632,245 632,245 00000000000000000004dae881aff5302c177f2e967e01abb58ae657ccb3caa8 2,660 1.00/1.00 vMB 44
632,244 632,244 000000000000000000049915c5981a61c18fa8c944b903a07308b72782e283ac 2,855 1.00/1.00 vMB 30
632,243 632,243 00000000000000000007e7f59783f1821d0d1f6e7803ed140b87d3080418efb9 2,508 1.00/1.00 vMB 9
632,242 632,242 000000000000000000125593bcaad997042601efe1b252b4ca36e321600ea0d3 2,729 1.00/1.00 vMB 49
632,241 632,241 0000000000000000000f9186e731c2d3cf564faf4cfb62d6d004760f98733b50 2,801 1.00/1.00 vMB 27
632,240 632,240 000000000000000000067f0389c2e1575ecca57ad6f9f4968df52d54903e252a 2,675 1.00/1.00 vMB 73
632,239 632,239 0000000000000000000bc34db56ee8d3486b04ed399e9c07a4e02b6ba22a2345 3,017 1.00/1.00 vMB 29
632,238 632,238 000000000000000000022dd2a27471269d9fd38d2c86a86f9ca4df2a6df4c0da 2,649 1.00/1.00 vMB 56
632,237 632,237 0000000000000000000733de44d445e706d71546d2b13c1f4f3b95f973797bc6 2,609 1.00/1.00 vMB 62
632,236 632,236 000000000000000000112745e93add34967496516870c1ad574b04a591504022 2,599 1.00/1.00 vMB 109
632,235 632,235 000000000000000000122d63e004f968758dd0e4048170c629266c3016250c62 2,895 1.00/1.00 vMB 90
632,234 632,234 00000000000000000001214f28b7c48cf3a60ed49116491cefc51b505d03416a 2,391 1.00/1.00 vMB 112
632,233 632,233 00000000000000000006f443cb81310f52a07f1d2b4437ef9fcd757f5744c881 2,981 1.00/1.00 vMB 107
632,232 632,232 0000000000000000000a00c631f7d95dc099119d0afe741a364c725229fd7802 2,994 1.00/1.00 vMB 152
632,231 632,231 0000000000000000000ab099901dc14b9337c1a8b8ceb343ba9b9d7e3d5e25b3 2,644 1.00/1.00 vMB 86
632,230 632,230 000000000000000000107e5dc115ca95691c71bf55bc8b141bbc1664fe368f78 2,107 1.00/1.00 vMB 109
632,229 632,229 0000000000000000000b858f91f97eaa099339285aaf9896baac0c0665e3a0f5 2,075 1.00/1.00 vMB 107
632,228 632,228 00000000000000000004c6212394c61a4a906f8d8cb88d6e4f58800f3d03c1a4 3,489 1.00/1.00 vMB 159
632,227 632,227 00000000000000000004cabc9ddd220a05abaaa1fcdff65a2105abaa2d06a921 2,603 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.