Loading Tool

Explorer IconExplorer

Memory Pool

26,767 transactions
12.51 vMB
0.03928293 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.28/200 MB

Candidate Block

Mining Attempt c0691ee8c6cba2c7966c45594893307dd5f04cfc5df48ad6e7c0a8f096a758dc
Version 20000000
Previous Block 000000000000000000019b232b96074d1dcf845352445503730970e2a591177f
Merkle Root 2100ecc54c2c1e0f913f73323c7c5b9a6c4eace915e16d3b71dd1040b455a5e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,083
Size: 0.99799575 1.00 vMB
Total Fees: 0.01782197 BTC
Feerates: 304.04 > 1.79 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,765 (741,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,024 172,024 00000000000008775c8fe70892a77efa952f0527bdd536970718c03a4c3eece3 107 0.04/1.00 vMB 460
172,023 172,023 000000000000033b7553f9bb6a02793cabd418b795d8bab8a38d74e7e215e13f 1 0.00/1.00 vMB 0
172,022 172,022 000000000000005db7fb715a229b8da032ae9642d4e3dbdece32286e095e05c6 86 0.02/1.00 vMB 104
172,021 172,021 0000000000000422600bcb5765cd2cb20b70cfd30ee2daa9278dff19131ec550 39 0.02/1.00 vMB 34
172,020 172,020 0000000000000a4064c33ce1a4147909b085b99998312018cd12dc86195befdc 164 0.04/1.00 vMB 34
172,019 172,019 00000000000000fc8fadc92712479740f101fdfce45d4c875bbdc5def2933ba2 82 0.04/1.00 vMB 182
172,018 172,018 00000000000000b3eac2a0e7c29dabc9ee315b920e9be8db888bad4cc63f53f3 34 0.03/1.00 vMB 29
172,017 172,017 000000000000011937021c0fbe199e73538c1283c9502dd072aa2204fac72576 147 0.05/1.00 vMB 64
172,016 172,016 0000000000000626d5917ccb83e5f20d92323e25a7490817f165004738e29ffb 1 0.00/1.00 vMB 0
172,015 172,015 00000000000005d9e241f386776aea87037cb3c546265f77f45424beda325001 87 0.03/1.00 vMB 125
172,014 172,014 000000000000025c28c2aeb92960b11c4251ca6ec59edeed04e0f8808a2c6e75 16 0.01/1.00 vMB 27
172,013 172,013 0000000000000345d2083736f5a4eb3d36ad79a5966f45f5184db59cd9dfd9ef 7 0.01/1.00 vMB 20
172,012 172,012 00000000000001d5703b85d5d9e12eb84cadfa511a11829255a75e4d10383b2b 38 0.01/1.00 vMB 113
172,011 172,011 00000000000002aefc018c8a1d48e50e83e843c73f51cbf621c2159a6ccd81fd 6 0.00/1.00 vMB 0
172,010 172,010 0000000000000049984c622ba43cc9524cb04beabb1cd0a2f78d83fd2ff804d5 3 0.00/1.00 vMB 96
172,009 172,009 000000000000057cdd86869938763f1582bdcd68bd6b3086c648357306a21953 5 0.00/1.00 vMB 60
172,008 172,008 00000000000002da292e12fce09c27f98b16540bbc6ad31acf25aa2e94de3a2a 3 0.00/1.00 vMB 0
172,007 172,007 0000000000000713842b2e903e2bb7c12ed791d11efe9269b21b9961f0b5bd63 1 0.00/1.00 vMB 0
172,006 172,006 0000000000000af44ab51ee8efb0f765637de08a82524cb48437634d995f17c4 4 0.00/1.00 vMB 0
172,005 172,005 0000000000000af49e14d90f1d43a9301f5a4208c10c6e6b2deccc64c61df3c9 17 0.01/1.00 vMB 3,461
172,004 172,004 00000000000000c5e5993616ad72fa08fa32899ea2b6904951078407501ad556 25 0.02/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 780.21 GB

Node Details:

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