Loading Tool

Explorer IconExplorer

Memory Pool

31,499 transactions
13.49 vMB
0.08576224 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 78.00/200 MB

Candidate Block

Mining Attempt c5b3b8f0dd0873cb085bc4fba1096c6b9eae74d3a8f681ba28e1cd0c4e6b3c7b
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root b285521f8a3b931424b66128d38ac9dc759887f2a224a572cb281dcd41414c5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,743
Size: 0.9979815 1.00 vMB
Total Fees: 0.05292681 BTC
Feerates: 203.60 > 5.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (761,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,420 152,420 00000000000009a3761300fc07d4217659d1f5c524804e33ebbc09ed2aa0b192 54 0.03/1.00 vMB 150
152,419 152,419 00000000000003b77fa4b5583fda42b34ca14b45eab94bf1e6212e694bcb6f83 41 0.02/1.00 vMB 112
152,418 152,418 0000000000000df03048c61be50bf0d92300b003aa381b1b910ee5de0eb5290c 7 0.00/1.00 vMB 37
152,417 152,417 000000000000043a186bd96473283ef904d98ac83a2ca6e53c584e7697ae9525 48 0.02/1.00 vMB 135
152,416 152,416 0000000000000dbe361d7c68b4c12e88017bc0ff9bf4fc4c74ca3763edfceabe 22 0.01/1.00 vMB 118
152,415 152,415 00000000000009c7cf5d8822610fc6a5e4028f09ec4e3b56095386e9b032d404 28 0.01/1.00 vMB 53
152,414 152,414 00000000000003b748a10c71216331bc7b782c1cbd73d9188ee0c18c4367679d 12 0.00/1.00 vMB 130
152,413 152,413 000000000000054b7ea962c50c575767aac9bdededd0d9c9b9cd2e0d1682512a 9 0.00/1.00 vMB 22
152,412 152,412 000000000000064b9402f16158fb3de64e1d8b7b608f49f8c030f26018dacdb4 73 0.04/1.00 vMB 185
152,411 152,411 000000000000085499a72899f8f2e65926a88273b2b9e1137be28b7f9726a8c8 9 0.01/1.00 vMB 26
152,410 152,410 00000000000008b52c4d0a498a1573823f160517a9684163404078d72d70662c 31 0.01/1.00 vMB 79
152,409 152,409 000000000000071636177a176220ebe1424ad48387bcf6bcffe807e12d5a1b2d 34 0.01/1.00 vMB 259
152,408 152,408 000000000000062d27072fa702600fb653e09e1b50d432ea509b2da2ea940de4 44 0.01/1.00 vMB 59
152,407 152,407 00000000000000f7fccf8162e511e0b9d294673015bde1cc6cb982e81e05eec3 45 0.02/1.00 vMB 192
152,406 152,406 0000000000000221ab3483df4676cb1a864f307a4339bbbef4430f47c01d9dc8 33 0.02/1.00 vMB 294
152,405 152,405 0000000000000c9f8ebf7df524f91759a0b04624a96d8776420036ede463723b 96 0.03/1.00 vMB 71
152,404 152,404 0000000000000163dee2e8ad4567a5768e8e40e6914d44258a8a88ebdd537462 103 0.05/1.00 vMB 197
152,403 152,403 000000000000097a7304cf626fc2537a551db7738765febf205869cde00ccb36 4 0.00/1.00 vMB 64
152,402 152,402 000000000000041ba1c6739584b91675a00b56c53282d363d3d0a94fd4bea05d 41 0.02/1.00 vMB 100
152,401 152,401 000000000000021de21881a375823d20de73719a12c9140517d7dbc5d34b3136 8 0.00/1.00 vMB 15,806
152,400 152,400 00000000000005b72ffa18135425956ed11fc56262622881e876e2ce33ba6ed8 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 500.94 GB
    • Received: 3.76 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.