Loading Tool

Explorer IconExplorer

Memory Pool

82,462 transactions
30.91 vMB
0.10571417 BTC
Random Selection Loading Transactions
Max Size: 185.89/200 MB

Candidate Block

Mining Attempt 7ef155dd74fdbdc8a705e4955a741e17e531374b9f9c9be2f4da3eec73af6ce3
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root edb76af52437a7d501895588300af1c3c6f5e5a6da626127d572fd8d8de78422
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.03641472 BTC
Feerates: 163.06 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (279,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,633 635,633 0000000000000000000e20de411d14046cb9ae878b711b5e949be925ee63c175 2,627 1.00/1.00 vMB 38
635,632 635,632 000000000000000000051c349f7f2ba1ea9ba2538387b403c3b9c7c266e072bf 1,414 0.59/1.00 vMB 20
635,631 635,631 0000000000000000000dd2e13c7261ae946581275897b68d87fd321ce964ee02 1,981 0.70/1.00 vMB 5
635,630 635,630 00000000000000000011172f917dcacc18229c6e9bf9e59407abe9f3dd5b9cd2 2,479 1.00/1.00 vMB 37
635,629 635,629 0000000000000000000521d9c3c6f71fc859f122745c24d169fd0a72497fcce6 410 0.13/1.00 vMB 32
635,628 635,628 000000000000000000078d15de43185e3d98af933e02679cadfa6969a757f2ee 718 0.30/1.00 vMB 25
635,627 635,627 000000000000000000081b4f69fa072fa84089955ea4e667dd7fae2fc806afb7 1,346 0.50/1.00 vMB 18
635,626 635,626 0000000000000000000710512b499c5d5a2b84c429388ec914ad80f00f63453d 2,502 0.93/1.00 vMB 21
635,625 635,625 00000000000000000007ff8070fa5a5f3ddc64896e30d24afcfe55f356d10a62 2,006 0.92/1.00 vMB 24
635,624 635,624 00000000000000000007d10783a635746c1082a9fb4b82c78ed97d0391471493 80 0.07/1.00 vMB 9
635,623 635,623 0000000000000000000e7dc97ab74d5b2ab3c448ee8d1c4537c42c37ad2444f4 715 0.36/1.00 vMB 13
635,622 635,622 0000000000000000000200a0c473966c9b223fbaa9b1d8e93c98f9a12bdd3730 2,828 1.00/1.00 vMB 19
635,621 635,621 0000000000000000000be968492c6f1e5c532cfb461c3a9a2afc4a17b6df8c4f 2,977 1.00/1.00 vMB 18
635,620 635,620 00000000000000000000c89394edf277ea28f24be7427b3d9187643ef2eb5978 2,429 1.00/1.00 vMB 36
635,619 635,619 000000000000000000019cfd66d29570e2c51b0c2679a61ce79aa98678fc8d64 34 0.01/1.00 vMB 21
635,618 635,618 0000000000000000000de456d26ac3e8360a6388529487dd07ff9e94417e50c0 1,342 0.42/1.00 vMB 23
635,617 635,617 00000000000000000004a54afc450f11529077ebe0336f0372131fab0df0097e 2,296 0.82/1.00 vMB 22
635,616 635,616 0000000000000000000c8d9f71fd5a3058a32845450912cf657de65ac1e66bcb 2,076 0.87/1.00 vMB 23
635,615 635,615 00000000000000000001fe7fb4421deb8a98a2eaef7851b48f1edda9210ffe8f 2,268 0.92/1.00 vMB 21
635,614 635,614 00000000000000000008d37e784f8a260684be68f0f56e9bfc78f2d34ee47323 1,199 1.00/1.00 vMB 8
635,613 635,613 0000000000000000000877d61187d9cae2774f8e080b02c526e4109458dfb056 1,713 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.69 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: 694.82 GB
    • Received: 16.51 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.