Loading Tool

Explorer IconExplorer

Memory Pool

48,798 transactions
28.92 vMB
0.10054569 BTC
Random Selection Loading Transactions
Max Size: 153.04/200 MB

Candidate Block

Mining Attempt eb176cd91955f79682c33f63ad99594e1d69281f813b31d77bc556f5dfb9fb72
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 0da085314b42e8d5e9c415636aa1bd0b6b7c4ec517afbd9d97513a6568f70d8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,912
Size: 1.00 vMB
Total Fees: 0.02499024 BTC
Feerates: 70.48 > 2.50 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (158,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,378 756,378 000000000000000000011ac77c7b9819f10f15349739e7fb78c8002c2ddeb730 2,260 0.92/1.00 vMB 10
756,377 756,377 00000000000000000006f7f1b010644ebddfc0f660fec2ded8a2f972e389d700 2,122 0.73/1.00 vMB 12
756,376 756,376 000000000000000000050a2a7bfa8de66964d21aa3a6c90464cc6d2954c9ddae 936 0.42/1.00 vMB 9
756,375 756,375 00000000000000000003c9832e699e8aa04f6b76e54015433f60cc70968c898e 1,193 0.35/1.00 vMB 12
756,374 756,374 0000000000000000000734efe4cfa4bbb5581be1a9db2fb4d77cbd0a58bf7770 1,135 0.59/1.00 vMB 6
756,373 756,373 0000000000000000000837832814893f905b391ce95d8ef6ab99b9d879727a71 2,651 1.00/1.00 vMB 5
756,372 756,372 00000000000000000000d0189b7e164b189b5462a5c3e83045c15b4403a736b5 2,382 1.00/1.00 vMB 12
756,371 756,371 0000000000000000000782b50adc15c0869c30fc57a42b1b4cadd2247d55694a 3,417 1.00/1.00 vMB 20
756,370 756,370 000000000000000000068ec56ea0ae2e9d13b36f47aa552bb393b0cbb697e3f0 337 0.12/1.00 vMB 13
756,369 756,369 0000000000000000000373b49451ca8170fa85a06f914460efbb9de0bd19bdde 429 0.15/1.00 vMB 12
756,368 756,368 00000000000000000003f22a92bef69a62dd62331e94aa8b3b3c56d16029994a 2,398 0.65/1.00 vMB 14
756,367 756,367 00000000000000000002e810741f282c73600c4ae9ce2a7a803be5039e48073f 2,167 0.68/1.00 vMB 12
756,366 756,366 000000000000000000009e69f05d88978251783b72e9cd7bb1c276a4ee7df272 1,961 0.67/1.00 vMB 13
756,365 756,365 00000000000000000007295704893327bd7c7447c78c468467c4be5a2f6dd6e4 688 0.48/1.00 vMB 4
756,364 756,364 000000000000000000086992d55607fd97b2b2ca4deccc9b45d8013ecec3b338 1,981 1.00/1.00 vMB 10
756,363 756,363 000000000000000000040c85034db5fe76f3d7df2bedbef9eb8370a1cf1c24f8 2,091 1.00/1.00 vMB 9
756,362 756,362 00000000000000000003c5d8a1ee7355e413e9bd9b396cdd2e3ae40f9e196611 2,155 1.00/1.00 vMB 20
756,361 756,361 0000000000000000000352adbfc6a5a8f7cfbdc32960554b381b9cdcf56cb2cf 2,488 0.97/1.00 vMB 13
756,360 756,360 0000000000000000000116bec8f6fb046911d4cb10015f0f2311231b059cec2f 1,126 0.50/1.00 vMB 6
756,359 756,359 000000000000000000037548cdaa66bc629f3cf82aea34ee8e8f25a34035d6c6 3,304 1.00/1.00 vMB 15
756,358 756,358 000000000000000000067ca42fb8172ed5803603eb776c8f432fa1a6b40ca22b 487 0.13/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.