Loading Tool

Explorer IconExplorer

Memory Pool

82,206 transactions
31.09 vMB
0.12032532 BTC
Random Selection Loading Transactions
Max Size: 186.07/200 MB

Candidate Block

Mining Attempt 4577d0b30940057ff2be282fa79d4916747437e21d440dd544a0bfbcf39d6b04
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 8396418341c9bdbcb7efefc9fc6df77288a6967a5a7aa342882f0bbaef7c9cc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.03557274 BTC
Feerates: 101.42 > 3.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (410,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,282 504,282 00000000000000000035e78d50034f5264c2d71524effdc6dd27d7ce6d907a9f 2,483 1.00/1.00 vMB 468
504,281 504,281 0000000000000000001f4ec074e3c11d1c2985295830589b68405f033de89412 2,050 1.00/1.00 vMB 295
504,280 504,280 0000000000000000006adde9ec56d10ea1e2f6953c832de930aef37eb7d21150 1,619 1.00/1.00 vMB 458
504,279 504,279 0000000000000000006cb361b27a98bc5392342460610add62c36f764156a7ee 2,001 1.00/1.00 vMB 247
504,278 504,278 0000000000000000003ceb929e18f38593619c5c4b8cc28101887f58ce8192e6 1,403 1.00/1.00 vMB 345
504,277 504,277 0000000000000000005897a6c1752fd65c2f996108b2b92adb9540545f8fd9a9 1,591 1.00/1.00 vMB 378
504,276 504,276 0000000000000000006cdc9f681e5fb3c11484804c7b1d2e2e889c61b8bfb195 2,344 1.00/1.00 vMB 427
504,275 504,275 0000000000000000002d80e42b275bb1d7f373ca3aa983cb278ec51ff4b8958b 2,570 1.00/1.00 vMB 422
504,274 504,274 0000000000000000002f8be615a536e32e1485b35868d807b5e644461b9f4a95 2,309 1.00/1.00 vMB 476
504,273 504,273 00000000000000000014f76190a853019fca99d27f05aefdd3fa57bc33702812 2,696 1.00/1.00 vMB 442
504,272 504,272 0000000000000000005b364d1062e27d0e4a86c78ea0b128f24a57cd1df081ca 1,690 1.00/1.00 vMB 393
504,271 504,271 00000000000000000019a7be23cbfaa218ea0fecb1ca66a864ad6050e5c36f8f 1,420 1.00/1.00 vMB 360
504,270 504,270 0000000000000000001a8dadb2bc3f0b0f4872dedf45bd8b49ecc93941b13fa1 1,584 1.00/1.00 vMB 402
504,269 504,269 000000000000000000205d36412695c50cf8d19b2b31dced3459789de23e0eae 2,734 1.00/1.00 vMB 475
504,268 504,268 000000000000000000303f8256c735ed791dcf679862fcaf8c6136f187895b48 1,720 1.00/1.00 vMB 386
504,267 504,267 00000000000000000036fa391880f29cf5f347ef453225e5bd595b5a6e48f34a 2,923 1.00/1.00 vMB 427
504,266 504,266 000000000000000000171f6bdeb8a06564ae756d253e1aa902bc3e4528164080 3,126 1.00/1.00 vMB 458
504,265 504,265 0000000000000000005df9f1f31edaa2beb17d8862d64f8ae8c86a9d61a63806 2,054 1.00/1.00 vMB 458
504,264 504,264 00000000000000000023e19365467c00682c454072d2d03265eba33b5e106231 3,032 1.00/1.00 vMB 496
504,263 504,263 00000000000000000005eb49bf8ea207bb1318a063cec8eb33b9256a5975a08a 593 1.00/1.00 vMB 118
504,262 504,262 0000000000000000006b93488ca0d18d5a34098de2a89d8db7861d4350dc73a6 1,769 1.00/1.00 vMB 346
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.