Loading Tool

Explorer IconExplorer

Memory Pool

38,826 transactions
28.53 vMB
0.06866769 BTC
Random Selection Loading Transactions
Max Size: 144.46/200 MB

Candidate Block

Mining Attempt d565c59c2af97102bcde95818021bb20d6af0a6f42b7d25109c702c7ff4e3662
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root f64f8e19c574a6469cf967e734367d50a628d36f933ac77c915f45ced375d282
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,154
Size: 1.00 vMB
Total Fees: 0.01357143 BTC
Feerates: 105.82 > 1.36 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (233,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,903 680,903 000000000000000000024446aec626d8748125a241b02d4df8e3dd58d294f6ed 2,248 1.00/1.00 vMB 61
680,902 680,902 0000000000000000000400cec8cec87234db45fff62ce7c4e8883c0bcc3c8ebf 2,284 1.00/1.00 vMB 35
680,901 680,901 000000000000000000090f2903aea7f30dcb4c5d691682504aec9e2cf1c56992 1,505 1.00/1.00 vMB 83
680,900 680,900 0000000000000000000ab54a936fd8711b18afd596ab2081c4a5c9e05faa02eb 1,999 1.00/1.00 vMB 81
680,899 680,899 00000000000000000000b91b8b1d20047506cc5e0e2722f57d63ee8c50dcba28 1,548 1.00/1.00 vMB 152
680,898 680,898 00000000000000000004d1ced16a4651b8a31eaf87b2f3b196e9be69c6bdd38b 2,677 1.00/1.00 vMB 168
680,897 680,897 0000000000000000000a054a9eb0b777ec62149c51f65fab60ad5ce71b521356 1,736 1.00/1.00 vMB 175
680,896 680,896 000000000000000000042ddfd42567a1d1f7b4f6b57bda09ff013c82d5ccc9af 2,483 1.00/1.00 vMB 202
680,895 680,895 00000000000000000003ccc8620e488f24237c7256cd0f52749b6e9f134dbedd 2,476 1.00/1.00 vMB 91
680,894 680,894 000000000000000000012a818786f427075bbce53219d878613801cd5b045536 2,536 1.00/1.00 vMB 160
680,893 680,893 0000000000000000000219213cc818afaf14b0b770df55cd025c55854acf7e1d 2,143 1.00/1.00 vMB 92
680,892 680,892 00000000000000000004307dadb390c2492cdefc8b41681e061bc2b18b19e98f 1,980 1.00/1.00 vMB 30
680,891 680,891 00000000000000000001eeed72a74a0df6f1e47a42963613c53d4318de8f8ad6 1,729 1.00/1.00 vMB 47
680,890 680,890 00000000000000000007768339bc9720b833af50558b0c55270ca63e50412eb6 1,885 1.00/1.00 vMB 175
680,889 680,889 00000000000000000002f7fe13e21c5061e32b932a390dc6c4bb85bdab435d42 2,392 1.00/1.00 vMB 46
680,888 680,888 00000000000000000009fa021c5519a08a19f4f177b9674ee4c6b51c5f7381e7 2,468 1.00/1.00 vMB 159
680,887 680,887 00000000000000000008283e1f097dbb554c512c346dc7832fc32c66ade404b0 1,935 1.00/1.00 vMB 195
680,886 680,886 00000000000000000006ff9e43135d07a3ac72d5aab051fb98546f6b4a4cf23f 2,849 1.00/1.00 vMB 99
680,885 680,885 0000000000000000000410a43f635b4e36b740683d8ccfffe24fb58ccb905d75 2,434 1.00/1.00 vMB 67
680,884 680,884 0000000000000000000b2631b8a01e539caade89b53b82a454d206bb80da587b 2,599 1.00/1.00 vMB 100
680,883 680,883 0000000000000000000a8a1830ac30fac9c6bc6416e4b2ffb414247dacdfe92a 3,423 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.60 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: 623.59 GB
    • Received: 11.47 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.