Loading Tool

Explorer IconExplorer

Memory Pool

83,009 transactions
31.35 vMB
0.12988890 BTC
Random Selection Loading Transactions
Max Size: 190.04/200 MB

Candidate Block

Mining Attempt 63eeca22ad8081e448de611381554a848e2df0663480639edffeb2a3fda56ac5
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 472f55725b51e88809eabdf3767bc7e8baacc9fd345ff69d008ec7b819a461c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.04582481 BTC
Feerates: 318.30 > 4.59 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (40,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,048 875,048 0000000000000000000185d0f248f6aefecf5ae2acc0a12398eed5f76f8b79e4 3,341 1.00/1.00 vMB 10
875,047 875,047 00000000000000000000147e04f32fbd69b75ad7782e9b3c6606943a79f8e76f 3,943 1.00/1.00 vMB 9
875,046 875,046 00000000000000000002305e5ac4b3d57c2682fd34655f5a5eb1d7198c0183f1 3,634 1.00/1.00 vMB 14
875,045 875,045 000000000000000000015eb4606cdd8dce9be1a378bf72217d3f73dc079ba93a 3,266 1.00/1.00 vMB 15
875,044 875,044 00000000000000000000e8bafa38b0b8bacb83f8705bda7774c0185d57efabd8 2,174 1.00/1.00 vMB 6
875,043 875,043 000000000000000000001f1a6d03e3c78b00b90b74161c3abd82c0252ababcb6 3,735 1.00/1.00 vMB 11
875,042 875,042 00000000000000000000e7b03231555d87a6fb8ec5d04c0bdedd6ea83e809e69 3,722 1.00/1.00 vMB 10
875,041 875,041 0000000000000000000181f55dc3fbb2d4c6d1b89e1bc79d0388b2f5cfd73678 561 1.00/1.00 vMB 4
875,040 875,040 00000000000000000001e0ff00cd4fb017f4f565ae2db7e6ed76a3924a3a05e3 869 1.00/1.00 vMB 4
875,039 875,039 0000000000000000000158eaf31877b27a4853c538280f2f4b4aaca15553a3de 1,385 1.00/1.00 vMB 6
875,038 875,038 00000000000000000000808daccd0feab57842debf735c993a0a22e8d5470b05 2,561 1.00/1.00 vMB 7
875,037 875,037 00000000000000000000a5f6c35fafc319efe9bad781e3731f1b0fd1577bb454 2,547 1.00/1.00 vMB 7
875,036 875,036 00000000000000000001032351a8c07365d99de63915a2c807b99b70e2b1fc98 3,251 1.00/1.00 vMB 6
875,035 875,035 00000000000000000001468e5803bca468460b51536cf21097d230a95f2caa24 3,459 1.00/1.00 vMB 11
875,034 875,034 000000000000000000025b21526f58615057a1002f41dc6f2a2bbbefee11af8e 3,680 1.00/1.00 vMB 9
875,033 875,033 00000000000000000001df667e19abcff071fd8df3012634c9fc7fd2cd9ffbcf 1,053 1.00/1.00 vMB 5
875,032 875,032 000000000000000000016ea99a17b876ffb3f66af5045d3e4a6c1016615bf747 2,897 1.00/1.00 vMB 8
875,031 875,031 00000000000000000002882949e48a295f1c6a0b4f917361289c5dd175a4c9b5 2,202 1.00/1.00 vMB 6
875,030 875,030 000000000000000000005e94ccac2a3611e375877e600feb339e3f1d7eca5be4 2,370 1.00/1.00 vMB 7
875,029 875,029 000000000000000000027a26e0dbe2a078f08e009e7717ca76f374b5f37f4197 3,309 1.00/1.00 vMB 7
875,028 875,028 000000000000000000016e8a6f80c3046ed52305f2b2aa584647aa123736a0a8 3,592 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.08 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: 722.50 GB
    • Received: 18.40 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.