Loading Tool

Explorer IconExplorer

Memory Pool

83,985 transactions
33.18 vMB
0.15468102 BTC
Random Selection Loading Transactions
Max Size: 198.24/200 MB

Candidate Block

Mining Attempt 2a98d25d93a4137e5550dc6cf78ac24c4feda2f9ceffa04205257edd832dc9c9
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 5af167194accb012c55f1be2e130a2aec9163f41ff68d0866bc37540d9bce4af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,713
Size: 1.00 vMB
Total Fees: 0.07154205 BTC
Feerates: 348.43 > 7.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (325,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,604 589,604 000000000000000000109791195055c77e9ed00b448e67300d8550e54acfc60b 1,737 0.68/1.00 vMB 27
589,603 589,603 0000000000000000000f762c4527d01328f3ad4e02ecd09e50b5c1ad4d0d8888 1 0.00/1.00 vMB 0
589,602 589,602 00000000000000000009a6bffc3b7c15a5291996e1d665b74917b52873f0a8c5 2,931 1.00/1.00 vMB 24
589,601 589,601 000000000000000000122cea66e3d130d9f66706ef5beff961b4e8876652a2be 2,763 1.00/1.00 vMB 41
589,600 589,600 0000000000000000001491926dd392baf3f84f4a9ee79483294a2dfaa1beb892 2,564 1.00/1.00 vMB 14
589,599 589,599 000000000000000000121d1bbcc64ca264411157376fc3e02715c00da397793f 2,635 1.00/1.00 vMB 40
589,598 589,598 0000000000000000000b7903d47c2acde0ab1c08e48c5fe4492d60fe427e9e8c 2,041 1.00/1.00 vMB 82
589,597 589,597 00000000000000000000de3f604ec0e628de562daa77a23d932a5dae41a34a5c 1,927 0.96/1.00 vMB 20
589,596 589,596 0000000000000000000fab2e95770dfd2538f491cb5629b598f07dc4a8611baf 1,632 0.62/1.00 vMB 24
589,595 589,595 000000000000000000170679b1c0d81804dc0a8bee009d7bcc0e6ae0405d773b 574 0.17/1.00 vMB 32
589,594 589,594 00000000000000000018ff1327ff5b0df1b65585d5cd1ac07266bd556122dd48 1,123 0.38/1.00 vMB 35
589,593 589,593 00000000000000000006d8b1abf7e6ac5fc45ea88e763bf6099c939a1c795689 2,291 0.75/1.00 vMB 34
589,592 589,592 00000000000000000010e7869d511aa062b728865e0fb0e3fad653d2d121ceb2 1 0.00/1.00 vMB 0
589,591 589,591 0000000000000000000032807d417483f1d90743c5c06f8cbbc8cf288e42a4bd 2,575 0.95/1.00 vMB 28
589,590 589,590 0000000000000000000864c367401025d477c1cbb697e6d7320e70a0bbb75a02 827 0.29/1.00 vMB 27
589,589 589,589 0000000000000000001320483dce619b7a58247284086f6a9e51a2b24ad6b58c 657 0.24/1.00 vMB 28
589,588 589,588 0000000000000000000493a1a244a38641b03d853cb9c115ca9099398cde2885 871 0.31/1.00 vMB 37
589,587 589,587 00000000000000000001bcae40371b02e7bfcc68f0e2533c3961676fa287bc3f 2,701 0.91/1.00 vMB 30
589,586 589,586 000000000000000000128000b2a9dfd4e672e3a62902337f0d60f37508c76af2 1,121 0.35/1.00 vMB 29
589,585 589,585 0000000000000000000148aeb453d990ed50599c0221d56dd2d5c87597ac7fae 711 0.30/1.00 vMB 38
589,584 589,584 0000000000000000001814de31b0317a0ccdb31d7531bb745f7f22a3339b8b3b 1,091 0.38/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.69 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.30 GB
    • Received: 16.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.