Loading Tool

Explorer IconExplorer

Memory Pool

48,204 transactions
27.39 vMB
0.07343359 BTC
Random Selection Loading Transactions
Max Size: 146.03/200 MB

Candidate Block

Mining Attempt ab77079bfe02860aa069452a5956501abc352b0c0a9d2f8bf3c3546f4b3cfd67
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root ed958370ed0516a85cdc39ceb3e5b94648b65cde9483a3066e7752b2ed0db1d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,975
Size: 1.00 vMB
Total Fees: 0.02229727 BTC
Feerates: 150.92 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (25,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
889,597 889,597 00000000000000000000921720c9f1b562fa0d584f92dfe4a2546c3cd455a00e 3,611 1.00/1.00 vMB 9
889,596 889,596 000000000000000000018c38ea9043fd8710fa40d1cf90d5e541d050cd22b89d 4,857 1.00/1.00 vMB 1
889,595 889,595 000000000000000000017071cc43258783354993e71e92826932b807420f4383 3,430 1.00/1.00 vMB 2
889,594 889,594 0000000000000000000147f5ee1573426c6abdefb7f5a4c2566ad163aefc1871 4,530 1.00/1.00 vMB 2
889,593 889,593 000000000000000000022e94db5b6239b14f5156d3bbd1f1c979cd5c5f5f59ac 1,717 1.00/1.00 vMB 3
889,592 889,592 00000000000000000000afde66534f1a60f0f9a90ce89d0bd8e82c58c0456bf6 3,957 1.00/1.00 vMB 5
889,591 889,591 00000000000000000001917b4d94e5b9c51e2102b8350c85141de6db9efdc032 4,933 1.00/1.00 vMB 5
889,590 889,590 00000000000000000001879a6e8d3f3afca2bdcca0136513e510a312dadb2e9c 4,521 1.00/1.00 vMB 6
889,589 889,589 00000000000000000001d57df04f2f718e9b83a93cd51152fa9093830cdafc57 3,285 1.00/1.00 vMB 1
889,588 889,588 00000000000000000000b6a9c46cf30d4e8a31a5cc629fd959afc22f70fcc207 3,503 1.00/1.00 vMB 3
889,587 889,587 00000000000000000000d8b00dd05c2cd427298d672ff6843f3bc9db4b87fad6 4,918 1.00/1.00 vMB 3
889,586 889,586 00000000000000000001b52d5a83252565122f57fe94b1e0e78563effff378da 3,547 1.00/1.00 vMB 3
889,585 889,585 0000000000000000000129e7e7024ac0e4808c31bdaede81f49b76b012584b6d 3,636 1.00/1.00 vMB 8
889,584 889,584 00000000000000000000c7cc82cfc954a738e27725b87d372134b7a358677657 5,451 1.00/1.00 vMB 1
889,583 889,583 00000000000000000001c111c142d0144c3eea400682900eaa1923273cb92c22 3,729 1.00/1.00 vMB 2
889,582 889,582 000000000000000000012cfb3486df97cd43c0129ba2329ac9c38bf82d773852 3,113 1.00/1.00 vMB 4
889,581 889,581 00000000000000000000c9182fd2b7f1d395f6f43abb63c7642dc9de730a51c0 3,281 1.00/1.00 vMB 6
889,580 889,580 000000000000000000022a1a25e45bd4706692a5667922b705ade502b35663fd 3,340 1.00/1.00 vMB 4
889,579 889,579 000000000000000000010d196eb6888ca340787b6d781d42eb02abda3323a778 1,617 1.00/1.00 vMB 3
889,578 889,578 000000000000000000010a1e653cbf1aca359472b77142d89e3c6e7f431e75f8 3,651 1.00/1.00 vMB 8
889,577 889,577 000000000000000000002187cd43fbc4b827b6915bc6e0fe50a4a091134d4d1d 3,388 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.