Loading Tool

Explorer IconExplorer

Memory Pool

73,848 transactions
28.24 vMB
0.09508833 BTC
Random Selection Loading Transactions
Max Size: 168.34/200 MB

Candidate Block

Mining Attempt 9dad2e5d431e4b2e2f9f56799847493773d7e0f12958f2620bd374e25ae975df
Version 20000000
Previous Block 000000000000000000019979e8bdd87a31a1a1c2e73dff8378a4e0185b5ab60e
Merkle Root d001ac8c5dfd72104c6e935799d652574aff012b042a8ee8455a7cbb4d623624
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,868
Size: 1.00 vMB
Total Fees: 0.02581453 BTC
Feerates: 151.12 > 2.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,536 (807,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,744 107,744 000000000000e1e01e672e5482f4d6ec263b26e1deb99ad3bc413778995935d4 29 0.01/1.00 vMB 0
107,743 107,743 00000000000190c7227d7264c561f1917bd84648232b77c493f29f4d81e87693 2 0.00/1.00 vMB 0
107,742 107,742 000000000001c59c59a884915dd3d9a147d8506d578fa60d5bc5ba296d879000 3 0.00/1.00 vMB 0
107,741 107,741 0000000000022c0541feb430e1c1035d75bd2b1dd0256b05e1baaf7c967a9922 2 0.00/1.00 vMB 0
107,740 107,740 00000000000120e439c7d65a082166920e4f810f1f36a1216dd4ecc8e930d9dc 12 0.00/1.00 vMB 0
107,739 107,739 0000000000027a1445bf88a40a406c07782f15505ab90aa2a9ba77180c2c83dc 12 0.00/1.00 vMB 0
107,738 107,738 000000000001e1a3eeae440f8c111298985e6d8436967ed5a6cdc72863e59e1d 11 0.00/1.00 vMB 0
107,737 107,737 000000000001b0ca1ae81b75b2be31a68ade18ba74382c422b8c1c5beaa04753 11 0.00/1.00 vMB 0
107,736 107,736 0000000000009f4a270431486a7b5641e5d03446d76a09c703e5f53acadb0eb5 10 0.00/1.00 vMB 0
107,735 107,735 000000000001af7f8a2d6efa3c5d102c84f660049aca61973acf926d1d5f9428 12 0.00/1.00 vMB 0
107,734 107,734 000000000002220ff4da29a8d8342b0546abb4e76eac0dc8d345be9b9b3abdca 36 0.01/1.00 vMB 0
107,733 107,733 0000000000004dc6c6611a9187cc751d6d30bd9dab686d91f515617457b852b1 8 0.01/1.00 vMB 0
107,732 107,732 00000000000135664f04b5c1b16fb9881d981f9a0492fea11a66b1a60e2d31da 12 0.00/1.00 vMB 0
107,731 107,731 00000000000044c3c2b9d98c85b725b285c7149c1f8554f4e3e6b82be0358ac7 10 0.00/1.00 vMB 336
107,730 107,730 000000000001569a80d2174d50adc0c1c532b72b0c2e7a26e5fac1c93a41ada9 34 0.01/1.00 vMB 118
107,729 107,729 00000000000144f6cb77ceac6ef2a38aceede0b06f80c56474932c600e978920 12 0.00/1.00 vMB 670
107,728 107,728 000000000000a644dc8964a1aa78c67449d546e7ad34071a578fd53c719734d3 12 0.00/1.00 vMB 0
107,727 107,727 000000000001c0937cdec734711e90279ab39fcb2d8a89c2809cdf7e707a3c91 12 0.00/1.00 vMB 0
107,726 107,726 00000000000246d318171ec187e55625582b7fdb0829964d69021220bb4172f1 10 0.00/1.00 vMB 0
107,725 107,725 000000000000e0b14c07970c433a000b6f99a0b8f32eda604677c31d73280497 10 0.00/1.00 vMB 0
107,724 107,724 00000000000177ae933ae3cc1aaf24a6902987e059c99f2e1dc096edc3d9979a 11 0.00/1.00 vMB 573
Previous 10 blocks ↓
Total Size: 783.32 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: 767.70 GB
    • Received: 19.45 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.