Loading Tool

Explorer IconExplorer

Memory Pool

34,765 transactions
25.78 vMB
0.06454306 BTC
Random Selection Loading Transactions
Max Size: 130.86/200 MB

Candidate Block

Mining Attempt 9c73001f33237a0ff9bd4045a9e1656dca2b242e7cab25652b2b63f92aba9111
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root e7b88954a4d48a1d6a84c6b045fe4da3aa9f13afd9d24024acebcbea08656ea8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01748006 BTC
Feerates: 101.16 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (838,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,184 76,184 00000000006ee31aaed818876225abb6fd7ef0a29bf0058f42157a1d0362bb24 1 0.00/1.00 vMB 0
76,183 76,183 0000000000697f4e81c6670c5dd22423c8e12125e9f0f513679c975d3fe39a40 5 0.00/1.00 vMB 0
76,182 76,182 0000000000067906762369636dcd1502f3ec47681d21152ffc81a422ddece6cb 1 0.00/1.00 vMB 0
76,181 76,181 00000000006c786180987b7355509ccfce859b63d41477a4cfa46e64ab01fca5 1 0.00/1.00 vMB 0
76,180 76,180 00000000000d125ddc06289f2b10e602835310ff9d354ab5a8784e6ea54f7b6f 1 0.00/1.00 vMB 0
76,179 76,179 000000000041dbdaa31174612db8d72a5a11f87245b106185d765f2736de75ed 2 0.00/1.00 vMB 0
76,178 76,178 000000000064ea367506d4803f84fb7a39ec2583b53d6ffbd894c1f016610a67 4 0.00/1.00 vMB 0
76,177 76,177 00000000002e5c6cfdd5cde45fe585882c5c50c4e53ddf20f2a782f6417362da 3 0.00/1.00 vMB 0
76,176 76,176 0000000000369b2c28a4a49d85a43f9a8b6358c614e0a18563cecbb2a5868f37 1 0.00/1.00 vMB 0
76,175 76,175 00000000005a892147063da5b191fd15e3544c42803ce31a152e506cf1a7bd12 2 0.00/1.00 vMB 0
76,174 76,174 0000000000502cb703bb33a9869a7982a67c0a802e1966cba55ae1ee3a6a35c2 1 0.00/1.00 vMB 0
76,173 76,173 00000000005ad9b7f73edc93bb63b327d3774ad36fda6053aacb18fe50e6660f 1 0.00/1.00 vMB 0
76,172 76,172 000000000076628eaaa5f110e0ee9866b1877bf32b2272279661cc8701117d32 1 0.00/1.00 vMB 0
76,171 76,171 000000000039378df8ce4075471a641f078b7977c0dc2de4048418fec6cfdf67 1 0.00/1.00 vMB 0
76,170 76,170 0000000000345def0e3ff09fa026ac4630273f783cd458956a3969053ab5943d 1 0.00/1.00 vMB 0
76,169 76,169 00000000007c2478927de2e2d14aa875ed6aa7ed39f0dcaa68064d50eb6065b5 4 0.00/1.00 vMB 0
76,168 76,168 00000000002e1d4c41748bff847d86f3cf0a5f3845ceb7112de2a327375f16fa 1 0.00/1.00 vMB 0
76,167 76,167 0000000000366c83ffe19f37d785642f9a06e0eb1b98cfc8f25684ad5fffa995 1 0.00/1.00 vMB 0
76,166 76,166 00000000003415c47ec90b1a8ae8ea02ad112a3389de9454a14921d2ef484776 1 0.00/1.00 vMB 0
76,165 76,165 00000000001f8f31a4f38d12bc49e77576b9e7357f62adbdb25fc860df03c883 1 0.00/1.00 vMB 0
76,164 76,164 00000000005871db07ffdf35cc4ece8f9cba02429a82caf25c47c9bb6bd65d3e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.