Loading Tool

Explorer IconExplorer

Memory Pool

25,436 transactions
33.89 vMB
0.05442309 BTC
Random Selection Loading Transactions
Max Size: 177.11/200 MB

Candidate Block

Mining Attempt 17ef43b21bf3ac7fe51bac2773b260eda679bb03e90d15592bea80aeef053dc9
Version 20000000
Previous Block 00000000000000000001ac6f91340499893993b4dbc2c2fd20823e0c6197981c
Merkle Root dc0bb21b62a2375b686d5acf03e6fa7b329033ad7b3c559a06f58c6b055eaeb5
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.01557545 BTC
Feerates: 151.27 > 1.56 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,167 (43 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,124 940,124 00000000000000000001489c983366e92c72fec7a799559438094d4e3c8d9023 656 0.61/1.00 vMB 2
940,123 940,123 00000000000000000001221a8078435342f0e96c325f7ef97cec28088dcd4fb5 3,952 1.00/1.00 vMB 0
940,122 940,122 00000000000000000001dd1352d6f2dbc02f636e2063b98b217c3deb9a77b0a1 3,467 1.00/1.00 vMB 1
940,121 940,121 00000000000000000001e02739ab12c68bc9dd1eb206cc0c3eed2327d082cd34 2,790 1.00/1.00 vMB 1
940,120 940,120 00000000000000000001251ede22ebf59e3b9a1680db4a99adf63607f8dc7052 2,709 1.00/1.00 vMB 2
940,119 940,119 0000000000000000000138250d2434f360ce2c8b503b69b7f1838151aa9d6937 3,522 1.00/1.00 vMB 3
940,118 940,118 00000000000000000001d3268c1b76e006fe7620cfadee7e3ca821f7ab06143f 3,002 1.00/1.00 vMB 3
940,117 940,117 0000000000000000000042413e405ae4407f02cc4035391a2707f3ba8893156d 3,559 1.00/1.00 vMB 5
940,116 940,116 000000000000000000009b9118ef314c3598956b74abb63720cdfda57b78e925 2,068 1.00/1.00 vMB 1
940,115 940,115 000000000000000000001091f9de1b8d3ec3e3ab0d9c8bd8658f4b44ed855bd7 2,244 1.00/1.00 vMB 2
940,114 940,114 000000000000000000012e438d3455387d9a4b402acc47fb85b2743dba8df78c 3,866 1.00/1.00 vMB 4
940,113 940,113 00000000000000000000b6c8c4cfe62763615655be9a1088e75e31e003d13c9d 2,730 1.00/1.00 vMB 2
940,112 940,112 00000000000000000000c1dd7baf58d3278dfb9d3880634eb8b46831cc086f02 2,083 1.00/1.00 vMB 2
940,111 940,111 000000000000000000003d2fb736c4b0e2d2a9aa3d7ff6e7184e403df1ae7e1e 2,622 1.00/1.00 vMB 2
940,110 940,110 00000000000000000000dee76c6258e7c4aaa7a50577e681d4e2365800113233 3,361 1.00/1.00 vMB 3
940,109 940,109 000000000000000000011a0558afcdbf46f2a6995d35a258683ddaf7384aa119 3,960 1.00/1.00 vMB 1
940,108 940,108 00000000000000000000e6bdc75a119a0d6bc27c2f3e8b115ca9441391ecf3cc 3,555 1.00/1.00 vMB 2
940,107 940,107 000000000000000000008be250ccc80da6c16b76b1803a0b12681df71c390988 5,048 1.00/1.00 vMB 0
940,106 940,106 000000000000000000013fd0007073a3637515b501d56da32b538ecd508a6e4b 3,674 1.00/1.00 vMB 2
940,105 940,105 0000000000000000000152899a459beaa6cf1525f96cb36f737847f10512c379 3,120 1.00/1.00 vMB 3
940,104 940,104 00000000000000000001c9d564f3dff144f7f570e3c185e7c382a3d992d2bc49 3,889 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 827.02 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,439.98 GB
    • Received: 240.85 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.