Loading Tool

Explorer IconExplorer

Memory Pool

38,917 transactions
26.26 vMB
0.05496437 BTC
Random Selection Loading Transactions
Max Size: 136.49/200 MB

Candidate Block

Mining Attempt f0adbb32e37d8f540d5ca417864694bac18a85b85dcc8a5696b5c1baf7a85bf9
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 409160d389ca13a83979236f794b07037673a29d6b0d26193c6fdcc46f2b3b02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,592
Size: 1.00 vMB
Total Fees: 0.00664234 BTC
Feerates: 77.76 > 0.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (413,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,703 501,703 000000000000000000321722a9e128e48fb47cd2371d9ca9d2d109daacc15ddd 2,619 1.00/1.00 vMB 430
501,702 501,702 0000000000000000006e3941955ce5328419721bff018a0d3b316ae68cd0cb5b 3,438 1.00/1.00 vMB 632
501,701 501,701 0000000000000000003aad1dba19563545e84babd21123debe6c09dec9bf7e88 3,029 1.00/1.00 vMB 474
501,700 501,700 0000000000000000000eca2ac57a91dc8c8892d70803ba639d73d4d37ec270d7 2,842 1.00/1.00 vMB 678
501,699 501,699 00000000000000000054484da5b6a944405258ffadf234408d6c4a5c78a21562 3,004 1.00/1.00 vMB 526
501,698 501,698 000000000000000000677340987347ac7da21ea4c51a30bd5751c49d201cb5ab 2,499 1.00/1.00 vMB 644
501,697 501,697 0000000000000000002ef87c88be20c6e6664938c1469ca8feac6beb08f1a86a 2,483 1.00/1.00 vMB 643
501,696 501,696 000000000000000000220b95f4d8adcfb3796b833c30ee9bcd161c60c446184c 3,133 1.00/1.00 vMB 579
501,695 501,695 00000000000000000080a26929b2b4835f2fdda07db9f95ff328b8d403b31c78 1,860 1.00/1.00 vMB 499
501,694 501,694 0000000000000000006a3b8306f0579f3e379730f51860d55ea17ca028894624 3,353 1.00/1.00 vMB 605
501,693 501,693 000000000000000000921f5e794854c54d05085750566d1e4c725e9a7ca75267 2,699 1.00/1.00 vMB 634
501,692 501,692 00000000000000000058d3302540f1283a07e03a0b77eac91687e1365f9c502f 2,145 1.00/1.00 vMB 848
501,691 501,691 000000000000000000753b6b9821750d271e1730d7403a0658c507c88092bdf0 2,088 1.00/1.00 vMB 458
501,690 501,690 00000000000000000079c79b3290b231b16a39feacea3062072c651ff82619f7 1,929 1.00/1.00 vMB 674
501,689 501,689 0000000000000000004b147045eadd7ddc7145a75ecce08f6788e3f8f3d47c0b 2,069 1.00/1.00 vMB 422
501,688 501,688 0000000000000000008193b6b2cf5171a7a45621f8c55387544b0d90e14063bc 2,227 1.00/1.00 vMB 725
501,687 501,687 00000000000000000019e6a6b9462aeb799d000bb4567666874289e0f2288556 2,687 1.00/1.00 vMB 555
501,686 501,686 000000000000000000946076824318d954601f2b5085bac4d86eb2200f4219d1 2,845 1.00/1.00 vMB 552
501,685 501,685 00000000000000000028112725071320d3cdec1ead7116e6673aede3c04505c7 2,594 1.00/1.00 vMB 518
501,684 501,684 0000000000000000004cc586a7f5552462b64eaabac2794ad5b7522bb062b998 2,308 1.00/1.00 vMB 672
501,683 501,683 0000000000000000002fab13ad1c1ad248425a0a0c36a447f8aff505a9013363 2,091 1.00/1.00 vMB 515
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.83 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.