Loading Tool

Explorer IconExplorer

Memory Pool

75,363 transactions
28.88 vMB
0.09569532 BTC
Random Selection Loading Transactions
Max Size: 170.76/200 MB

Candidate Block

Mining Attempt 7f340a352147a063b8e10d5fe26ed482f869cde3ca2fbe7c342ec2e6f7673f43
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 316ea820cc8507f8c1d884bffa2cc79c66362678672766f6c5e83814b0e7cbed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,226
Size: 1.00 vMB
Total Fees: 0.03599535 BTC
Feerates: 201.37 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (399,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
515,542 515,542 0000000000000000004fc7f75bb004705803a3c17f992cd14b5ff06569471653 1,424 1.00/1.00 vMB 38
515,541 515,541 000000000000000000377ad59ba4dcfb247dbda5a6f8e036f02872ed2a5e9153 1,116 1.00/1.00 vMB 69
515,540 515,540 0000000000000000000bafbeeec68ce46c12a17a7601fa9044376daaef8786d9 850 1.00/1.00 vMB 65
515,539 515,539 00000000000000000024b39b84991fae5cfcd58b0dfa60a8efca408aaf083fd7 513 1.00/1.00 vMB 16
515,538 515,538 000000000000000000369fdb1e1b8468fbf8b92e3bcecb93a87dfac7e7407df2 1,801 1.00/1.00 vMB 33
515,537 515,537 00000000000000000044480ffc1d39a32a052f3583737ae6aeaa86d28eda5ae8 1,784 1.00/1.00 vMB 12
515,536 515,536 00000000000000000017925829fbd5d27e9e95e908e6a7ad2692a3d0fc9de310 2,308 1.00/1.00 vMB 18
515,535 515,535 0000000000000000000ddb72f80974cdcc3ba5a4d7051df36d633de509301d2c 2,709 1.00/1.00 vMB 23
515,534 515,534 00000000000000000040881ea6d4e9232c42c20bbd67221ef866201dc285b567 1,684 1.00/1.00 vMB 71
515,533 515,533 00000000000000000019334710f341687ca738b932457afa3d631ce1fa7901b6 631 0.43/1.00 vMB 10
515,532 515,532 00000000000000000039b6701fa62fea8336ab513e1b8d69d2c86414af7744c1 1,555 0.61/1.00 vMB 36
515,531 515,531 00000000000000000004d7f05a2306a8c417943093a254ac1c31bb3cf3b28f24 1,526 0.74/1.00 vMB 25
515,530 515,530 0000000000000000003ebdb07a8f2a8c0c7f5f3580cf6e3824b37b369d6cfd34 2,033 0.94/1.00 vMB 25
515,529 515,529 0000000000000000002d40ad30174ed7dbedbe1e92a84ba19265fa79424898a4 163 0.32/1.00 vMB 3
515,528 515,528 00000000000000000030312a8ecfd8630cbe88042109117b8cb0a7e44dd4be6d 1,957 1.00/1.00 vMB 18
515,527 515,527 000000000000000000014dd9670adbea4f0048f596fd5ef3c0748c5431a4f8b8 2,364 1.00/1.00 vMB 18
515,526 515,526 0000000000000000001c468c6758a9599b97b2a8f669ee23a2afe2e34661155e 2,176 1.00/1.00 vMB 54
515,525 515,525 00000000000000000026e8ec2df40c370213ac885b5f61d3d87b6680d7756a41 1,713 0.99/1.00 vMB 13
515,524 515,524 0000000000000000002cd4b114d372580509fa6ea1cd082b57e70509f67bd285 2,428 1.00/1.00 vMB 45
515,523 515,523 00000000000000000040458506274e1fffd45765f078bb9a049a6ddf00649b6e 987 0.65/1.00 vMB 7
515,522 515,522 00000000000000000038c2af0cdf5085044a9d7ffc4a588e734bd98f47f538ab 1,571 0.69/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.46 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: 667.90 GB
    • Received: 15.31 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.