Loading Tool

Explorer IconExplorer

Memory Pool

83,266 transactions
32.65 vMB
0.10150306 BTC
Random Selection Loading Transactions
Max Size: 195.81/200 MB

Candidate Block

Mining Attempt 4283854dd532e5a7d33e8974d1a7874c2dee1f2773bd8e7d5cabe5ca39dd5367
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 739d8349e1fe2250c2e7f694702c4254ab438569b8b2870075c6fd7800a92759
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,187
Size: 1.00 vMB
Total Fees: 0.02527231 BTC
Feerates: 265.25 > 2.53 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (489,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,040 426,040 000000000000000004aa7860ee3252f4c4480cf2904ccffe9244b8d2a4ac4a6b 409 0.59/1.00 vMB 23
426,039 426,039 0000000000000000050475078873b47a66baf03ed7f7f26958212de7309e28d4 1,464 0.98/1.00 vMB 54
426,038 426,038 00000000000000000302e9c220cf7782df1edae4fef0c966e8ff4534dc32b555 756 0.97/1.00 vMB 27
426,037 426,037 000000000000000003765bbce5933999a69018481dfd7932afde00ceb651e7a7 1,949 1.00/1.00 vMB 67
426,036 426,036 0000000000000000014036a7752102a7b34b7fc927a52fca84d2a6c89fc8cb9f 634 0.35/1.00 vMB 48
426,035 426,035 0000000000000000050727a8ff095aa08c3e9b87edab49f4572eec23ec9a3f34 490 0.66/1.00 vMB 21
426,034 426,034 000000000000000003a8b7c3db21e9a80aca2e523ba88ce4c0381da6f8643225 1,267 1.00/1.00 vMB 39
426,033 426,033 00000000000000000261d7ebb5b268cc1fdff575819309a695fdc9d022059087 1,553 0.98/1.00 vMB 44
426,032 426,032 000000000000000003ecde580555844d9c23443a92058573537130d0b970350b 2,462 0.97/1.00 vMB 67
426,031 426,031 000000000000000002cae36d03454f430c0c363aab9b91ec63d616a70775f6e6 504 0.99/1.00 vMB 17
426,030 426,030 0000000000000000040cc385a1ba9f582d66186a5415a1e666b2478e1b281782 1,599 1.00/1.00 vMB 47
426,029 426,029 000000000000000001d4a8dc1ec8b2562a0242d03b878ee293e8b3c9391b8abf 1,857 1.00/1.00 vMB 54
426,028 426,028 000000000000000000e90fa028a2fe7bffdc1fd43039ea32be9c476488e34841 1,341 1.00/1.00 vMB 55
426,027 426,027 0000000000000000042feb02dc744796cdd3d04f011f1ebf841707b7f5d5b86a 2,746 1.00/1.00 vMB 63
426,026 426,026 000000000000000003037d050fa86cdd17b8e0c670550e4f81c9b5cf5f5debb4 2,337 1.00/1.00 vMB 82
426,025 426,025 0000000000000000007da31c882a318810f4f66812ed692d4e166fd7cd25f5d3 2,080 1.00/1.00 vMB 69
426,024 426,024 000000000000000003cf30612f29d23e7e5cf98390ec4ef5faab18a2cd68a57b 2,467 1.00/1.00 vMB 65
426,023 426,023 000000000000000001e7f96119eb022bfb5c82490a463022678bfd91a9471cb1 2,890 1.00/1.00 vMB 76
426,022 426,022 0000000000000000014392b28167efe78bb182d28b19a06b36f623833e1fd077 1,177 0.97/1.00 vMB 40
426,021 426,021 0000000000000000010a6212570a433c98b5b1f298a953f785a45ae9d1cb4c73 1,208 0.62/1.00 vMB 60
426,020 426,020 000000000000000000733817ff6a52cdea1ab4273bc68cfd55c223405818551c 1,181 0.51/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.56 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.