Loading Tool

Explorer IconExplorer

Memory Pool

75,927 transactions
28.16 vMB
0.08929135 BTC
Random Selection Loading Transactions
Max Size: 170.74/200 MB

Candidate Block

Mining Attempt 8944cd2ee8d7caba96a1e64a42a0cde107fec4fd8df3533b88a0ab983a8b3dff
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 860d2c30d501428d8b13407fab9f9e9b3dc1f995b67b39f9b34bff55dff5d174
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,593
Size: 1.00 vMB
Total Fees: 0.02805634 BTC
Feerates: 150.80 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (110,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,893 804,893 00000000000000000002bd44415cc400f1a5076172144a9a5fa483291a1693d1 4,495 1.00/1.00 vMB 8
804,892 804,892 00000000000000000001a7ee890e40e566c9a59d4bb1e8276f28581fcaee4669 4,238 1.00/1.00 vMB 11
804,891 804,891 00000000000000000000af60736c1732fe925db73429626c396d073c45883275 4,925 1.00/1.00 vMB 8
804,890 804,890 00000000000000000004dbd11e652a5dc1dd664e4fb32d416656ff27b3cca4af 2,850 1.00/1.00 vMB 9
804,889 804,889 00000000000000000003ad6ae7f06ba32ba96c38bef3424d5a81fff5286de4ea 3,676 1.00/1.00 vMB 6
804,888 804,888 00000000000000000004c97ac55e6f1789432cc4eecd3b0d271f785059c1b911 2,671 1.00/1.00 vMB 6
804,887 804,887 0000000000000000000246b84e5965ed6478a4d4eca45fcb77a05a3bd2e3a038 4,510 1.00/1.00 vMB 8
804,886 804,886 000000000000000000011f03c7263150a3d14fd9a2c222096950112ed9d22f50 3,882 1.00/1.00 vMB 6
804,885 804,885 0000000000000000000324a8181ea08e260d0d66f2c621638c05f60a78287bcd 2,185 1.00/1.00 vMB 13
804,884 804,884 00000000000000000000f66b7760b30cc8de5738f8fc8c80cfe403879a89a65d 2,180 1.00/1.00 vMB 19
804,883 804,883 0000000000000000000144c21d461cabc6df2c2a076b9159e3a3bae7bacb421d 6,169 1.00/1.00 vMB 6
804,882 804,882 000000000000000000028cf92a5d4dd234464db6ddadf56a20866d394fa311b7 5,163 1.00/1.00 vMB 8
804,881 804,881 00000000000000000003b8213f95785c12023eabbe51f6c30991968f9b260308 3,072 1.00/1.00 vMB 6
804,880 804,880 0000000000000000000490dc8fd869e4459e3e911f4199b633d22d170b7fb1b8 5,630 1.00/1.00 vMB 9
804,879 804,879 000000000000000000011bd395c2776e2c2d8b9474979c9a148034af30c8ad05 5,138 1.00/1.00 vMB 6
804,878 804,878 0000000000000000000466f359c9dd87c654047249b75830d5ec4f097473a509 1,741 1.00/1.00 vMB 11
804,877 804,877 0000000000000000000033c6a64bd94d49934458624795b26d2794ecb3c66a8c 2,211 1.00/1.00 vMB 16
804,876 804,876 0000000000000000000378d79d3d04b6a786d9fe0a7a6f9edeec46ec3d349844 1,764 1.00/1.00 vMB 14
804,875 804,875 0000000000000000000293a2a4fb162fde863c519b97f667b11fa04275b55f49 5,321 1.00/1.00 vMB 7
804,874 804,874 00000000000000000000144b7994e3086e65fbc75eef0758459b212de12861c6 4,582 1.00/1.00 vMB 6
804,873 804,873 00000000000000000001a4e8f48f85e055ab0be569467ad33bb022c7656dc0de 6,187 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.