Loading Tool

Explorer IconExplorer

Memory Pool

44,175 transactions
31.04 vMB
0.08792272 BTC
Random Selection Loading Transactions
Max Size: 158.01/200 MB

Candidate Block

Mining Attempt b326911608f99ba7de355ed971bbfb10dca8fa940aa1971c4ed75b815212b517
Version 20000000
Previous Block 000000000000000000014580847fb227a665ecc652dad70d8c2ba38d4b50bb29
Merkle Root 2d81dff2f0acb1f27d9e0ac5f59d609c855b881c0b97b310c319179e34c6488f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.02534383 BTC
Feerates: 151.03 > 2.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,447 (821,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,055 93,055 000000000002a82ca00ac15d2c3ba394dd7f598707282be1391f79ef2b4345ce 212 0.05/1.00 vMB 61
93,054 93,054 000000000003bebf67111debe0dd4aaf7c6e19fa27b20f08c80f9c9c13c9ef30 219 0.05/1.00 vMB 0
93,053 93,053 000000000008e3e6be2ba916c982c6175a512c6d3a809ece4dd25f6d3bcda3ba 13 0.00/1.00 vMB 716
93,052 93,052 0000000000014938076af4b532a9327f98d18a397d4181f40e1699081bff5b19 1 0.00/1.00 vMB 0
93,051 93,051 000000000004601c8a0a90b6fb323a7a59a5cc3b43ac12b8e0799573e7b5e59c 205 0.05/1.00 vMB 61
93,050 93,050 000000000008e550d9c22e7a4bdcf6b66fa2bb8328fdb903e2754499ddeec45b 13 0.00/1.00 vMB 343
93,049 93,049 00000000000899e3aa0aee6c05d55b78f6fc7fd09a518a0717e2ce39b610a41d 14 0.00/1.00 vMB 335
93,048 93,048 0000000000051ae8c7c3d3bd9844a1b4cfc037b763fbe09838eea0de9a3baf72 14 0.00/1.00 vMB 0
93,047 93,047 00000000000877fa64b7fe8c4ea1d4dd0c5ac484217c27b6b3f406ce4df8df35 14 0.00/1.00 vMB 0
93,046 93,046 00000000000922659b03557bc491010818fb083fc741a33ddaae67f70fe00930 4 0.00/1.00 vMB 846
93,045 93,045 000000000007c41af0a1cacd601fd7086eb63cea6e6f4d1e94640b9030d031d6 13 0.00/1.00 vMB 1,747
93,044 93,044 000000000000a853ac9a082d79ed185d22ba99ca7fa03d17aafbcb84a72e546c 14 0.00/1.00 vMB 0
93,043 93,043 0000000000049ab1a757745f68666940b7fddbdf30d04e8c31ba81ef2bda75e0 13 0.00/1.00 vMB 1,074
93,042 93,042 000000000003703e8bff419871ab25789289131adf37cc3490682c66756d1fbb 14 0.00/1.00 vMB 339
93,041 93,041 000000000001444f84e8c771abd23ed79c45aae730e1e3f0cd4e765a09d575f8 5 0.00/1.00 vMB 1,939
93,040 93,040 000000000002ec32fa4124e857355fd80c28ebd52a58b1ec4bb363047e2fe919 5 0.00/1.00 vMB 2,906
93,039 93,039 00000000000837b815c94b2bd5bee30abf1850cc8bde52e80fdc60050757aff0 219 0.05/1.00 vMB 40
93,038 93,038 00000000000585f95e9a238a49974d775f614040a16bb25a4da92710cbdaeb47 13 0.00/1.00 vMB 358
93,037 93,037 000000000006398b4a2633cd0b5971ca46288e4b6916769db1875d6370467fc8 132 0.03/1.00 vMB 0
93,036 93,036 000000000007c97eb9e1d772369698654c88a20f83abc426f426a9e551fc0ba6 4 0.00/1.00 vMB 0
93,035 93,035 0000000000067ada3273d724d5178e39e3d3044e63ec2bc5d475bd8ff4177eec 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.40 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: 604.08 GB
    • Received: 10.52 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.