Loading Tool

Explorer IconExplorer

Memory Pool

86,230 transactions
22.71 vMB
0.05849443 BTC
Random Selection Loading Transactions
Max Size: 154.85/200 MB

Candidate Block

Mining Attempt 2f08c764f6648f61d9f4f5b6defe881c905ad50e9426e317d0f5665520ede31e
Version 20000000
Previous Block 00000000000000000000f0dd146afc358fec39fa8b45e16fd82f0071ad1b04c0
Merkle Root 791dd864ac6fd6819d3e3f47a9f4bc66f631d19ba965a04b01f7366b20404027
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,102
Size: 1.00 vMB
Total Fees: 0.00793843 BTC
Feerates: 75.12 > 0.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,911 (820,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,645 95,645 00000000000811a1260ac195941882585e14dab8ccf09c866b4e4d73ee3d24dd 1 0.00/1.00 vMB 0
95,644 95,644 000000000001ec9762d4741dfd37e151f58b8d3df689d4dd318b9a784e26a0d1 1 0.00/1.00 vMB 0
95,643 95,643 0000000000022bf6e10d4a406228c9d8a910e3dfb0f0e9ace4099fc3aeed482d 1 0.00/1.00 vMB 0
95,642 95,642 000000000000aee3d2a124c3a62ff76d04775ba27cc3afb4916bd98e89c12277 2 0.00/1.00 vMB 0
95,641 95,641 0000000000054f9a3c1c9820e7dec20f2f29b165b1559f675edc1aaa76b10b46 2 0.00/1.00 vMB 0
95,640 95,640 000000000007399251ae9176392c3eab25ecc2b632196bfb0fb4de1c19d0e42e 5 0.00/1.00 vMB 734
95,639 95,639 0000000000069c7f4eab5c7a19a7c2c18fe3234d669cafd65b9975be3175b7e0 1 0.00/1.00 vMB 0
95,638 95,638 000000000008105ebd23405cab2ca20b21cd62108adc71b44f7bdc5e95a8f1b4 2 0.00/1.00 vMB 0
95,637 95,637 0000000000026204c2e6e977a35f99eea167f5f4d431417954a79a82cd86f411 3 0.00/1.00 vMB 0
95,636 95,636 00000000000255255b27e0785aabbd93e787840bc6204ffcb35f52c5a51a56dd 5 0.00/1.00 vMB 0
95,635 95,635 0000000000066160b682f36148465d3a6221de7336196ab4627bd2d7c755af82 2 0.00/1.00 vMB 0
95,634 95,634 000000000001d062877f232a64c0aa98492847490b8d8e76ad975866741ed4c1 1 0.00/1.00 vMB 0
95,633 95,633 000000000002691946fa57debc78705d607233533c60543e87e352d11d16a838 1 0.00/1.00 vMB 0
95,632 95,632 0000000000047ac2a6c38c06394013d0dc37d5d1974baef796f0b57bf87f13ec 1 0.00/1.00 vMB 0
95,631 95,631 000000000006a4b0b629e892d3169a4c590041974797c26cc8c0d4caacd1e3fb 1 0.00/1.00 vMB 0
95,630 95,630 000000000000483c33d38561964ce219734e90f0351be3ae93876ab5f410de23 2 0.00/1.00 vMB 0
95,629 95,629 000000000001640bbe43a8fe6ecfe9a0288a01ade6f7665d6de6da06dd2fdb0c 1 0.00/1.00 vMB 0
95,628 95,628 000000000002b342e77417439687a6823cca698d6cbb96d2f1955d559572fe3a 1 0.00/1.00 vMB 0
95,627 95,627 0000000000010d081821a146c16c51b20bbe480910e177339314420fdc13a258 1 0.00/1.00 vMB 0
95,626 95,626 000000000004d7ae49b73bf450c0d13a7da2287ed051680e629614c0a58f9a84 1 0.00/1.00 vMB 0
95,625 95,625 0000000000019a84c09adf3903d84322bf93d84541670158ed6338a03e7e3765 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.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: 798.22 GB
    • Received: 22.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.