Loading Tool

Explorer IconExplorer

Memory Pool

78,968 transactions
29.65 vMB
0.10778682 BTC
Random Selection Loading Transactions
Max Size: 177.97/200 MB

Candidate Block

Mining Attempt 7ae44b0fa9cb813e2a6a2a0d02e68b4ae5236474b4f35b96a93298c064eeaafc
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 1dfff304f838cf8e442bd364d3bb1c5b60a92dd1ea22669dab2b9aead03ce5ee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.02548647 BTC
Feerates: 100.53 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (524,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,921 390,921 0000000000000000094eb7187ea8f9fc78364025ce3912bb38b1bf57c9f5e694 599 0.25/1.00 vMB 34
390,920 390,920 00000000000000000611d4efa219752053e845e3c4c607df2f7c93969dfbaf3d 47 0.05/1.00 vMB 6
390,919 390,919 000000000000000000b87642c72d6e90ba0c93b06fad8b9aaa47bcb9f05c05e2 2,201 0.82/1.00 vMB 41
390,918 390,918 000000000000000007d1395bc3d8b3a1fe76e2e44b60ec19ed68519a46e51d23 1 0.00/1.00 vMB 0
390,917 390,917 00000000000000000a86a9fee54a8f9f9f589c94cab6e379a23c7570409406ea 1,260 0.68/1.00 vMB 31
390,916 390,916 00000000000000000247ccea6d3b4a19deba4d44b0714e10bcec3060bcabe101 749 0.36/1.00 vMB 33
390,915 390,915 0000000000000000011b23b4b0c91f3786b89f3e44ff7f27b0a5cee357694a2a 596 0.31/1.00 vMB 31
390,914 390,914 000000000000000001509f97fe8f2b75e51494846ee8d9434357135b077ef177 779 0.35/1.00 vMB 34
390,913 390,913 000000000000000009903651b12d64d9829c134ba43a57d8a54ad50b161524f5 709 0.36/1.00 vMB 29
390,912 390,912 0000000000000000071f9c1c977ea29ce7aa7f9b45bdfb8c4061f5f61280152d 1,077 0.45/1.00 vMB 38
390,911 390,911 000000000000000009c0151409e896ee09f31abee53e204996fcca5c545923a3 2 0.00/1.00 vMB 0
390,910 390,910 00000000000000000234c608349f055e6d41468a935f0e82e1259ea8876115a1 1,984 0.92/1.00 vMB 41
390,909 390,909 0000000000000000067f9942c9a95a51def7e1b6eb36513e963e69ced0ddf852 1,147 0.61/1.00 vMB 38
390,908 390,908 00000000000000000a98322fc7e95810bc52f89049e6d45217cf1f78f631c203 1,647 0.83/1.00 vMB 32
390,907 390,907 000000000000000008bcfbd648b43fbd6eb0b6a8f7a07b60590d6a57103b80a2 1,286 0.66/1.00 vMB 28
390,906 390,906 000000000000000005a58a4387626f3a57b5b51341cb87c9922e65c70786de8e 440 0.33/1.00 vMB 19
390,905 390,905 00000000000000000489c9d286db18dddd47766e21dbc31c6f578d033f89cd5e 811 0.41/1.00 vMB 34
390,904 390,904 000000000000000002b9a6263e7b2877728532a2c15f856ded399968fbee9408 205 0.27/1.00 vMB 8
390,903 390,903 00000000000000000241c5a3da30689dd0300e542aaee7f841df9db165de79c0 1,311 0.56/1.00 vMB 33
390,902 390,902 000000000000000005e7ef5bdcd0948f4de8b480097032c76eefd3f6f6d2b794 1,442 0.90/1.00 vMB 29
390,901 390,901 00000000000000000b469345216da1ad7aeddf9814a8f8200289787530ed81d7 855 0.54/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.91 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.00 GB
    • Received: 17.50 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.