Loading Tool

Explorer IconExplorer

Memory Pool

35,216 transactions
28.04 vMB
0.05946958 BTC
Random Selection Loading Transactions
Max Size: 140.37/200 MB

Candidate Block

Mining Attempt f3b4e0b4abb2e8812b816e5c0d638eb3b06992f3d3b9a13d53dfb6388b43bfb0
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root ef8b649f4adbd383370a9d514399b124a1d37f724178d358541a20e8d66a9dfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.00582896 BTC
Feerates: 53.51 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (849,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
64,875 64,875 000000000438f76e035f4511aca9120fe53b6a395c13cf82de78c65f181189da 1 0.00/1.00 vMB 0
64,874 64,874 000000000841ce667f99cd96299a4e528361f3f370f99484f9dfdb8c5c357adc 1 0.00/1.00 vMB 0
64,873 64,873 00000000064acc1f249a28657a055c0ba2139d9dd84a0494317f3f03698a96b1 1 0.00/1.00 vMB 0
64,872 64,872 0000000001b7c977c4d906d19fb0ea90ad9953af3e0738a31ac5d193a1113668 1 0.00/1.00 vMB 0
64,871 64,871 000000000a92310c99e0fe695db76a2eefa4503062ef49d323314c8911398d15 1 0.00/1.00 vMB 0
64,870 64,870 00000000087300e95bd7511f6135f69070d9e1afe73312f52795178ad2e43971 1 0.00/1.00 vMB 0
64,869 64,869 000000000006040f4b6f6e9d232f7d18dd6b6f38af00e00bf6b1738e52499689 1 0.00/1.00 vMB 0
64,868 64,868 0000000005c272b8971e8c0f392bd2bf82f3a107d0b8cd909036b2a989503a87 2 0.00/1.00 vMB 0
64,867 64,867 00000000052058a7a569126f37a9a41731a24bf13679436ce8671611a657d18d 1 0.00/1.00 vMB 0
64,866 64,866 00000000043a5615a05ccc6273b0c87b5bc7b1b27f403ff7f13dd316461e2f74 1 0.00/1.00 vMB 0
64,865 64,865 00000000069b521b42a70ac024bdb91fbc26fae76bed86c8e6b0beea71e3e2dc 1 0.00/1.00 vMB 0
64,864 64,864 00000000026dba8da15b462de74cbd3cbb75a7da3215b4ad001b1091ea682895 2 0.00/1.00 vMB 0
64,863 64,863 00000000095c7783975c6b2805dd4381367078834e13e6f2f6f87ef64d47024d 1 0.00/1.00 vMB 0
64,862 64,862 00000000099382fbd59839b0c45e528d8532092d1a1c8946e42f7c428cbd2c25 1 0.00/1.00 vMB 0
64,861 64,861 0000000005e6d79ee040f6ed49d34c2c1cc86cb965f548ea3b4d0f3694ffaf75 1 0.00/1.00 vMB 0
64,860 64,860 0000000006b181d8215f1d7fd96cbe4de73044c2f2ec8feac879676db0fdc397 2 0.00/1.00 vMB 0
64,859 64,859 00000000075910fe0cc6bd6f5dac0183e847bf1a5e39f1064e9c223d0005b168 1 0.00/1.00 vMB 0
64,858 64,858 00000000090908132768e2e50778abb8b03a772dfa5a6121a20185f8d67f89dd 1 0.00/1.00 vMB 0
64,857 64,857 000000000532729d63521a0e702cc3a76f569eaacf3859f1915a21b9f1d894ae 1 0.00/1.00 vMB 0
64,856 64,856 000000000916c1e6e27e22c0d7ee9879ae66688065bcf5458d20a25857f32fed 1 0.00/1.00 vMB 0
64,855 64,855 00000000099b0c9a4c2b51178f3336444ec617a687b2a2dc92759aba1199ea8e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.38 GB
    • Received: 11.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.