Loading Tool

Explorer IconExplorer

Memory Pool

81,890 transactions
30.16 vMB
0.16448552 BTC
Random Selection Loading Transactions
Max Size: 181.33/200 MB

Candidate Block

Mining Attempt 700e8d01cf87a9e84ef398e1c9b9802db7715d2a6aecfed7d0f083b0e3977d9d
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root bca4a92823a5c08b6e310e32310c6e668417c316c01d793f887770094a6b358f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,826
Size: 1.00 vMB
Total Fees: 0.06198730 BTC
Feerates: 1,002.91 > 6.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (184,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,907 730,907 000000000000000000091601cee215719262711b1b0fe76553b878742b4ef5f3 411 0.34/1.00 vMB 1
730,906 730,906 0000000000000000000508f118f8cf2c85675c3f1b2f5971785cb50b456a96df 1,612 1.00/1.00 vMB 5
730,905 730,905 000000000000000000054df30f4e028e372e16217bdf35836140a3d3beb2757c 801 1.00/1.00 vMB 2
730,904 730,904 0000000000000000000679aa975524a6861b790863ba3f7e5848d613deb76c6b 1,572 1.00/1.00 vMB 6
730,903 730,903 000000000000000000069c6bd978b9036bab43cfd6b4d70a6d26ee06208815db 1,061 1.00/1.00 vMB 12
730,902 730,902 0000000000000000000954edf347c3181dcbe14b0dd580c2d2d476b4a1c97d4d 1,716 1.00/1.00 vMB 5
730,901 730,901 000000000000000000088d75593793095841f459e79eff2605c46f974c066e86 2,896 1.00/1.00 vMB 11
730,900 730,900 0000000000000000000060069e79b7c8a4f7e09acbc6b5fdf72a78edc7e2daaf 3,032 1.00/1.00 vMB 10
730,899 730,899 000000000000000000016f899ad40ce48d229e0276796e8c8db12d8d0f94babd 1,863 1.00/1.00 vMB 9
730,898 730,898 000000000000000000079bb7d6aa43fff0fe6f68be3eb87e9b2740681f010872 1,357 1.00/1.00 vMB 3
730,897 730,897 000000000000000000037f5b71fcb4d6f2ee9d098389e92e145efb466ba1550a 2,484 1.00/1.00 vMB 3
730,896 730,896 000000000000000000028d7f31ddc5a092fdcdc46ca724650bcbc356e9a1cd9c 2,161 1.00/1.00 vMB 4
730,895 730,895 000000000000000000021488693955a844fd89e0c71a878310e098cfedafca61 2,442 1.00/1.00 vMB 8
730,894 730,894 000000000000000000065ae2aa324a2e1a7f240590a144598190a1eed4d993fe 2,461 1.00/1.00 vMB 10
730,893 730,893 000000000000000000065d14a0074431ac4e3a8c600a845aa49d80f2a962802d 1,810 1.00/1.00 vMB 9
730,892 730,892 000000000000000000038e53f451963c6abe645af9ce56d841c58e7a11faa83e 2,738 1.00/1.00 vMB 5
730,891 730,891 000000000000000000094799fc6d291d500995607426ae650cb67e9f33385ce2 2,705 1.00/1.00 vMB 8
730,890 730,890 00000000000000000004c5719b333d59e9e9ce6a9e2c61aea80d4d3fc3792d84 3,248 1.00/1.00 vMB 13
730,889 730,889 00000000000000000006f8b98fa8d927add88403407a7d99ac9479835328308d 3,552 1.00/1.00 vMB 9
730,888 730,888 00000000000000000004ef7354de6e815204c5fde5a8de3776566cd429afb3b9 2,089 1.00/1.00 vMB 14
730,887 730,887 0000000000000000000792090445f708488d114fad1c74f7ff3dc3c356e3355d 1,903 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.