Loading Tool

Explorer IconExplorer

Memory Pool

42,184 transactions
27.68 vMB
0.07235806 BTC
Random Selection Loading Transactions
Max Size: 143.29/200 MB

Candidate Block

Mining Attempt 488fba73091373bc9c163bd7dab8c87fadb00dbc38853bcf587194046a704b48
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 445b0b7b3e4ca66a76ba9d7da3d841ca00e7546d07a1e67ee540c1f23b1e2539
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.01704147 BTC
Feerates: 100.53 > 1.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (252,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,057 662,057 0000000000000000000ab2c51c0109e6c2ebe74510574132b6bd99bdd3ec0c61 2,374 1.00/1.00 vMB 43
662,056 662,056 00000000000000000000ee48c1ee85e98c07d8dc78d2e9ace170bcfcc152e43f 2,116 1.00/1.00 vMB 42
662,055 662,055 0000000000000000000cb37e29d94a3a1c4a01d55afa457970d8f97f2d50cc10 2,510 1.00/1.00 vMB 43
662,054 662,054 00000000000000000004652f8152d8f485d845cdba35b1be7c1367346f786218 2,709 1.00/1.00 vMB 34
662,053 662,053 0000000000000000000d5c91c590431525a3e27c90b2b87e64cc00d8cf8670a9 2,532 1.00/1.00 vMB 80
662,052 662,052 00000000000000000002cf8001af1ca21532fde91c36f39d3d95950d48244ec8 2,385 1.00/1.00 vMB 408
662,051 662,051 0000000000000000000a51becfb0fa6ac5914420966fe7d27ac960c1afcb624d 1,385 1.00/1.00 vMB 90
662,050 662,050 00000000000000000003a9441fe23ee7592fad66e5c5e9a985cef8f8e293e62e 1,720 1.00/1.00 vMB 120
662,049 662,049 0000000000000000000bc1faf4be9d6b0f7d624fed1d13e9ead620735fb1c628 2,897 1.00/1.00 vMB 35
662,048 662,048 0000000000000000000dd2a3d1a73b5c9e3b3ed8840f03fd93129bd28a17faff 2,958 1.00/1.00 vMB 102
662,047 662,047 0000000000000000000d43e90b0c6e41cbd6bb90a3384a7aa299553fb4b48274 2,228 1.00/1.00 vMB 37
662,046 662,046 000000000000000000091e894a7a696c1c282c4978c9c5c9f986e9144ba1e928 2,239 1.00/1.00 vMB 51
662,045 662,045 00000000000000000008d26a55552a01007f4477dfe1b6c97c2f680ff18c3a91 2,085 1.00/1.00 vMB 88
662,044 662,044 000000000000000000091b30879b187243ad53991dbce4e4b6fc2214021fdfe6 1,931 1.00/1.00 vMB 115
662,043 662,043 0000000000000000000904e377c3e106af66bd67c04ebc31b0d244bc5bd15781 2,251 1.00/1.00 vMB 75
662,042 662,042 00000000000000000000e8bc54c47fae36dc34d5daed54cf888775acd175827a 3,063 1.00/1.00 vMB 114
662,041 662,041 000000000000000000042d02b8f384a533b57fbd55b28dfa007ce59fbb38e80a 3,158 1.00/1.00 vMB 118
662,040 662,040 0000000000000000000de19db24802d36c5e8e64eafdda451608102b165ffb88 1,657 1.00/1.00 vMB 109
662,039 662,039 0000000000000000000a6721978638595ce696bb58e258918cbd994573e16abc 2,553 1.00/1.00 vMB 121
662,038 662,038 0000000000000000000666bf07be36be4548559a44e780da24ec4ad8d3b2ee6e 2,742 1.00/1.00 vMB 80
662,037 662,037 0000000000000000000ec2654a519cba8afbc4cbf033f5125286283ae0f7b784 2,999 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.