Loading Tool

Explorer IconExplorer

Memory Pool

78,974 transactions
29.55 vMB
0.07068342 BTC
Random Selection Loading Transactions
Max Size: 177.63/200 MB

Candidate Block

Mining Attempt b88a4806e368263031be26ed2e3159a74529b0f6770c7ac24b7b8bee4f43cae3
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 21207816e009142283dceb12422fef337850cec1b26e92c7db50221ee297b1bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,640
Size: 1.00 vMB
Total Fees: 0.01067429 BTC
Feerates: 50.25 > 1.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (607,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
307,123 307,123 000000000000000032131fc5f14dc832b632eb3667b966ebbd6c097e1215738a 70 0.04/1.00 vMB 25
307,122 307,122 0000000000000000104d281f48058fd8e533ad5fad31837af9876cb8a30d3cb8 167 0.08/1.00 vMB 31
307,121 307,121 00000000000000000c01d9647c3fffb55173888eba2c97a83e8395c69628d879 407 0.24/1.00 vMB 26
307,120 307,120 0000000000000000376506402545a9d65bd0d77ce81ec9791b0573284a9c1871 40 0.02/1.00 vMB 20
307,119 307,119 00000000000000001ab3dc911f6107edc718e159972f1a7e6a24a23ab83d3231 119 0.06/1.00 vMB 28
307,118 307,118 00000000000000002ed1b6e404829843144686a833f1c914e433d876672fd5a4 182 0.08/1.00 vMB 33
307,117 307,117 000000000000000036dcc7186f05527b4829cbe6793a32be97dd5b51a633da62 234 0.15/1.00 vMB 22
307,116 307,116 00000000000000004d4a8bc54fd8738012855536e4503d6092e4492a3663bf6b 144 0.07/1.00 vMB 31
307,115 307,115 000000000000000029083588c71147594ecb2fc8b86c5c9de6ed0b8b6b2bf5fb 387 0.24/1.00 vMB 28
307,114 307,114 0000000000000000508e384ea99881043d339ec9e1677760f71eecfceb0aa2af 364 0.26/1.00 vMB 24
307,113 307,113 000000000000000013cb2c9a0487fd028893a336330b57c087641c704076afaf 95 0.07/1.00 vMB 39
307,112 307,112 0000000000000000474e314dc4679b4b1640c70db5686a853f750be0139a50b1 25 0.01/1.00 vMB 30
307,111 307,111 00000000000000001bf75ca2c2ffa97889b6518270c3484d43a2a007426379d0 64 0.04/1.00 vMB 31
307,110 307,110 0000000000000000504d62607c3203a30c3407bb821af66a7ea43137e48e2385 33 0.02/1.00 vMB 25
307,109 307,109 00000000000000003a4a3c6f0f0c056971772f7041e35633625131154e59ad35 124 0.12/1.00 vMB 14
307,108 307,108 00000000000000001779ee16f7da3173b9bba89bad64a1bfefa6f048ce4fa8d2 151 0.11/1.00 vMB 29
307,107 307,107 000000000000000024f7278f2111bd707444e13e797eec5962109d8b64e393c7 195 0.13/1.00 vMB 26
307,106 307,106 000000000000000048a447f7b930cf52b0e464c7278d0082626c78808068bb9b 32 0.04/1.00 vMB 9
307,105 307,105 000000000000000044ca204f73c65568520a10199136ea49c122146651aceeea 92 0.09/1.00 vMB 17
307,104 307,104 000000000000000038545a7a56d5c5f652d08b30a49872f0326113fb600b7511 512 0.30/1.00 vMB 25
307,103 307,103 000000000000000032cb3f7837e2b16d50f47ce8a8b1ab20817f91b3bd4e9d10 256 0.11/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.