Loading Tool

Explorer IconExplorer

Memory Pool

83,431 transactions
31.27 vMB
0.09391031 BTC
Random Selection Loading Transactions
Max Size: 191.79/200 MB

Candidate Block

Mining Attempt 696101b10a0ccf320ea7f9cf39927208a200e8c0c94678a9dadfab832501cf1d
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 5ba692114e42fab2fc64297dcfc58b5564cdb3bcdd0a88f76e50eff5f34f2ab7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,358
Size: 1.00 vMB
Total Fees: 0.02334220 BTC
Feerates: 114.60 > 2.34 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (683,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,490 231,490 000000000000019db0a1384ddd2b327c78f7a8d3a4d57e3e76ffadb91a3be1c4 444 0.20/1.00 vMB 176
231,489 231,489 00000000000001fb9a5b4cd9657d28b1d2d9c89501c6531267a20254ca948ae5 20 0.01/1.00 vMB 42
231,488 231,488 00000000000000afb0a7f3436910fc2d48e19cd0f5563362dfa5ce45eab5b0ac 653 0.34/1.00 vMB 6,799
231,487 231,487 00000000000001664c4d9cd843debe190a4dd0b1b7ad4e10853bef948ffe0583 473 0.22/1.00 vMB 73
231,486 231,486 00000000000001a7ea293323f4ab45a4e0b20c07db7749c602b3e1ac3817f3a0 4 0.00/1.00 vMB 132
231,485 231,485 00000000000001cfdde31ef20b9c1829eeeb4dc7dacc5b069ab4ecf03d25d15e 218 0.09/1.00 vMB 149
231,484 231,484 000000000000001719cc948c236406ec2c4af38291196fa13da070bc2cf232ab 415 0.17/1.00 vMB 163
231,483 231,483 000000000000007398b4d505f2da8de17ad3c7485a50321b91fd01f8b031bba9 228 0.10/1.00 vMB 115
231,482 231,482 000000000000008d3b14411d481a200f932814d1a0f717717e663e80882c6763 231 0.10/1.00 vMB 140
231,481 231,481 0000000000000145a5520d0708af8caf3c2c26eb9f9e6218d86a89722c65dcd1 592 0.25/1.00 vMB 167
231,480 231,480 000000000000002474b70ca53064606a7f87f5bb0ac30f98d9cbe97af1d689f2 503 0.19/1.00 vMB 284
231,479 231,479 0000000000000177799f593d0f5203a7e1b8611abbfe16a10d17755482b958fb 641 0.28/1.00 vMB 179
231,478 231,478 000000000000016575b58d75d2b3e902e104314a933c7e05626c671b6c8c425e 194 0.09/1.00 vMB 173
231,477 231,477 000000000000017e1307be8f663eec209fa0839b5ed6b8bde8a4017aac403119 421 0.25/1.00 vMB 92
231,476 231,476 0000000000000126354934192b0b262c79da9b28bc09994725a778c394829968 234 0.11/1.00 vMB 165
231,475 231,475 000000000000017a8a40a9b5c433da0221dd6bdd973be28d693e79aa330de0d9 484 0.25/1.00 vMB 126
231,474 231,474 00000000000001a3eb60723c0f774fbf33d067cde7c151c6d86c65d586dd067d 540 0.29/1.00 vMB 121
231,473 231,473 0000000000000211d6c80f5c9ad8f872ccf06d210501c2a5b1de12da473719d6 585 0.25/1.00 vMB 172
231,472 231,472 000000000000015e90679457b8f0a3cff943ca48ecf5c11966796027186700a8 894 0.39/1.00 vMB 196
231,471 231,471 000000000000012cd3fcb6bd80c2a94840b5d0f6b35a786d121ba757d232579b 6 0.00/1.00 vMB 176
231,470 231,470 0000000000000213774bb788e9acd3391121c73949e586ba45ec3f75471ba6ce 350 0.25/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.