Loading Tool

Explorer IconExplorer

Memory Pool

39,800 transactions
26.40 vMB
0.08106473 BTC
Random Selection Loading Transactions
Max Size: 137.14/200 MB

Candidate Block

Mining Attempt 0fb2ea4cb3cef8231ad2a9fc3f94021919fa5354c2f0703e40287ed16e3e5bf1
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root c304ea25c778147bc5535ee82f78e0b4a64b3d36e8f3222429237d3baa1d8fb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,017
Size: 1.00 vMB
Total Fees: 0.03258120 BTC
Feerates: 502.65 > 3.26 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (468,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,758 446,758 0000000000000000028ca77ecc29f3f6c3aedf320afa93acaae3ad55f00f0804 2,393 1.00/1.00 vMB 116
446,757 446,757 0000000000000000008a325b0811bf66d77d2619de843835991cf3b9622c2912 2,331 1.00/1.00 vMB 72
446,756 446,756 0000000000000000029c301906dad1d5f0fa9a783b6c7ffeb0b88686c38df3fb 2,421 1.00/1.00 vMB 82
446,755 446,755 0000000000000000027c0d96e5ccc24799bdf1ce6873447dde2856ba305957ca 1,833 1.00/1.00 vMB 92
446,754 446,754 0000000000000000003f5f76158cfa2391811772ea1cd488b6142a2523b709b1 2,337 1.00/1.00 vMB 132
446,753 446,753 0000000000000000029a5c76414d65aedd22613392f9153007c74b9bea0d6ff4 3,290 1.00/1.00 vMB 81
446,752 446,752 000000000000000003356fa20d05e840de3d60387cf32d23ad88612ac8e385d5 2,632 1.00/1.00 vMB 70
446,751 446,751 000000000000000001d85d37e468fcf40615e8388b53ded24a238e24145b8dde 2,220 1.00/1.00 vMB 96
446,750 446,750 00000000000000000221057282cafaeb47b25bb77c9dc1ca942d54626b59df94 2,393 0.93/1.00 vMB 94
446,749 446,749 0000000000000000018a706e0f7d6c95577f1dc8a31ec02b03d7f8734e99bb94 2,290 1.00/1.00 vMB 88
446,748 446,748 000000000000000001a901f6e3900c208fe6dd2a247165faa20a440233146494 2,404 1.00/1.00 vMB 124
446,747 446,747 000000000000000000cf3cd6c9df5099194199a2ffb2850649e13f9da69bea8b 2,046 1.00/1.00 vMB 114
446,746 446,746 0000000000000000013566561de2f7ff4deb07e7cd0c47cbb04f7d87ea63b838 2,463 1.00/1.00 vMB 95
446,745 446,745 000000000000000001c9c32e65086e583279b6aa9f46866a43045738d4c4786c 2,673 1.00/1.00 vMB 81
446,744 446,744 00000000000000000325c036146631d84767abf6c02387e0e3c52b51d4673b13 1,880 1.00/1.00 vMB 99
446,743 446,743 0000000000000000010f2351583d41f2e5ee7cc4c6640353721a9b0476e7c7fb 2,384 1.00/1.00 vMB 114
446,742 446,742 000000000000000002454e68e2db7c7c09a34ce9b237277bfe2b7c5db3005264 2,022 1.00/1.00 vMB 96
446,741 446,741 0000000000000000036b5ae922b08df8dbeae6a112c82dfaec3013c7723bd89e 2,426 1.00/1.00 vMB 75
446,740 446,740 00000000000000000144daa5d535e17f4328c48b37bb0d8927887f7a0a709d0e 2,009 1.00/1.00 vMB 82
446,739 446,739 000000000000000000086573abfc39c9953735b854549bfe194a7a7d0388689f 2,177 1.00/1.00 vMB 78
446,738 446,738 000000000000000002f97472218e5d258db3765f2e64540060455c56f99afdec 2,159 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.