Loading Tool

Explorer IconExplorer

Memory Pool

73,230 transactions
28.21 vMB
0.07227322 BTC
Random Selection Loading Transactions
Max Size: 166.98/200 MB

Candidate Block

Mining Attempt 6d42ee5344b67c95b3d707ab6714f5a429bb54f772267c03c5444dc61f3c47ec
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root a346617cf311ae96364f6b415402d601d1f61311885f30dd9f8f6c0b0d26a3c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.01587172 BTC
Feerates: 150.86 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (258,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,264 656,264 0000000000000000000999c37ad8f0b3bc898bed10831b4a155584ec09e4afc8 1,553 1.00/1.00 vMB 53
656,263 656,263 000000000000000000068daa33de6a9d5e139f425c4f2cb5813963fb3a57c531 1,556 1.00/1.00 vMB 172
656,262 656,262 0000000000000000000efc5f1092f395738dbb478a7d9baa77f0e427ce942fb0 1,543 0.60/1.00 vMB 61
656,261 656,261 000000000000000000070dcac52cf8b0492c60702bc56adce2c0936930a90f26 987 0.51/1.00 vMB 43
656,260 656,260 00000000000000000003a0bb619f4a1c80e8c080d6220cc57c6fed99e0a90982 2,037 1.00/1.00 vMB 63
656,259 656,259 0000000000000000000eba95d15b43ca2656b7f69529570daeed7f5caeb3d364 1,991 1.00/1.00 vMB 54
656,258 656,258 0000000000000000000561be89cc546bfddafc2375fa2c2cd5d614e906c0ee0f 1,139 1.00/1.00 vMB 6
656,257 656,257 0000000000000000001080b5bc349548982f2c463de1e1d243db1fe53d553682 1,812 1.00/1.00 vMB 83
656,256 656,256 00000000000000000006ec0bd001a1e7b1d781ca6b0f4f6b5592e56c8d1ff18a 2,350 1.00/1.00 vMB 21
656,255 656,255 0000000000000000000139ae07f8774f7b7c636e192601e7ca93b364f6fd9df3 2,204 1.00/1.00 vMB 57
656,254 656,254 0000000000000000000464d65f520f7d294cf51fe3f890d6eb4ff44a888612e8 2,860 1.00/1.00 vMB 172
656,253 656,253 0000000000000000001066d09ff071f8b76f498b047499d0588ceb5017349c06 2,000 1.00/1.00 vMB 56
656,252 656,252 00000000000000000009e18b299e4550db1a0717a1803da18b38382a7f1f0ecb 2,919 1.00/1.00 vMB 60
656,251 656,251 0000000000000000000f8ca09ca24586308fcf0f8c7922cc03bb4de2fe58d34c 2,028 1.00/1.00 vMB 234
656,250 656,250 0000000000000000000b1eb2811e81c7c0ae0193a5d305ae5d417ed043b02895 2,031 0.74/1.00 vMB 53
656,249 656,249 0000000000000000000b10702611cec1b41c48e876d73e9511b77eba958c8402 2,249 1.00/1.00 vMB 81
656,248 656,248 00000000000000000004ae10056435f9e74a0f75eec56fcde642e3555d6c249a 396 0.13/1.00 vMB 95
656,247 656,247 0000000000000000000b9f9041d3525d5357b07b5c9ca0c0e797da1f24a6c2fe 810 0.29/1.00 vMB 79
656,246 656,246 0000000000000000000604a1283ab125b20b744ae263ab150f87b4a08ada77c7 119 0.04/1.00 vMB 90
656,245 656,245 00000000000000000008e7496fb25845b1fb97622032b0448fa95ecb3eb14e2c 664 0.23/1.00 vMB 80
656,244 656,244 00000000000000000003aa662e61e85ad2593823d17588aa31598a2f5bea06f9 1,226 0.48/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.