Loading Tool

Explorer IconExplorer

Memory Pool

79,599 transactions
30.10 vMB
0.07885305 BTC
Random Selection Loading Transactions
Max Size: 183.97/200 MB

Candidate Block

Mining Attempt a177d3da8fcd1101df799e8611593ea159864203ea118a1c51684c11905bb9a2
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 7f6e5acafcd7ada3070fc3c4e501adb8865998adf7e399998d8c91309abd4d39
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,209
Size: 1.00 vMB
Total Fees: 0.01184313 BTC
Feerates: 100.65 > 1.19 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (583,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
331,684 331,684 000000000000000000339576b9edcf373535f4403782f1ab74027c8391d9ee11 168 0.10/1.00 vMB 3
331,683 331,683 00000000000000000d6ec366251139670620734e239785bb19861ea10967d227 656 0.38/1.00 vMB 23
331,682 331,682 00000000000000000ee6eb1f18a2ffcb86ee0fe2ba71f8ab1d332eb55cd6d68d 284 0.16/1.00 vMB 23
331,681 331,681 000000000000000014bbfe4cdca722eba3a70f17594b986884b042f2a9172e91 382 0.24/1.00 vMB 22
331,680 331,680 0000000000000000130bfee05080050e58136fef2e32a80cf5e0005bf37480af 111 0.10/1.00 vMB 9
331,679 331,679 0000000000000000112450ada136b9e09f373059a720694339a1e91a4fc48e21 244 0.40/1.00 vMB 13
331,678 331,678 000000000000000018eab3190668f663590f2fe7f57f98cc35a95025c57929ac 1,291 0.50/1.00 vMB 37
331,677 331,677 00000000000000000d12ae452981a9f56217056c980c10b8d7763e254d5f92e4 999 0.54/1.00 vMB 25
331,676 331,676 0000000000000000151b46fbfcf933614dab5eb39cb13c443a93392a66278194 272 0.16/1.00 vMB 25
331,675 331,675 0000000000000000016bf1017547765c33d8f12de1f4b280e9a366402710f0eb 334 0.22/1.00 vMB 20
331,674 331,674 00000000000000000e233fdab0456d4777044ac276317070a4e1eb7e16b4a958 241 0.15/1.00 vMB 21
331,673 331,673 000000000000000018de7a3ae5dbd39052eb1d6b52a442d21cbb29404af39a7a 1,135 0.63/1.00 vMB 22
331,672 331,672 0000000000000000165f47a3e5a8c0141259888371bff9bd09fafbeb331d5f98 671 0.41/1.00 vMB 22
331,671 331,671 0000000000000000026ec43fa31a99cba41dc2dd72aca48d0b42873c8481aa41 175 0.11/1.00 vMB 20
331,670 331,670 00000000000000000a1a8572597160e4bc3417414cc2f0d2305158b8b36b488f 424 0.23/1.00 vMB 28
331,669 331,669 00000000000000000fab7da251329627945925e22808494b93eb8bda82f26642 242 0.12/1.00 vMB 24
331,668 331,668 0000000000000000080a109e24c358fda29cb0674f27ef676669b6aa624a3f04 360 0.19/1.00 vMB 30
331,667 331,667 00000000000000000aaef1d97c78ada1a4747fc43600f407da73ea4fc165517c 219 0.17/1.00 vMB 19
331,666 331,666 00000000000000000a4f439c81fee6b2bc71d8ef61df183b999be19f639aa820 222 0.14/1.00 vMB 19
331,665 331,665 000000000000000016b549251ae1e53286eaab080a9208c84387103d7ecd31fd 749 0.46/1.00 vMB 22
331,664 331,664 000000000000000011bbde850d88447afb74d65b68335e9e3bdf4638ead570e7 1,171 0.74/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.