Loading Tool

Explorer IconExplorer

Memory Pool

42,750 transactions
33.39 vMB
0.11202840 BTC
Random Selection Loading Transactions
Max Size: 166.52/200 MB

Candidate Block

Mining Attempt c115961f68a442b20f6b181e4b66ae275e616b395b33d0c5736d88895e991877
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root ade838501e92921493488310e3c1a63b451c716f4e8fdbc5505177623005d166
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.03776863 BTC
Feerates: 501.64 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (298,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,963 615,963 0000000000000000000d6721abc7e4d9bb46ca14663490079a46a64154222779 2,244 1.00/1.00 vMB 16
615,962 615,962 00000000000000000010bc91a58d8f2302421aeb746ceb79edef2651ed3c4be3 3,029 1.00/1.00 vMB 23
615,961 615,961 000000000000000000104cb9f852d7a48652da129119b1d8fe8c7630baed2f72 2,599 1.00/1.00 vMB 13
615,960 615,960 00000000000000000002aa60681ff32a77f591f17d0238539eb92eea9e547692 3,282 1.00/1.00 vMB 19
615,959 615,959 0000000000000000000bc757a4d3bdd149acb7a3f0df07a3ee27ee445addd8bf 2,353 1.00/1.00 vMB 18
615,958 615,958 0000000000000000000f27bb525a2ea80ccb3fbf3a68c51d411498f07a516556 2,895 1.00/1.00 vMB 24
615,957 615,957 0000000000000000000e638887b0df2dccb147d5055f1f3c2806bdd6d89b09a7 1,666 1.00/1.00 vMB 20
615,956 615,956 0000000000000000000e3ed42b30c13762a1ac979ff9c483029f175da0b90b79 2,104 1.00/1.00 vMB 16
615,955 615,955 0000000000000000000792847f27a77d1788302fc1a28a8355c725b69fa33523 3,120 1.00/1.00 vMB 17
615,954 615,954 0000000000000000000206f87aaf6a237ac9455b07bd52d01d2cf292e92c230c 3,471 1.00/1.00 vMB 26
615,953 615,953 0000000000000000000ea7e95d87b233cb9c4fef11eb3bebc7244161956bdc8b 3,308 1.00/1.00 vMB 28
615,952 615,952 0000000000000000000135be6d4f35bd7482b8ee9484f63366e0c668e55f6703 1,927 1.00/1.00 vMB 21
615,951 615,951 000000000000000000011f2d3e3969ec9285d07583fd320cefbfee70526b13fd 1,357 1.00/1.00 vMB 24
615,950 615,950 0000000000000000000d17d0be8d61407d7273b18a3e371bcdf0080a38145873 2,329 1.00/1.00 vMB 22
615,949 615,949 0000000000000000000b5cc22d0901e86fe941f2f072eda3dacd5f5932148b5c 2,464 1.00/1.00 vMB 44
615,948 615,948 0000000000000000000c45d5bc4c4f5495111244e07c19d8c4dfee19808809ef 2,784 1.00/1.00 vMB 21
615,947 615,947 0000000000000000000faf1c6d5ab742b6c177982baa07cf7cef464a5fe7aa8a 3,060 1.00/1.00 vMB 47
615,946 615,946 00000000000000000001b9363df43f7ce982229853d172834f458c457bfc187c 2,237 1.00/1.00 vMB 20
615,945 615,945 00000000000000000006e9314311de53dba7af56b1f7ed8912df364bd4c9cac1 2,920 1.00/1.00 vMB 34
615,944 615,944 0000000000000000000940605d5fd435dcd75d4cc0c251c3d40c41a19c0d0c85 1,453 1.00/1.00 vMB 72
615,943 615,943 00000000000000000002006bcc2c73771f41b5d0b99308a7d41753a3f35b65f3 1,854 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.10 GB
    • Received: 11.54 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.