Loading Tool

Explorer IconExplorer

Memory Pool

87,153 transactions
32.60 vMB
0.15153864 BTC
Random Selection Loading Transactions
Max Size: 199.05/200 MB

Candidate Block

Mining Attempt 218ecd3c0018822fa3c8b14e74bb7412496893354f8747069befdfa1e7bc974a
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root df43f1d81436af98162885bc971829cb12c21f01a8700e8d439d975c17e6b84f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,205
Size: 1.00 vMB
Total Fees: 0.05843922 BTC
Feerates: 400.00 > 5.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (137,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,545 777,545 00000000000000000006b2b600cec6790c3fcdb009e091469713b64a6e8c9388 956 1.00/1.00 vMB 3
777,544 777,544 000000000000000000057b289473b5a9633e57200f6878dd45999d70575177d8 1,270 1.00/1.00 vMB 6
777,543 777,543 00000000000000000005c7726094a9296b927f86bcd28d06c3a46b49d32b4ed3 1,143 1.00/1.00 vMB 6
777,542 777,542 000000000000000000027e46c197c9f44fa6883090002bbce950e0513a39c5dd 2,090 1.00/1.00 vMB 7
777,541 777,541 00000000000000000000853ccae6a02e7ae1d4d28b40c0568e8c4e154ce3a3c5 1,653 1.00/1.00 vMB 16
777,540 777,540 0000000000000000000282a7c1c3517fc857fd380d18fe5fa3f3beca04b4dd5c 2,225 1.00/1.00 vMB 15
777,539 777,539 00000000000000000005003ffccfdd6a542d326957baee85402574c91b7e6af0 1,195 1.00/1.00 vMB 15
777,538 777,538 000000000000000000045da41b176cf2c06b8c7cbc55b33567fd2e8b813a311f 2,951 1.00/1.00 vMB 22
777,537 777,537 000000000000000000058e978ee2c32a431b68d93dfed56a560b0277fa66b1b3 2,912 1.00/1.00 vMB 17
777,536 777,536 00000000000000000005e8aaba6c7a711661c93b3c256c151793238e564b2535 2,254 1.00/1.00 vMB 26
777,535 777,535 00000000000000000003b2ebcf63725e9d974a6060fa9e2cfa9190671069e6d0 1,841 1.00/1.00 vMB 22
777,534 777,534 00000000000000000003e3e2ffd3baaff2cddda7d12e84ed0ffe6f7778e988d4 2,371 1.00/1.00 vMB 9
777,533 777,533 0000000000000000000463a1034c59e6dc94c7e52855582af11882743b86e2a7 3,224 1.00/1.00 vMB 17
777,532 777,532 0000000000000000000228a17463f4fa9f1da97129f3a6e8f3440e5a8baf8f74 3,019 1.00/1.00 vMB 18
777,531 777,531 00000000000000000006d19dca49ba91ddb8695a6c405f442cc85eeb327ef534 1,347 1.00/1.00 vMB 8
777,530 777,530 00000000000000000006d7af07b9d9eb8d78947bda6277522e8b75e52d5ff237 2,102 1.00/1.00 vMB 10
777,529 777,529 00000000000000000005523c1cb1778268da3b285613c3e6e0a0fdb08ac2a731 2,505 1.00/1.00 vMB 15
777,528 777,528 00000000000000000000f89bcab1fab72c6eca489492cd866e8be88fb8631eed 2,233 1.00/1.00 vMB 10
777,527 777,527 00000000000000000002c4cd8929413c0772d02c52ad94d6198458abf3cef516 3,542 1.00/1.00 vMB 23
777,526 777,526 00000000000000000005cd2a5fe8c9bf216a13b4ec5db2a4a1a278b6533fe7f2 903 1.00/1.00 vMB 3
777,525 777,525 00000000000000000005e13a81b45c91e921e64025fe080c6a4c16c690f28f79 2,181 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.