Loading Tool

Explorer IconExplorer

Memory Pool

80,005 transactions
29.20 vMB
0.06834835 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt 646be6faf55b16f51b8434dc2b0b685d8ef18b08e67774b8756b396e8cac1b0e
Version 20000000
Previous Block 000000000000000000019fafbf0b2368823dd13b794ccbffc51e420bcc8a07ae
Merkle Root f9be340b7d7e8952a5d3536507ee436f887e81c0aba32321b277b9ccd14da608
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,891
Size: 1.00 vMB
Total Fees: 0.00720985 BTC
Feerates: 201.05 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,084 (39,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,604 875,604 00000000000000000000d4828235a559e0255bfc70c97f858314a15c5a43f849 3,183 1.00/1.00 vMB 7
875,603 875,603 0000000000000000000079917ce6e2a218eb0563c8a3f8bc85bf4bb0276451bf 3,138 1.00/1.00 vMB 7
875,602 875,602 000000000000000000016c0639b6c1a34d6659c231aa2de5849ab3377ed75020 2,578 1.00/1.00 vMB 6
875,601 875,601 0000000000000000000132cd898719e8188cb2c7d526dcc0d042a3da2edebd18 2,999 1.00/1.00 vMB 6
875,600 875,600 00000000000000000000207232e0a8523157451970178e8ef10a46c7b0332f00 3,617 1.00/1.00 vMB 12
875,599 875,599 00000000000000000002169f417d66b02d6456fd8aa30f1ed56cbca603506a07 3,067 1.00/1.00 vMB 11
875,598 875,598 000000000000000000015c9c246207affe990e17c3907fb303120df67e7d3ab8 2,910 1.00/1.00 vMB 10
875,597 875,597 000000000000000000025a0bf0eea6d7b0c7956a8cda6201737b65dee5da632c 1,702 1.00/1.00 vMB 5
875,596 875,596 00000000000000000001b6e4de71886f06e698ffc5753c4acfe7afc3e6660dd5 936 1.00/1.00 vMB 4
875,595 875,595 00000000000000000000c38ecdb6e28c4b906099e324695afa40c02166fabd5f 1,318 1.00/1.00 vMB 6
875,594 875,594 00000000000000000001645188474f80cda87cc717f1fa65f70f6713f3e2a1f4 2,072 1.00/1.00 vMB 6
875,593 875,593 000000000000000000024ac09fc2a0e0f2bb99e606b1d3a8d7e7dce038bd3e1d 2,757 1.00/1.00 vMB 12
875,592 875,592 000000000000000000024282200989a258ad56e8f1e8c994805cf83b478141b7 2,637 1.00/1.00 vMB 6
875,591 875,591 0000000000000000000296f3070ad5f3666f146cd3c401c595b3daab4136c412 2,562 1.00/1.00 vMB 10
875,590 875,590 0000000000000000000274dfd1a0a38f8129775481b1faf6667f7a352827cf8f 3,148 1.00/1.00 vMB 11
875,589 875,589 00000000000000000000d9940eb168eb3de849ee1d55da2b15f79db911cbd12c 2,766 1.00/1.00 vMB 12
875,588 875,588 00000000000000000001ba9c1c8694b210ca236ac098375fad4b9b7c5c846634 2,972 1.00/1.00 vMB 17
875,587 875,587 000000000000000000013fe60614287ea31447443c3c1b4796c5d027283f2946 3,595 1.00/1.00 vMB 8
875,586 875,586 000000000000000000025910b00859ed811ddf0e0e68f84c4a831d5140cb929c 2,287 1.00/1.00 vMB 21
875,585 875,585 000000000000000000009690abb1ab30af5fb5453bd0c8416fbe4811c3917536 3,032 1.00/1.00 vMB 9
875,584 875,584 0000000000000000000024f2e2b01518668996b26df4c4183c5e050e12956ac4 3,268 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.54 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: 669.03 GB
    • Received: 15.72 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.