Loading Tool

Explorer IconExplorer

Memory Pool

33,070 transactions
10.04 vMB
0.11217929 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.10/200 MB

Candidate Block

Mining Attempt d49c271d11a2581e6af1a7422747e08eee84d6c8bd1f63d581d0c92f1e2f56c4
Version 20000000
Previous Block 000000000000000000011329a0df17c0f400b934b8f44ab626da0c3d10e12bdc
Merkle Root 642405e9630e8a9af3e5ac6d8c5ccdd58efd3073c272d44f129e156bfa60e990
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,313
Size: 1.00 vMB
Total Fees: 0.05710750 BTC
Avg Feerate: 4.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,023 (702,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,035 210,035 000000000000009bf6acbd0b409ce136e7a7be9081fa575a2b94093bdbabc0df 0.02 MB 56 50
210,034 210,034 000000000000013455bab4b74b06fd6309c77f9fcb48fa283921f8061de6b820 0.23 MB 365 149
210,033 210,033 00000000000001e539250aea906ab1fc001b499ac6298e2d65d28996d83c4e55 0.42 MB 661 146
210,032 210,032 000000000000049af2735ed7d30a01fd9cf2b8d10b6f70f030b493208e96267d 0.42 MB 585 137
210,031 210,031 0000000000000437f641c65c35ececa1e84c347eee6ddafc3ce407ddc305428a 0.07 MB 165 141
210,030 210,030 00000000000000b2100d6b26eb42a8dadd80b79b2b199630ce3a0a1f673e7fa9 0.14 MB 322 190
210,029 210,029 000000000000031411cef245087a8c88916ce3f00a018761708275c84780a737 0.02 MB 63 62
210,028 210,028 000000000000016931e6bd86d1f7fad890d0ed9a21a8c6a82940dece498ecc4e 0.05 MB 147 38
210,027 210,027 0000000000000006cafd13d746c33a8a51bdd680ad98b46f24376483188ff171 0.02 MB 41 125
210,026 210,026 000000000000005d7ce3437ef88236f6d4e77d265d6b8de7db81a68b03b9b358 0.05 MB 115 411
210,025 210,025 00000000000001c183c177e759c3cca457a3de21e451f3c0bf4f756e817556a6 0.05 MB 99 131
210,024 210,024 0000000000000108480ddc8cfef9af57ccc0f251eef354c84a7a8f87893d7cdf 0.05 MB 141 279
210,023 210,023 00000000000004b1002c627c407119b521e3a2d44f2f3f22b2a6c07a986ed8de 0.13 MB 286 152
210,022 210,022 00000000000003b3b9d6718660f89054808826c073501651a1d47619bef96221 0.03 MB 80 75
210,021 210,021 00000000000001066b51a555149a90bf53bc78543dc67d7e4b8d6a00767d62ae 0.06 MB 150 202
210,020 210,020 0000000000000374126bc4105635fba81b75d77e7445f7fa572d9b7ead05af2e 0.13 MB 328 216
210,019 210,019 00000000000004cc4f13afe6facf4953249e18780c28b18a900036d0f918eb23 0.03 MB 68 133
210,018 210,018 0000000000000321a9c74a5bd4a7911e2de0a7f7f971a75485499c74f7b06714 0.10 MB 251 230
210,017 210,017 000000000000024560d5cd7a961b1bd8e0679ee2af8e73c9ae0b649b11a04b73 0.06 MB 147 171
210,016 210,016 000000000000000b29120f11f3d3d1ef4390d12fa0c3c063f3bca581e9e6bd54 0.03 MB 81 108
210,015 210,015 00000000000002d6352eac32bd7b013f191e65375119a7259d34b10dd1427360 0.24 MB 548 223
Previous 10 blocks ↓
Total Size: 778.88 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: 403.58 GB
    • Received: 3.64 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.