Loading Tool

Explorer IconExplorer

Memory Pool

56,671 transactions
32.16 vMB
0.18465921 BTC
Random Selection Loading Transactions
Max Size: 173.18/200 MB

Candidate Block

Mining Attempt a9d5eb03826a0a8b6b7f9710a088aa9d9b9e885f46184e7ffbe7c5fe8ef43961
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 6fed88689ede4441465fd2ae365bb858f12f549407928c7374052409b57d5720
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.07293526 BTC
Feerates: 465.21 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (149,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,087 765,087 0000000000000000000057d63fb36fe53dfa9e1792d7b050aa824702ad17b2a8 3,354 1.00/1.00 vMB 26
765,086 765,086 00000000000000000003635b82c8c33c3b2fc0cdfd36d9a69f50bc9802448315 2,926 1.00/1.00 vMB 27
765,085 765,085 000000000000000000052c8a704633bc5c64c13ec5d360ee43aca32d97870b40 1,924 1.00/1.00 vMB 33
765,084 765,084 00000000000000000003198adf37064198b60463be464ede00918aa44a7d7151 2,855 1.00/1.00 vMB 45
765,083 765,083 00000000000000000004e0c73b0d118d5c4e2710030a49d446cb308ce4a7e8fc 3,463 1.00/1.00 vMB 49
765,082 765,082 0000000000000000000258a206f46913cc13268973746c2dac8b0aba133e35de 3,538 1.00/1.00 vMB 19
765,081 765,081 00000000000000000006eb978879c8ed5907b42b9a9165eff7227b3ccca5da76 3,233 1.00/1.00 vMB 32
765,080 765,080 00000000000000000000d4e00b2b69a9e9530d6452926ec8093637fa9f56ea94 1,625 1.00/1.00 vMB 6
765,079 765,079 0000000000000000000653eab930df443213f6106894c4aadaedb567072e09d3 1,549 1.00/1.00 vMB 18
765,078 765,078 00000000000000000004b280c731a337a56f62450632de283543c91dd533733b 1,223 1.00/1.00 vMB 18
765,077 765,077 00000000000000000000c8e399e8241ff071f404e5c0d2c95cdf3a3f49d417b9 1,943 1.00/1.00 vMB 25
765,076 765,076 000000000000000000029a02a372fa55e1186a198f1501e57793ce25a0f4450e 2,091 1.00/1.00 vMB 25
765,075 765,075 00000000000000000002489b15933d7f0e3ad4dd25b80be71ac6bc0de6b795e3 1,119 0.45/1.00 vMB 15
765,074 765,074 00000000000000000005dd913a722b1ca53d70683dc607c3ba9570e9d332a53f 710 0.28/1.00 vMB 15
765,073 765,073 00000000000000000000c1a392959bf411e93078f54b4b4ba02725377c59b24f 1,165 0.49/1.00 vMB 16
765,072 765,072 000000000000000000022ff9caa831f24b3d48dbe8ee553a46288f2c85e65551 140 0.04/1.00 vMB 18
765,071 765,071 000000000000000000067a8ad1dbbf53d1a4ed2ad0ad6a1df9147dfd23977eba 1,140 0.62/1.00 vMB 3
765,070 765,070 00000000000000000002486b650d222e12262f30526d538c3e5739e0bd1f5073 3,291 1.00/1.00 vMB 26
765,069 765,069 00000000000000000006c2e0fd56d08a7e96987abbbaa3fd806e58fe9716d793 1,838 0.71/1.00 vMB 15
765,068 765,068 000000000000000000025af4bd7c5527693c293bea175249d97bb377c5eb8904 1,049 0.33/1.00 vMB 19
765,067 765,067 00000000000000000006e51f9642d51d5a18a8078df12f11f4cf706e0886fe8e 2,028 0.77/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.