Loading Tool

Explorer IconExplorer

Memory Pool

43,056 transactions
27.72 vMB
0.09167060 BTC
Random Selection Loading Transactions
Max Size: 145.80/200 MB

Candidate Block

Mining Attempt f0a3b988b435d3b8cdc01b39f6b065c1c84535e5542449bc659aece4aac681a8
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 3a523f575e36103094bbb355b9f665cc168abbdc6a11a64f53e8ddc2f8c7efa8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,962
Size: 1.00 vMB
Total Fees: 0.03982138 BTC
Feerates: 12,322.98 > 3.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (149,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
765,066 765,066 0000000000000000000492f65c6a155d28850cdf16c90230ce176958d0ac17da 1,672 1.00/1.00 vMB 10
765,065 765,065 00000000000000000006f34deea996c0d71dbab6dd1276313e3c188510c2f482 1,129 1.00/1.00 vMB 4
765,064 765,064 000000000000000000008fb4ba4e2ecc34d4653e48338a08dc1139ac5e8f6391 2,489 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.04 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: 650.68 GB
    • Received: 13.31 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.