Loading Tool

Explorer IconExplorer

Memory Pool

80,569 transactions
29.93 vMB
0.06872072 BTC
Random Selection Loading Transactions
Max Size: 180.49/200 MB

Candidate Block

Mining Attempt 6a7b0efca9a79ae5c8df5b63e1b1621cefd607eea5f9af1ede1f9ff600d4e0ad
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root d6810a396dac5edfbacdcbc91877757bbd7c2a15fbc7e21e14a0b6b22a8c182d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,945
Size: 1.00 vMB
Total Fees: 0.00765275 BTC
Feerates: 33.23 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (391,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,553 523,553 000000000000000000176af71835b3c414da2501f4034f5421229aa6dd4fb3be 2,234 0.95/1.00 vMB 18
523,552 523,552 000000000000000000061c2025f262ccb9e4e63d0579c2e8cb9a97cb73b53317 2,347 1.00/1.00 vMB 16
523,551 523,551 00000000000000000038902ecb942859cfaf1bd7eeb9477f34489c940e658d8a 2,315 1.00/1.00 vMB 17
523,550 523,550 0000000000000000003c0d6840da95fe7632f0c7c5fcaf361ccc478bf50f1cd8 1,596 1.00/1.00 vMB 40
523,549 523,549 00000000000000000018c99dd01b6b91b9c72bb87e654b3021065a7233e1ac53 1,016 1.00/1.00 vMB 75
523,548 523,548 0000000000000000003aa1875c0f1aa47e236af30cc19e52d6c2a0b5c00799a6 2,472 1.00/1.00 vMB 45
523,547 523,547 0000000000000000001a7ecfc8d21cfdd921ac0fab96eceb04a656537cc5a62b 1,686 0.85/1.00 vMB 32
523,546 523,546 00000000000000000005e340aa7e95d2146e7df9eaa84174c13790758aeafabb 1,996 0.83/1.00 vMB 30
523,545 523,545 0000000000000000000fb90f1d098295fa9a476894f6107f3fb8dd257ccf459e 885 0.36/1.00 vMB 39
523,544 523,544 000000000000000000320cc95674f4a913274ef728992b752d8c6bf4cde6c491 1,217 0.43/1.00 vMB 46
523,543 523,543 00000000000000000009a194cd6e49d57963463e6b9510a594f3f625e2b5bf48 1,079 0.48/1.00 vMB 42
523,542 523,542 00000000000000000008a72cd5edf30bfe6794ee1915259098e4a99e49bcc53f 1,629 0.77/1.00 vMB 37
523,541 523,541 000000000000000000221c91cf54a752353688e860a338c0406c6b07c7c8acfa 733 0.33/1.00 vMB 45
523,540 523,540 0000000000000000001b4c0db615c80ff39fc0b6eed17a6d17e759ad53145799 365 0.21/1.00 vMB 13
523,539 523,539 0000000000000000003e7ff4123708c800cd2d36cb2ad8ba19257a57d00daeff 2,664 1.00/1.00 vMB 42
523,538 523,538 0000000000000000002c39b50dcb6f059b296dc4d6efb3710d9a33a1fb615812 773 0.33/1.00 vMB 37
523,537 523,537 00000000000000000009de25ef680caa4715761563e9d255c5a8b62846771478 1,887 0.74/1.00 vMB 40
523,536 523,536 00000000000000000029e01b95db52ffc6ac034419da36c388e32a331c19b77a 166 0.06/1.00 vMB 74
523,535 523,535 00000000000000000024740dc2f6bf50627ee907a08cc0bed1a38629f7054c79 1,076 0.39/1.00 vMB 59
523,534 523,534 000000000000000000234d27da10874c4e2671c44976e4308df2ed05fa053f6c 1,601 0.76/1.00 vMB 43
523,533 523,533 0000000000000000002dfd3991ec2d95d102497c41dfc818fffcbea5470e43b1 282 0.15/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.