Loading Tool

Explorer IconExplorer

Memory Pool

83,458 transactions
31.63 vMB
0.11251487 BTC
Random Selection Loading Transactions
Max Size: 193.32/200 MB

Candidate Block

Mining Attempt 0c3b7de4c8becd7aef24bdb37a844c5787ca445e57e88bef82951629e37f8ad7
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 7b428edc157aa14102d9156d0073295b2521af6eadf9847ffc0f58a181fc9153
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,196
Size: 1.00 vMB
Total Fees: 0.03862301 BTC
Feerates: 301.05 > 3.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (241,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,875 673,875 0000000000000000000aa00c10b65ffbeffcd58ad0ea45fd8f46bac8308e007d 1,654 1.00/1.00 vMB 77
673,874 673,874 000000000000000000011ff0ef77d79306f8d2c604a8172e81774f737f20bc2b 2,445 1.00/1.00 vMB 108
673,873 673,873 0000000000000000000c27ae2d26edc8f1d760f759e5e7cd80b3e4f15478fa03 2,036 1.00/1.00 vMB 54
673,872 673,872 00000000000000000000ada4ee1ca4dac6ecf4584ca9d42b16ec2cd7dc50111c 1,817 1.00/1.00 vMB 95
673,871 673,871 0000000000000000000c46b026838ed7c1d42bfbcfeec3188c12f0db8ab18043 2,393 1.00/1.00 vMB 90
673,870 673,870 0000000000000000000880975f1c9751165fcde618ff5c541bc8186fdce09486 2,134 1.00/1.00 vMB 49
673,869 673,869 000000000000000000099f7dc6d04237b6e69ba775d4c5eb0f7c48da4ca07dc6 1,757 1.00/1.00 vMB 82
673,868 673,868 00000000000000000006dcdecc5f71e469c2c82fb7bb754bed609bdb0e0a8f8a 1,734 1.00/1.00 vMB 74
673,867 673,867 000000000000000000015dc0b68c6f63900475b41367491df9ca1e0b1ce66884 1,156 1.00/1.00 vMB 100
673,866 673,866 000000000000000000088579c227aad3b6c1a9f50cb8d2d0ae5f935c96050708 1,604 1.00/1.00 vMB 108
673,865 673,865 0000000000000000000cf4809bcb324eaa5ffd24f153a68a00fae4c93c5b1024 1,584 1.00/1.00 vMB 28
673,864 673,864 000000000000000000018bcd97d245f054da64df5e3d204182d2c9d032032366 1,768 1.00/1.00 vMB 46
673,863 673,863 0000000000000000000985863cfae2ba05dee4756d75abc88413b922fce42feb 1,847 1.00/1.00 vMB 64
673,862 673,862 00000000000000000008d9d2ca4cf0ba8963094ce763daaab51f8eba7ac3daed 2,903 1.00/1.00 vMB 105
673,861 673,861 00000000000000000003d3d1b9d75903936d007a498f734902fabae1c383d7a5 2,536 1.00/1.00 vMB 44
673,860 673,860 0000000000000000000b4388af7994beb6cd0901b1d4b266ea6530895451bba3 1,948 1.00/1.00 vMB 41
673,859 673,859 0000000000000000000b4863434a8936d4a30027b127829c6db343f302163f3d 2,627 1.00/1.00 vMB 83
673,858 673,858 00000000000000000001cb7a8f43ffb7f8297238f9cebd4a76de7253aa0f350e 1,994 1.00/1.00 vMB 80
673,857 673,857 0000000000000000000cc4a88cd218f2166a1be2d5e87c9719082d7a863a0d3a 1,916 1.00/1.00 vMB 97
673,856 673,856 0000000000000000000ac3742de5b03dbcd633dc20cdfe006ac14727e538d92e 812 1.00/1.00 vMB 97
673,855 673,855 00000000000000000009e6b437baef73a3af599d80a64f51612b009940000676 2,476 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.