Loading Tool

Explorer IconExplorer

Memory Pool

24,016 transactions
28.45 vMB
0.03765602 BTC
Random Selection Loading Transactions
Max Size: 153.30/200 MB

Candidate Block

Mining Attempt 4c45e3061579d8d5ddb1d2a9e9a8665abc060f9de7880f304f783704e1cedf96
Version 20000000
Previous Block 00000000000000000000ef5a1c628a46a4016f94db6052321672c99f2fc54b12
Merkle Root 49056857fa40d2d865cb4b9dcc8276a618f8d24682b38e6be354c9e7ce09a3d1
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,015
Size: 1.00 vMB
Total Fees: 0.00574460 BTC
Feerates: 60.51 > 0.58 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,226 (369,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,065 571,065 00000000000000000027c3df9e03df6590219255fa994d3c46fe08016687de89 3,067 1.00/1.00 vMB 52
571,064 571,064 00000000000000000019deab62d515780742e27faf3afa695892445b889e8087 3,010 1.00/1.00 vMB 106
571,063 571,063 0000000000000000001ad705844d90843da64c91848c0320205b50b38f46f9cf 2,069 1.00/1.00 vMB 132
571,062 571,062 00000000000000000008a64a640974ff35a2fce8529cf20b2e71e6d488a62c5a 2,734 1.00/1.00 vMB 128
571,061 571,061 00000000000000000025f23a9f007b32586fa1c1ed1684d999a7283dac872e0c 2,508 1.00/1.00 vMB 127
571,060 571,060 0000000000000000000eb13f4112d1a9b47f320f642ee84b41c2ef07232121c5 2,477 1.00/1.00 vMB 39
571,059 571,059 000000000000000000265044cc687860128e18b6b317119ad4fbaed3a0b5522f 2,491 1.00/1.00 vMB 29
571,058 571,058 00000000000000000003effd8422af541df267c9ac98a2a4c2e8dd51b88ea4ff 2,772 1.00/1.00 vMB 71
571,057 571,057 0000000000000000000ab10f38ef0738f8a7fa990ad3cbe808e8ab79e63513a1 2,704 1.00/1.00 vMB 62
571,056 571,056 00000000000000000028caee17388c3e23dfd793341528a1685475c6963f13a0 2,501 1.00/1.00 vMB 73
571,055 571,055 00000000000000000026296c0a3821fa74b067dd7b7a5c450655836db608b42e 3,277 1.00/1.00 vMB 95
571,054 571,054 00000000000000000009896de657fd2c19ecd32c947f178d8699fd46c65e2e95 3,242 1.00/1.00 vMB 115
571,053 571,053 0000000000000000000da6005bb8897bd51e5332354e2349f09d8119826b6333 2,791 1.00/1.00 vMB 122
571,052 571,052 00000000000000000010246a437215f7a33509e44bb391e247a3b56653ed1e74 1 0.00/1.00 vMB 0
571,051 571,051 000000000000000000247d5d56bb5cc319c2cf9c4a83a870782d0f6c82a48a8b 3,066 1.00/1.00 vMB 134
571,050 571,050 00000000000000000025f2827f7ed51a3a87041d085330ea795084f3fd65e5b8 3,065 1.00/1.00 vMB 142
571,049 571,049 000000000000000000054548760b4e54df52d509a68714e2693b64a517150474 2,963 1.00/1.00 vMB 111
571,048 571,048 0000000000000000000924359b54f7bf85ead429de40880a6f47d2fe342a6fe3 2,855 1.00/1.00 vMB 155
571,047 571,047 0000000000000000001c6956a82c6819ef89e34b6e8f6fd4f5c109b3292b2799 2,636 1.00/1.00 vMB 55
571,046 571,046 00000000000000000008f093338438acf153ce5d55933b5bfbc892def1d411e3 2,590 1.00/1.00 vMB 58
571,045 571,045 00000000000000000001847dff20c48dcceaf54548cb2d489f5325662e44bc01 2,619 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 827.15 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: 4,443.21 GB
    • Received: 241.23 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.