Loading Tool

Explorer IconExplorer

Memory Pool

73,695 transactions
27.56 vMB
0.09254603 BTC
Random Selection Loading Transactions
Max Size: 166.01/200 MB

Candidate Block

Mining Attempt 83b03dd3e07c3d4f792a040bc2e07171b1f38e8e02f6fccabdd2f69a9d24814c
Version 20000000
Previous Block 000000000000000000017eebdacbe575f6ad3bea03b3fcf5d14b56a08eb4921b
Merkle Root 7928056d0312c775b4015c0868e0dc82607346181c59c559638ac7f6e44f7a56
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,031
Size: 1.00 vMB
Total Fees: 0.03096296 BTC
Feerates: 100.53 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,459 (865,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,765 49,765 00000000067ce822b54e90ca83f5d4f4ea6dd44da521834f953e39600fcbacd9 1 0.00/1.00 vMB 0
49,764 49,764 00000000124383ae250784fee7db77f997dcec083d29533faa5881f73f3ae6e8 1 0.00/1.00 vMB 0
49,763 49,763 0000000007db79e3b3c9575767f2e142565d5b120580d0c80844af75d38e6c6f 1 0.00/1.00 vMB 0
49,762 49,762 0000000014924983760391adefc1728f569dfd6922dee2f6e8cd15f8fec90cb0 1 0.00/1.00 vMB 0
49,761 49,761 0000000023be60661897d0262141a326fc23474eccce6496cbceb4df67fa9bdb 1 0.00/1.00 vMB 0
49,760 49,760 00000000157fb70475d36d3f05487991a1d736d55080eb47557dd0f50d400ce8 1 0.00/1.00 vMB 0
49,759 49,759 000000001067fe78923a386414786a22ee38a7d018cfabf6f351666d54cee451 1 0.00/1.00 vMB 0
49,758 49,758 000000000be5dfaf1c4bff5d7b7b947b608f01ce03319823fe0754b43c145d95 1 0.00/1.00 vMB 0
49,757 49,757 000000000b798cafebf61ea8eab1ed0977f0e9fbcc9edfe3d6954b10d6d3d742 2 0.00/1.00 vMB 0
49,756 49,756 000000001d75d12960185983a64be16cfa0c534b81931b74d33fc8d67e71459a 1 0.00/1.00 vMB 0
49,755 49,755 000000001e149212a5e4f3134c5125d03e6ee191e64df899615ec86c568028b3 3 0.00/1.00 vMB 0
49,754 49,754 0000000029b901fe03b6fc2f2147dc90e04f509bdc599d42d3bab262458308f2 1 0.00/1.00 vMB 0
49,753 49,753 0000000003cbd546b0cef03d1bdd722a4e0921b7209c4d12b886fd8ef9004d5c 1 0.00/1.00 vMB 0
49,752 49,752 00000000054a734434ca0dbded4a5344a43b3d88d0587f3019d2a61e313928ad 1 0.00/1.00 vMB 0
49,751 49,751 0000000014a23385d78593f0defbb34ff4bbaca9b63e4f8601822b032f2d917c 1 0.00/1.00 vMB 0
49,750 49,750 000000001561b26387862ce956c7c3b4e76a19b1fb9feee04d8e1934f846bc5d 1 0.00/1.00 vMB 0
49,749 49,749 00000000271d5f10924777e110fd03b7e56cd7aa3c80356dbf3da54944ddf42b 1 0.00/1.00 vMB 0
49,748 49,748 00000000153a69bb521b254f7d116b28a407c8e68d15a845b50e615ec680cd2c 1 0.00/1.00 vMB 0
49,747 49,747 0000000004c08798ae214dc1469f5fb06d1ec7726d680c7773d67a8b21156d9c 1 0.00/1.00 vMB 0
49,746 49,746 0000000009461d948f2650c30787e1b41b149d2e61d4b8341d547ddae09bfd6d 1 0.00/1.00 vMB 0
49,745 49,745 0000000001705e76234463f528385eb4d5fab38dc00e88b6f9b5633c7b7da18a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.19 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: 753.03 GB
    • Received: 18.90 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.