Loading Tool

Explorer IconExplorer

Memory Pool

50,561 transactions
30.35 vMB
0.14273538 BTC
Random Selection Loading Transactions
Max Size: 162.01/200 MB

Candidate Block

Mining Attempt 38c17ff854b123c9abd93d709b4100ae0e16d3662e601731e2b434623dbf4bb2
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 7c9b7c5945c1df1d234324eb6f3beb4c724cbd26e35bf90aa459be5ea9f267b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.07200981 BTC
Feerates: 529.61 > 7.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (347,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,698 567,698 00000000000000000009487c3a55e76ceb5f12a8224e8753c69bbe662e71eeab 2,969 1.00/1.00 vMB 11
567,697 567,697 0000000000000000000a589910eaac29e550ad4d83f3c8f7ac8ae5735564f139 2,738 1.00/1.00 vMB 13
567,696 567,696 00000000000000000022e6f26bdb1b01bfe18b3d46b903935141fd28e4330e09 2,720 1.00/1.00 vMB 14
567,695 567,695 000000000000000000223f6394d02d9b18b31cf07abd6743c0fde8a2f6089f36 2,337 1.00/1.00 vMB 18
567,694 567,694 0000000000000000000127370607b023ff505674531b43020db3c73aafbc37a5 2,626 1.00/1.00 vMB 12
567,693 567,693 0000000000000000000164b5615ff509459556bf899fd7d82dc9f53d717ab3fa 2,847 1.00/1.00 vMB 30
567,692 567,692 0000000000000000001e3c4e00a123f6f311ddb0c40da7ad5a3f459151a7d07e 2,216 1.00/1.00 vMB 10
567,691 567,691 000000000000000000094b392a1cf203085a09f523a5a1e53d53316eaf3416c9 2,675 1.00/1.00 vMB 33
567,690 567,690 00000000000000000011238508a6b68a05816cea77fbfe58c0988ebf8535c9b6 3,284 1.00/1.00 vMB 23
567,689 567,689 000000000000000000153742341851b3c42ede6bd108598ef0c15414b9102c4f 2,723 1.00/1.00 vMB 32
567,688 567,688 0000000000000000002dab2b7e187f6babb62499d94cdafa791fed99aabc4f62 417 0.23/1.00 vMB 14
567,687 567,687 00000000000000000013c9a8097e8b5392a5b7d085de34474aa372e9b733bfe9 318 0.47/1.00 vMB 5
567,686 567,686 000000000000000000162ff8e8ff6448ef915a3f67878ee01a24fee77b9abeaf 1,693 0.87/1.00 vMB 11
567,685 567,685 0000000000000000001701e8ae5d9c3ae204ced569bacbbcc57ed51f6a4087dc 2,423 0.86/1.00 vMB 17
567,684 567,684 0000000000000000000703869da27ed84b8048180a4144b77f8dc0ad3f1dda9d 1,142 0.43/1.00 vMB 13
567,683 567,683 00000000000000000021fd3b998f042b507ffd3dd8d2c24bc5de4f867210f04c 173 0.05/1.00 vMB 13
567,682 567,682 0000000000000000002903d9d8c4c95d1073f5d275d6bc6be34ba405de5209d0 181 0.07/1.00 vMB 18
567,681 567,681 0000000000000000000bd561a1436c02516f082ab5adfd60c15ddaf47a6f625f 1,498 0.56/1.00 vMB 16
567,680 567,680 00000000000000000011be348bd845a23bc03f64b7e51a93ff7ec5a2d9a3d0cf 1,059 0.36/1.00 vMB 20
567,679 567,679 000000000000000000057595f8103075c7d9fe0a2495eed57187b47c45f4661c 608 0.21/1.00 vMB 14
567,678 567,678 0000000000000000001cf971c013320613ab5128abf541f52a44b61248c670d8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.