Loading Tool

Explorer IconExplorer

Memory Pool

76,515 transactions
28.17 vMB
0.08540821 BTC
Random Selection Loading Transactions
Max Size: 171.62/200 MB

Candidate Block

Mining Attempt 23fb0d5af7427273a4354f57f036c9c1abc67f41bca58a80221910174c6917c1
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root d2df1d926ffa00dfe12cda3d377f5fce4ed637a15985a8280d43b37252030907
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,984
Size: 1.00 vMB
Total Fees: 0.02431295 BTC
Feerates: 150.93 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (252,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,561 662,561 0000000000000000000d06b4cf1044f2e206d0dd9dcda170c1fa7aaef87da6b8 2,904 1.00/1.00 vMB 105
662,560 662,560 00000000000000000007e9f8586807c53cf6735b8cad7accda79da53f16efced 2,969 1.00/1.00 vMB 92
662,559 662,559 00000000000000000007711e734457376c0c9b322f916523a54aec083ef1091d 2,890 1.00/1.00 vMB 120
662,558 662,558 0000000000000000000e87cf4594a99b0c003ff39c3d05b117adf6eb9b37f913 2,893 1.00/1.00 vMB 122
662,557 662,557 0000000000000000000a4405c2ac39d2f5fb4a13792d746afd6c8d0a66650536 1,911 1.00/1.00 vMB 114
662,556 662,556 0000000000000000000924ce11a3228f07d641fc359913c8057c26b003c0288b 3,256 1.00/1.00 vMB 111
662,555 662,555 0000000000000000000930202f6641ff9bcced68568bba5ec54bd4cd9519cc10 2,646 1.00/1.00 vMB 131
662,554 662,554 000000000000000000027a55815c6de67d5dc21abc633aed8c5d9a50a8539f5d 1,184 1.00/1.00 vMB 123
662,553 662,553 0000000000000000000e10f554764761d87b643823a5fc2c658dc65152d2f1fd 3,186 1.00/1.00 vMB 119
662,552 662,552 0000000000000000000cc3075bbd7924538d2de9067b821dda14df9d2125f639 2,676 1.00/1.00 vMB 124
662,551 662,551 0000000000000000000e9291baed2d263bbe0f6cc6a71f6e9676ef853c6c9a47 3,090 1.00/1.00 vMB 137
662,550 662,550 000000000000000000046a67979d043f5f8157de6a889262f42b668c0c4e5b54 1,041 1.00/1.00 vMB 122
662,549 662,549 0000000000000000000c65d673a8e34efae4e57c471792e45dc2387448d4cd9b 2,291 1.00/1.00 vMB 137
662,548 662,548 0000000000000000000462d0975fd6e293f6b793f806ef4962d040cc011e98a4 2,635 1.00/1.00 vMB 134
662,547 662,547 0000000000000000000ee9f4194118481e0bb91f016c3d2d159e122de5ca34d2 2,374 1.00/1.00 vMB 130
662,546 662,546 0000000000000000000df7ca580dcdfc32506f44cc1c804d5d38d1d321174379 2,800 1.00/1.00 vMB 129
662,545 662,545 0000000000000000000512696a96d59bd38e928a6803ce30bb160deddebb1d56 3,081 1.00/1.00 vMB 153
662,544 662,544 0000000000000000000469974c4cbbca29d2a9421d8b5a619eea32bb7195b00f 1,416 1.00/1.00 vMB 127
662,543 662,543 0000000000000000000e9ccb0e21e61c8ff9613d86ff2aeb77b75e1225e1d337 2,708 1.00/1.00 vMB 91
662,542 662,542 0000000000000000000d16d93bab70e245c10eafc2bf376b47ab4b682136e9d7 1,482 1.00/1.00 vMB 118
662,541 662,541 0000000000000000000c60163c726a07f1691ef82f2c4bf5b8ddd372ad3cfd8a 2,868 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.