Loading Tool

Explorer IconExplorer

Memory Pool

49,956 transactions
30.11 vMB
0.09921955 BTC
Random Selection Loading Transactions
Max Size: 161.16/200 MB

Candidate Block

Mining Attempt a6a92af182168cce8b0abd31f54a5af5ab861383c9d295ac9704a3ae253cdf4d
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 35b1399c07d30a50affd8508fc26b4029a761ae8218343a8843b419a93173554
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,323
Size: 1.00 vMB
Total Fees: 0.02963599 BTC
Feerates: 80.71 > 2.97 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (173,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,049 741,049 00000000000000000006f87f5decb14e6c0f4b514622b2c0b92fcb1c2ddaaf2b 1,412 1.00/1.00 vMB 16
741,048 741,048 00000000000000000007ac30a3891a0b99bb84cfe4d1b77bcfbbe09bbb37380e 2,526 1.00/1.00 vMB 22
741,047 741,047 000000000000000000025c42633d3519189d3e00ff582caf43d80d33fdd54678 2,688 1.00/1.00 vMB 31
741,046 741,046 00000000000000000003e56f9dd736992f117d9b89559eca72ccff777eb1132b 2,375 1.00/1.00 vMB 30
741,045 741,045 0000000000000000000199f3bbce1cabf792a0da7057e2297afe3ba9072f0278 2,766 1.00/1.00 vMB 35
741,044 741,044 00000000000000000004b8ef619cc51fb6208620cae677a38304f8cc93d93545 2,854 1.00/1.00 vMB 34
741,043 741,043 0000000000000000000444fd6e452a562c6147759ff78b8adc89fd94d21a0edc 3,284 1.00/1.00 vMB 19
741,042 741,042 00000000000000000008e5ce324733a50e5ace80e64f098df36376384d44b62f 2,422 1.00/1.00 vMB 23
741,041 741,041 00000000000000000005f5219fbb01906e4a233b2d9bfc2d4fbf6263b70478f4 3,143 1.00/1.00 vMB 41
741,040 741,040 00000000000000000008862f7df2918ea1fcee92da21d80b007b2cef3de08cec 3,378 1.00/1.00 vMB 24
741,039 741,039 00000000000000000003091393c5e8ae0306fb6d267f93adef5fc955b92bec85 2,771 1.00/1.00 vMB 28
741,038 741,038 00000000000000000002c2c56b0d92554a4bfc8b6ec42eaecb1ce25af7e25387 2,618 1.00/1.00 vMB 43
741,037 741,037 00000000000000000006622bc60a929a175628ac3604d508b424a6b59e5347c4 3,027 1.00/1.00 vMB 26
741,036 741,036 000000000000000000057784258b229f39c4462a4419371c9ed4432e9f54a05b 3,440 1.00/1.00 vMB 23
741,035 741,035 00000000000000000004f63c79db58fa975cd46cd86979259f6c51baa2a516d1 2,827 1.00/1.00 vMB 30
741,034 741,034 00000000000000000007227a10bc67c004662899580ce0db1d2284d4e5dfc1db 3,679 1.00/1.00 vMB 56
741,033 741,033 000000000000000000043bb6742387367a3e6ff680e5ee749a8aa52c2b33ffbb 3,290 1.00/1.00 vMB 31
741,032 741,032 00000000000000000002951deaa8c79013f6b0d005f99bb3a19c3d954f9e9274 1,688 1.00/1.00 vMB 16
741,031 741,031 000000000000000000030376d3442689f74ae8196d9b0f35788c4510e68e1a5b 2,507 1.00/1.00 vMB 31
741,030 741,030 000000000000000000075aeb19175485c0115814aca61fe7bf16ae0986c59203 2,314 1.00/1.00 vMB 27
741,029 741,029 0000000000000000000721f9eca0ed57a5ce98e324e65ccab6a24f4cae76c6e3 2,845 1.00/1.00 vMB 25
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.10 GB
    • Received: 13.40 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.