Loading Tool

Explorer IconExplorer

Memory Pool

75,674 transactions
27.81 vMB
0.07782986 BTC
Random Selection Loading Transactions
Max Size: 169.69/200 MB

Candidate Block

Mining Attempt 3d1050944a0a9d48de3f050beb89886e51522ec2b30fd1e7554033b4adba66a9
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 0629592b1621a563e1a854810a4e3366c85b52075e05189ded5f17ad7f8c7f7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,717
Size: 1.00 vMB
Total Fees: 0.01831382 BTC
Feerates: 99.50 > 1.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (484,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,091 431,091 000000000000000004378f44ec4fcd7bb6550ae2860399b0ab7e34be79054814 1,313 1.00/1.00 vMB 33
431,090 431,090 000000000000000002a6937cca8e2fa86229bfbb1f00d7df4e7f115531cc3406 2,842 1.00/1.00 vMB 75
431,089 431,089 000000000000000000085fd523d4cc1ce25b672b32f77b32809af4f1c5515875 993 1.00/1.00 vMB 34
431,088 431,088 0000000000000000032fcd4bba5cf21ac77d1fe8cab9c3c28aba5531c9c60c2e 1,710 1.00/1.00 vMB 66
431,087 431,087 00000000000000000356b4687cfd85e14c82e18072b4fa49f84dc9c1152fcdc4 383 1.00/1.00 vMB 20
431,086 431,086 000000000000000001ccea3bcabf65a6ca9ab7e57d58d98ddda09469683d5857 2,041 1.00/1.00 vMB 51
431,085 431,085 000000000000000003c18903f79b4c631daed2da0956c6ec66eca2ebf9e3b8fb 1,593 0.75/1.00 vMB 53
431,084 431,084 000000000000000000abf703007828906bf5d20d25739d63f221e98ee0ecd553 2,656 1.00/1.00 vMB 72
431,083 431,083 00000000000000000044597b486d830fb8e6244ddbdae32c19a34de10c053ff3 2,579 1.00/1.00 vMB 69
431,082 431,082 0000000000000000039ea7a14e518142613a0d322c70721c620ba9b5c4a0a510 1,282 0.98/1.00 vMB 31
431,081 431,081 00000000000000000166528e8e9ecea2af4daa231b199299dfaad745cdd0fd4e 1,735 0.73/1.00 vMB 60
431,080 431,080 000000000000000002112b6fdcf6948bab2e6144b837d3d268c5f4937293867b 2,210 0.95/1.00 vMB 58
431,079 431,079 00000000000000000436394a324ff87c5086519aea64a0f52be7f7fb0888c3cc 1,479 0.65/1.00 vMB 59
431,078 431,078 000000000000000003cf8859afddce7c4604e59059c49e3173c11f0316f9f0fd 714 0.32/1.00 vMB 64
431,077 431,077 0000000000000000016af16f90e3ebe53a72b0bba0d010fcff8d76b872b3053d 459 0.24/1.00 vMB 51
431,076 431,076 000000000000000004925d377e5a923ccd2553593b2d29a9217a8f37f488724e 260 0.12/1.00 vMB 68
431,075 431,075 000000000000000000fd3f5de6d48b84d2c56be1dbe91c95b23d101ec2ffe175 1,788 0.75/1.00 vMB 62
431,074 431,074 000000000000000002a40e3c161b46be33cf15c53566fb49199a77ddad596e79 541 0.36/1.00 vMB 43
431,073 431,073 000000000000000004c25bfe4a19955be71cb22ed54507aca321a37c0918b255 658 0.31/1.00 vMB 63
431,072 431,072 000000000000000001496f8e8215eefc4975a5bdf687b502b0721c61b4aa73a9 590 0.48/1.00 vMB 38
431,071 431,071 000000000000000001c1de04b7dcf8bc6c48e2bd0165e6539f58ad46b006095f 295 0.13/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.84 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: 712.22 GB
    • Received: 17.16 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.