Loading Tool

Explorer IconExplorer

Memory Pool

76,725 transactions
27.69 vMB
0.07903466 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt 44607f6eb9d3698e3e5a0e4f5ef6ae720cb98c848dc164f0aa68935a465e04da
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 2452c2b96a8cad017ae8c01279ef3aea2cf160da1af0778f8dfc0bc4e8072421
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,686
Size: 1.00 vMB
Total Fees: 0.01979664 BTC
Feerates: 402.60 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (72,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,807 842,807 00000000000000000002a700ea04248d4c009666ea602893ecbf2ac53f04d815 5,976 1.00/1.00 vMB 17
842,806 842,806 00000000000000000000a78d7515a9055197a427cdf42391ae2c6c87cc835d27 6,877 1.00/1.00 vMB 16
842,805 842,805 0000000000000000000151208fcc6ef07a122585e9a53822cbe6f9f172e14d4b 7,515 1.00/1.00 vMB 14
842,804 842,804 000000000000000000026d7728ab0cc45f725208f7a55b05ada833f6ace4fe66 4,559 1.00/1.00 vMB 18
842,803 842,803 000000000000000000028cdbc1170d6f676a5041b1c71971c1dd398fa6d624ab 6,189 1.00/1.00 vMB 17
842,802 842,802 0000000000000000000126de18f1ca03e43d56259b29aeb619a73cd5588ab8d2 5,576 1.00/1.00 vMB 17
842,801 842,801 0000000000000000000104936698261d2e8486a796669eecb19b8b012000cb8e 4,397 1.00/1.00 vMB 20
842,800 842,800 00000000000000000001ed5bae5f37019d0920675ee80d3c05390cf408142ffb 6,309 1.00/1.00 vMB 15
842,799 842,799 000000000000000000027517d66a3fb05b28b07cd983d6141211f6803908a552 5,845 1.00/1.00 vMB 17
842,798 842,798 00000000000000000002e43b398691dc6939b770faa5d3cf450e3564ba88e397 4,261 1.00/1.00 vMB 17
842,797 842,797 00000000000000000003106ee5a024634dac604f91caa97bbbe7d048c0a845f0 3,162 1.00/1.00 vMB 19
842,796 842,796 00000000000000000002501c673ea8b65a8524ec6847431daea7a5a6233e5b2f 3,981 1.00/1.00 vMB 21
842,795 842,795 0000000000000000000264fc6a8375501b4e880b0fbd86a13961a70766b14f2a 5,497 1.00/1.00 vMB 15
842,794 842,794 000000000000000000009004e23f0aeb7e08dd7767c7dddc8367b883c2fd24f9 5,507 1.00/1.00 vMB 15
842,793 842,793 000000000000000000028252d2ea1cf27deea15c1016eb890d68ac32dc1b3a70 4,802 1.00/1.00 vMB 19
842,792 842,792 000000000000000000014e3f5f138e7f17b6ab9e9bf8e3df42e34dda4f8ce47f 3,409 1.00/1.00 vMB 16
842,791 842,791 00000000000000000000713abc68b3b7a88a30d654e7c574caa1211fcb1f1e51 3,509 1.00/1.00 vMB 23
842,790 842,790 00000000000000000000e8c12db06d0a776dc72d578d1720dc3d5eb1250b20be 3,581 1.00/1.00 vMB 24
842,789 842,789 00000000000000000002ca7b58f39359f459366683b0cb62a9fd90378ff4f552 3,413 1.00/1.00 vMB 28
842,788 842,788 000000000000000000026c7941707023503f0409c2b1bb70c7b134e29bfcc8bb 3,257 1.00/1.00 vMB 20
842,787 842,787 00000000000000000001033b100b78f4d4ed803e0df3c08cb1df60149b58945f 3,110 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.