Loading Tool

Explorer IconExplorer

Memory Pool

81,686 transactions
31.07 vMB
0.08962148 BTC
Random Selection Loading Transactions
Max Size: 188.05/200 MB

Candidate Block

Mining Attempt d51e29d4ff63356f78325a6d9229b2d6553688aa59dce84e016f7fe535554f4b
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 350bf3473ba6eeace22cc43333f1cd7aaab11a5ecae9898606f46c0806dad27e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,939
Size: 1.00 vMB
Total Fees: 0.01568597 BTC
Feerates: 115.63 > 1.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (438,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,744 476,744 0000000000000000000d8f95a66d65e05c0bf12783b341ca053ccb29f7a4f3af 2,341 1.00/1.00 vMB 216
476,743 476,743 000000000000000000dbad8585e2187eb06962d600e4048879e11e64def2e81e 2,412 1.00/1.00 vMB 188
476,742 476,742 0000000000000000004c6d8ef4dcc4046fc2f78183b0fdc9e1f19dfa9a8ad957 2,345 1.00/1.00 vMB 230
476,741 476,741 0000000000000000009b750b000e3908056c1c39b8560564af67e639884665bb 2,275 1.00/1.00 vMB 234
476,740 476,740 00000000000000000010048f8cb9130a6348484a4c446511dee3956b39a23df9 2,444 1.00/1.00 vMB 223
476,739 476,739 00000000000000000050941c173fbdb7365285141f5ec31ba82dace6b52c4356 2,258 1.00/1.00 vMB 206
476,738 476,738 000000000000000000d402d5e12f2f11c6cbfe021c8efdb5f7fa68f01168d9d6 1,880 1.00/1.00 vMB 222
476,737 476,737 00000000000000000136e637b0a99c45273c7085ea349acab855c5c36139f739 1,492 1.00/1.00 vMB 164
476,736 476,736 00000000000000000108d77f945f3083539eec0ac2b6ea563a8eced987efe1ae 1,494 0.99/1.00 vMB 141
476,735 476,735 0000000000000000013e0e1a9f1dd0e5d91c49ffdb4fbe8c47cf2704e1387e05 2,015 1.00/1.00 vMB 161
476,734 476,734 000000000000000000823d59898867eb34a047598adef72d132c73ede8acba82 2,173 1.00/1.00 vMB 194
476,733 476,733 000000000000000000c6fe7b612f9e0cf2cd1fc5f88aad882adf3b3621f9f203 1,948 1.00/1.00 vMB 142
476,732 476,732 000000000000000000aeff13f424d2c9d12d21a46c32b773391bf47e85f1c0a7 2,087 1.00/1.00 vMB 189
476,731 476,731 000000000000000000d0daca0145d2ba81578774945f6040daa9774089a3b54a 2,424 1.00/1.00 vMB 214
476,730 476,730 000000000000000000cfb97b68f594f6d01182f182dac6f5f4882b125ed2f30b 1,956 1.00/1.00 vMB 200
476,729 476,729 00000000000000000154d315ea4dbd385a400b2c70f18148d0e72566100b4741 953 0.99/1.00 vMB 182
476,728 476,728 0000000000000000014ea3a686d9acd7c68c02ffa59f6e8d8e6e14d0f9c393ce 1,747 1.00/1.00 vMB 204
476,727 476,727 000000000000000001112f783fcb1328e151de4acbe4c1bba624108d1f07781d 335 1.00/1.00 vMB 152
476,726 476,726 000000000000000000503c79173d954d695b981b15ad8fca9f497dc02f204497 1,661 1.00/1.00 vMB 159
476,725 476,725 00000000000000000071fe77a3f167c41326175c767b58f954fbe89e3fe2e373 1,753 1.00/1.00 vMB 193
476,724 476,724 000000000000000000bf69acfee30dfcab9b8d9ef2982ce5b7c84d227d9fb611 2,084 1.00/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.