Loading Tool

Explorer IconExplorer

Memory Pool

82,388 transactions
30.43 vMB
0.10386153 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt c224e65f912c087d19dddd24b391ab59d46d041b3072843a425f709edc6a1159
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 44059f0e6f937b29767059f44637d40a166ae83452a95fab4bd42586e82453a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.03291050 BTC
Feerates: 402.60 > 3.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (231,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,944 683,944 000000000000000000046453326cb6d2d2f6544d16b687d91f6a898b76ba0d3f 2,847 1.00/1.00 vMB 84
683,943 683,943 000000000000000000060aceed91eb29f0de6d7027ccd238d30d96111de39cdf 1,929 1.00/1.00 vMB 38
683,942 683,942 00000000000000000007cf3958391cd63f35947dbcaa75d43ad908ffa9b6c5dc 1,543 1.00/1.00 vMB 55
683,941 683,941 00000000000000000001c4e5fee6b912d9be538e3bba5ceda02322e0b6f5414e 2,280 1.00/1.00 vMB 62
683,940 683,940 00000000000000000003c4c0e96c6549b28940a8214bc9f95008f6a1bd66e5ea 2,093 1.00/1.00 vMB 37
683,939 683,939 00000000000000000008f4e8c6292c499c5a14d6bb5dfbb0e11d3e8edc4b5982 735 1.00/1.00 vMB 56
683,938 683,938 00000000000000000007f0813eee9646e9745e49b789a044a9097667e4a951c3 2,346 1.00/1.00 vMB 76
683,937 683,937 00000000000000000003cf9bf1784fe790b9b6afd2f7bafadbaaaf2f0b6a2b81 731 1.00/1.00 vMB 64
683,936 683,936 0000000000000000000897bfa4fc25cc82e180df542bef85b747c49d51545eb0 2,000 1.00/1.00 vMB 24
683,935 683,935 0000000000000000000a12a620bb3ff4e00ad2c17cf897ee34eb680187bc0af7 2,245 1.00/1.00 vMB 36
683,934 683,934 00000000000000000002fb7b239519a0d13fd1cf43d94b05bba14b39a684bea1 2,033 1.00/1.00 vMB 47
683,933 683,933 00000000000000000007064281b74378861b8bcaf2f4c1c6718d6361afc3295b 2,544 1.00/1.00 vMB 70
683,932 683,932 0000000000000000000a9fdcde5b0e0fb49d5759841fd13645618b2de0f99876 2,941 1.00/1.00 vMB 77
683,931 683,931 00000000000000000008f188b8d93e6b569e51ea8d17495da3bd0107e3c63f58 1,875 1.00/1.00 vMB 52
683,930 683,930 0000000000000000000adf786573268a4333260d61fdb06909350755b8858d6b 110 1.00/1.00 vMB 56
683,929 683,929 000000000000000000028807208d33c641bd7e2d2a1ecfd584e03a6c4e6a9247 1,540 1.00/1.00 vMB 67
683,928 683,928 00000000000000000000e72162c66d1ac1db3a2b966dc27e4a8ef4c1e4b59657 2,656 1.00/1.00 vMB 76
683,927 683,927 00000000000000000004a7005a2d61335a077673e9b110635395c3b9af2cfb01 1,542 1.00/1.00 vMB 54
683,926 683,926 00000000000000000002a28212ea54f427b7796489f75e6d8ca4eb46406708cf 2,293 1.00/1.00 vMB 76
683,925 683,925 00000000000000000006b8bdd26d63aa047e3217003ac9dfb9e57035dd6365ad 2,677 1.00/1.00 vMB 80
683,924 683,924 0000000000000000000179c4bf197356c5c40af004c95e2ff122251bc399328c 2,050 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.