Loading Tool

Explorer IconExplorer

Memory Pool

73,853 transactions
28.24 vMB
0.09514997 BTC
Random Selection Loading Transactions
Max Size: 168.34/200 MB

Candidate Block

Mining Attempt baee1d9ef07c1567b4544fbb1d817fc035efba7ce11caec592cc5d61bec26527
Version 20000000
Previous Block 000000000000000000019979e8bdd87a31a1a1c2e73dff8378a4e0185b5ab60e
Merkle Root d001ac8c5dfd72104c6e935799d652574aff012b042a8ee8455a7cbb4d623624
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,868
Size: 1.00 vMB
Total Fees: 0.02581453 BTC
Feerates: 151.12 > 2.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,536 (809,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,636 105,636 000000000002a7aae3681edb4ea0b248b95be957a7617fc0d134341f094daf4a 3 0.00/1.00 vMB 0
105,635 105,635 000000000002d0bc9aa79a8b1146a98f0ffdcca49e78b876b8e619bb7cbe139e 5 0.00/1.00 vMB 0
105,634 105,634 000000000000850c669d9e2e43d6215c7cf3c9f1e467b26fb10320dc2315c79d 3 0.00/1.00 vMB 0
105,633 105,633 000000000001ddb2375d4ed394f96683c9c2e2032f1bd7a5e6494dc336f039dd 25 0.01/1.00 vMB 0
105,632 105,632 00000000000166230e4c1e9d9e092f3c947d402c8d768d87b56657939c7f20bf 2 0.00/1.00 vMB 0
105,631 105,631 000000000000652d2a643b27947b7952b24b98c9aa4586730ab3b1a56789122d 5 0.00/1.00 vMB 0
105,630 105,630 000000000001f6fd6d614fa80c0ceabb91efd7013e5634f63c19893535788c94 3 0.00/1.00 vMB 0
105,629 105,629 000000000001fe203145155df544bb143d1e182d14aa2ebf340046a7ba3b0a35 2 0.00/1.00 vMB 0
105,628 105,628 000000000000bf187847d3e2da6143d08bbd403ffa876c7fea6d7fe88539d769 6 0.00/1.00 vMB 0
105,627 105,627 00000000000094ecceeba42b7eaf8bd295b550c02f2c8362edff98bf7a839016 22 0.01/1.00 vMB 0
105,626 105,626 0000000000006f2b03a74a081025e1e0067627d2aa627fedd84a74496d5f929d 1 0.00/1.00 vMB 0
105,625 105,625 0000000000021300832de2830620ea37286428714babaf75ec2f20428657aa8b 1 0.00/1.00 vMB 0
105,624 105,624 00000000000154b4cc649ac7e23ff60222b14489e336ed9528ef752d912d01ab 1 0.00/1.00 vMB 0
105,623 105,623 000000000000f773b994cafe314ba8c2b7f975289b94d48db22d86ae6fa6afe2 1 0.00/1.00 vMB 0
105,622 105,622 00000000000281eb93030284ba73be4004e6c3eb0a65845ec2d51c2c400dc2a9 1 0.00/1.00 vMB 0
105,621 105,621 00000000000061fc0d1f7ba48a11cbe7f6fa3e99a1883656f34b7b24c7e9d736 6 0.00/1.00 vMB 0
105,620 105,620 000000000001b1a987ab84b9a3b3f2f6032bbb3d770c9d590b6098941417b45b 3 0.00/1.00 vMB 0
105,619 105,619 0000000000007c4d1624c23459cef1f4fe01c9b6e213f80920fe5447de623bca 1 0.00/1.00 vMB 0
105,618 105,618 000000000002669878a581a0c706584f1e57938ac2c03c3b1788900a80f54b51 1 0.00/1.00 vMB 0
105,617 105,617 00000000000246fa42979773ed9af2a1a5c122a49d761e3ddec15838269980f8 3 0.00/1.00 vMB 0
105,616 105,616 000000000002cbcd4f264f0a30c1881687a69aa4a619563de0ff6b313cb541d8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.70 GB
    • Received: 19.45 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.