Loading Tool

Explorer IconExplorer

Memory Pool

84,017 transactions
31.15 vMB
0.09901754 BTC
Random Selection Loading Transactions
Max Size: 187.89/200 MB

Candidate Block

Mining Attempt b146ee48e3b6df1cf1d4fdca3f505b6706bb5dab001791c1a9eb9fb015880fa3
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 4b7017a1ce084cf9ed1662377b633fc5e0c3d150a529bbf967b39f8b537aedd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,206
Size: 1.00 vMB
Total Fees: 0.02943618 BTC
Feerates: 120.18 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (141,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,229 773,229 0000000000000000000101d7fcab3e451784d39cfc8e088895d3f3bde8040a6f 314 0.12/1.00 vMB 4
773,228 773,228 000000000000000000065fd55b7e634be345e5f89d2227d098bcd040116636a9 2,465 1.00/1.00 vMB 3
773,227 773,227 00000000000000000005efd0ae040b41a2053dddf019c6c86a2fca79ab028087 3,409 1.00/1.00 vMB 15
773,226 773,226 000000000000000000014de339a8da8d8c1b44a90335579a6575a0f576d54eac 2,950 1.00/1.00 vMB 23
773,225 773,225 0000000000000000000252e0c9044d45abcb1ee588b8a25c818a48251c0ee93e 647 0.25/1.00 vMB 5
773,224 773,224 00000000000000000007728fa1c0a0ccf3c5ef4d1b86a21816a20bd4c7942c10 2,411 1.00/1.00 vMB 14
773,223 773,223 00000000000000000005db6e8fe3b98e8b68357dc7f86e09810e81aa57b61db4 248 0.09/1.00 vMB 13
773,222 773,222 000000000000000000039a8eee5620ac1098166e7cfe9406cd0d39e1c7e70420 502 0.13/1.00 vMB 13
773,221 773,221 00000000000000000005b7fae484b24e5068227c94bf476f7eae115aeb7dbed8 1,905 0.76/1.00 vMB 6
773,220 773,220 000000000000000000012d4350da2dddd45dd7609b4f3285c1f81bd5b5f65c4a 3,239 1.00/1.00 vMB 15
773,219 773,219 000000000000000000042a47a30c61e7ee0a0eb997fea1457c7f7f363cf7ebdd 1,984 1.00/1.00 vMB 5
773,218 773,218 00000000000000000006ae4934a82da65d63fe142d53d184b484cf265fbca99c 2,935 1.00/1.00 vMB 12
773,217 773,217 000000000000000000072374dbd4d63981f29c0d3df150d2586b2150e53c100a 3,003 1.00/1.00 vMB 22
773,216 773,216 000000000000000000010fb483cc3e6e186877e6124ea43afd39e9d34e44c831 575 0.16/1.00 vMB 12
773,215 773,215 00000000000000000006d10b2d02b9a99799b4271bbcc3327ad0300cf2d2aa9a 951 0.33/1.00 vMB 11
773,214 773,214 00000000000000000000e00169cff4dfc4f780a9c376a48d40328ae13e11c4db 339 0.23/1.00 vMB 14
773,213 773,213 000000000000000000029ed62c17b9104ddfdf3148572fa5d21a1899d8ae5fe4 1,323 0.42/1.00 vMB 10
773,212 773,212 0000000000000000000777c58f32fdec09efc7d2a53a65d7a77d02e772b7c8e4 820 0.36/1.00 vMB 15
773,211 773,211 0000000000000000000556274b72251cc1c48ceec5efdb458e349ed29c813f00 284 0.19/1.00 vMB 5
773,210 773,210 000000000000000000041ff8a29d7d7f115bade0ce4a890f5eeeb4e72194e854 652 0.33/1.00 vMB 7
773,209 773,209 00000000000000000006e771e82b8b0615274b10937061f05cacacaac3f63d28 2,188 0.80/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.35 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: 661.94 GB
    • Received: 14.83 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.