Loading Tool

Explorer IconExplorer

Memory Pool

44,214 transactions
16.81 vMB
0.31509000 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 97.17/200 MB

Candidate Block

Mining Attempt dca5959181ebb14160f4ac100d1625d0fd5fef080b63029d912f15883f582513
Version 20000000
Previous Block 000000000000000000004f3699be34215b57be42293a486875999ba6f7b5ac39
Merkle Root 62b3fea6ce0d0c9ed23dc3b5cfd7e5fdcc54ebcb4065e83d4e30912c9b22c42e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.07359276 BTC
Avg Feerate: 6.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,045 (638,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,787 274,787 0000000000000004787486603380087264bf2276376ac7feec44790e2218bb34 0.44 MB 872 41
274,786 274,786 0000000000000002516b0c3597d65578a776ecf95a05915cc45d5c428e488003 0.15 MB 269 37
274,785 274,785 0000000000000003ccb236460744a6f46cbda32cce386c91873afd83506500c8 0.12 MB 106 20
274,784 274,784 0000000000000004131c0911a3f9185dbde481583cf1b3dfd33407e7290c7f40 0.25 MB 439 46
274,783 274,783 0000000000000000d8d720f3d7f4bd8c44d386f4a61575906899291601b5d9e0 0.03 MB 25 10
274,782 274,782 000000000000000353aeda93d6d26ca41abe66cf68f18bc7b171a9f4931c35e8 0.04 MB 92 46
274,781 274,781 0000000000000003f7ef013a5258dfc0657b5c64a7bccdd4ccec35d9b46ff8df 0.15 MB 118 10
274,780 274,780 000000000000000202bb1bc74c6ad8057f8b77e04a8d9a3fa96f86b641a923d0 0.17 MB 331 50
274,779 274,779 000000000000000131f466a730c0b1406be5ea8b9f517ad7d1db785a69e4bd7d 0.15 MB 162 19
274,778 274,778 0000000000000001541669cdb4ca8dfe62c79e0924ab6dde9d04673aa169da17 0.25 MB 379 29
274,777 274,777 0000000000000003f8e1fd58d0e6601059f9f22b541ed3e48ae1005aeb1c5925 0.03 MB 27 47
274,776 274,776 00000000000000032491eb09506598b286b0c3eca9133323aa8ee78385cef355 0.12 MB 270 119
274,775 274,775 0000000000000002d29dfdd27c85d746588de7943d1ed6b59f4eba858a992b2b 0.08 MB 108 21
274,774 274,774 000000000000000080cb009f8058920c953b64fc5e9d4b946f53655e780a8193 0.06 MB 51 8
274,773 274,773 0000000000000000554698ec46b381c4314c35d00838055eace89f9942a555b4 0.22 MB 451 98
274,772 274,772 0000000000000004a1ca7294e443741688173dc1cfe466d08c8614212ad8a87a 0.06 MB 27 6
274,771 274,771 0000000000000004a96778f636e293dd65d478c1e0426ed4bbeeda894771dcf8 0.10 MB 74 15
274,770 274,770 0000000000000001a25bb16e956c65b49196970ab429017e3578ca7d9b0ee730 0.08 MB 147 33
274,769 274,769 00000000000000005a736379bbac2c1e80c4370871f443d96eccde92b1aecc01 0.15 MB 249 36
274,768 274,768 000000000000000296d418556ce3142a6f33f535396e5be01b4de7fda018d99f 0.08 MB 151 68
274,767 274,767 0000000000000003e2e249d78ae7bb0a6b8a6730ec7601ffd3794a08ca097832 0.28 MB 455 35
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

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