Loading Tool

Explorer IconExplorer

Memory Pool

80,233 transactions
30.18 vMB
0.07426333 BTC
Random Selection Loading Transactions
Max Size: 184.72/200 MB

Candidate Block

Mining Attempt 11bee1727603a0cc6bc12be1273b1cf7198f09e7e0fad66df011abca61c88555
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 870fa27b2b0133e630ba5c9ad49fa3fd3357392c4c58b6c6e43c62523dbf8ef5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.00705825 BTC
Feerates: 318.30 > 0.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (502,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,917 412,917 00000000000000000451ecc322281bea2de85b5703f79f62165b0edb674d2d3a 654 0.28/1.00 vMB 55
412,916 412,916 0000000000000000044127a8b620788b0e965023aa57b64c3eedb401e0d3027f 1,130 0.47/1.00 vMB 41
412,915 412,915 000000000000000004461dd0dab26ae3fc9b40488bedb39cd9a06f899fa68519 278 0.14/1.00 vMB 40
412,914 412,914 000000000000000001c5afb1a27c18fecc8e21dd7d8f7f803c67ebe7a4822a46 2,061 0.93/1.00 vMB 41
412,913 412,913 000000000000000005695c16cc78c2bddbcc0aafb02229f8f932d45b067bfe60 490 1.00/1.00 vMB 12
412,912 412,912 000000000000000002926ce9e3d611a444bb40dac2cec97f636e610791bc84f6 284 1.00/1.00 vMB 12
412,911 412,911 000000000000000000ccefc3cd6ad4947c881ab09a9722a57776df932f185f4a 1,694 0.88/1.00 vMB 41
412,910 412,910 0000000000000000024592545094dcfec935b6393dee726569c0617bb87cc43c 2,042 0.97/1.00 vMB 40
412,909 412,909 00000000000000000428cebe1cc15d1db58e3bfc3b0d0a53d389444e5b682915 171 0.89/1.00 vMB 9
412,908 412,908 0000000000000000028e16bd10fe019f5fe971c90f3c90640dbf44d8b0c2932c 1,009 0.46/1.00 vMB 46
412,907 412,907 0000000000000000041b5ce85e097a53786c1bbdd176cf1a5fdde38fc45055b9 1,331 0.93/1.00 vMB 26
412,906 412,906 000000000000000001515dfe8a754c39766de928ab5a080fa60d8bfeb110db3a 15 0.00/1.00 vMB 157
412,905 412,905 000000000000000001129a2579640e93d19e4fa6d9d12f540e7687c60ce53741 2,198 1.00/1.00 vMB 43
412,904 412,904 000000000000000004584efad4c94c8cf1a518a8bdb5c107e8f279a1da95d4b5 2,723 1.00/1.00 vMB 44
412,903 412,903 0000000000000000009e006aad09b62432c582b5a5e1637bcf1ae8beb4411209 2,317 1.00/1.00 vMB 78
412,902 412,902 000000000000000004ecbdce505c39d799e872c63c169ced4297a63a5a911c11 887 0.39/1.00 vMB 42
412,901 412,901 0000000000000000057d137d4e57ba70dfbe5d3ce4439fec5b5b77a8b4f4bc70 878 0.34/1.00 vMB 51
412,900 412,900 000000000000000003148a25393495ba964c848aa6310a94d7e9502f76d82f57 1,250 0.70/1.00 vMB 30
412,899 412,899 00000000000000000036b85620f64fcb9a5b1c2183dd64a121b4a6aa53b6d74c 2,306 1.00/1.00 vMB 50
412,898 412,898 000000000000000004d663344f3282769a94da79d25793d581199d814ab37192 1,309 1.00/1.00 vMB 23
412,897 412,897 0000000000000000025a4a019f855be6a10ddeac827cef2ccb1ccd0cd7c84c8b 3,120 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 783.00 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: 718.13 GB
    • Received: 17.88 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.