Loading Tool

Explorer IconExplorer

Memory Pool

27,161 transactions
27.41 vMB
0.06702839 BTC
Random Selection Loading Transactions
Max Size: 131.48/200 MB

Candidate Block

Mining Attempt 4d579b2a1c116e1f3a4e6027ef797d40e9aa37d08f45b5ce6ec962b2e6553ba3
Version 20000000
Previous Block 00000000000000000000c78ac01bc6de4341166accce32c41dd1feec8f577607
Merkle Root a0cdfe27a29fce8ec0e92c4c506faf5d7755780b171c8726356c634cb6cee7b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,161
Size: 1.00 vMB
Total Fees: 0.01513221 BTC
Feerates: 101.32 > 1.52 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,501 (430,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,406 484,406 000000000000000000edf64c3656cc013281242e35ffd7ae5804da2c2b85d600 1,854 1.00/1.00 vMB 245
484,405 484,405 0000000000000000012b49de8064f85704c1807638d638f587dd29bc2668ad27 112 0.50/1.00 vMB 14
484,404 484,404 000000000000000000aa954522c27be90456c5555981e3d2b2b57cb5975079db 724 0.93/1.00 vMB 32
484,403 484,403 00000000000000000058baec74dd414199461f2c81a7e13c9ba03acd8a1fb9e7 522 1.00/1.00 vMB 36
484,402 484,402 0000000000000000005a9d693eb921968f6d1f8a4e69c591b38892d6b8ca8f6d 1,481 1.00/1.00 vMB 97
484,401 484,401 0000000000000000012f7de1eeca7226a73914a36f98e4ae58d79772248475ac 802 0.79/1.00 vMB 44
484,400 484,400 000000000000000000f5fa8aad9aab5c42341eb3381d46668585920a50829d12 1,809 1.00/1.00 vMB 95
484,399 484,399 0000000000000000005087f8845f9ed0282559017e3c6344106de15e46c07acd 1,833 1.00/1.00 vMB 94
484,398 484,398 000000000000000000e6bb2ac3adffc4ea06304aaf9b7e89a85b2fecc2d68184 1,683 1.00/1.00 vMB 90
484,397 484,397 0000000000000000006846125467fae99033ddd2b14df00d99bcbdfd82dc5344 2,490 1.00/1.00 vMB 156
484,396 484,396 000000000000000000baa92a29e7a512dc868a3f3732ddb41d00d7dadb7740c8 1,267 0.95/1.00 vMB 116
484,395 484,395 000000000000000000fd6781ed654ea82ad78ddd5de01df305be941b9fb4ea30 707 0.30/1.00 vMB 198
484,394 484,394 0000000000000000011a257888be461b6b3c264f7a8b228edefc68a458ec4d43 372 0.96/1.00 vMB 22
484,393 484,393 0000000000000000003b0bbdc757b28ddf4d85583b67a2f5fa8a521f93ef55dd 1,984 0.99/1.00 vMB 74
484,392 484,392 00000000000000000121bd9c07ed20259de5209e9c5253fcb6ab0063aca43c7e 364 0.53/1.00 vMB 47
484,391 484,391 000000000000000000d6d9b7126c34448efda58eb2f37befdc1d95aef98118b4 2,448 1.00/1.00 vMB 91
484,390 484,390 0000000000000000009c4e577c2369b3de4e5ebc8db82ef72ff89a3794509391 1,984 1.00/1.00 vMB 68
484,389 484,389 000000000000000001253f9298944e7665baf9141807c87edd87660c070856d0 1,700 1.00/1.00 vMB 80
484,388 484,388 000000000000000000a9dbc752050ac4dab588e131b780c7825a05e0d2142cef 2,570 0.99/1.00 vMB 215
484,387 484,387 000000000000000000c4f7a5de3e136151c6bd46ee1d4176888ec87ff399b9d1 1,790 0.99/1.00 vMB 63
484,386 484,386 0000000000000000005ae1146852a000c9e23c6573f4e0f2b11b986d7c02e4f5 2,420 1.00/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 781.50 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: 612.35 GB
    • Received: 10.98 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.