Loading Tool

Explorer IconExplorer

Memory Pool

10,188 transactions
8.60 vMB
0.01880665 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.82/200 MB

Candidate Block

Mining Attempt 53ffe855de87526a32c02ee306896f16c101f04e8d208b82f18dfc2cbdd10c8e
Version 20000000
Previous Block 000000000000000000018a8003492cbdec5695b2cec8197f7ffb6a62f2878539
Merkle Root 58a54f35545983325d64bb89b0070bf2167887b25f1ff17ff22c0db8d88341f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,584
Size: 0.99799075 1.00/1.00 vMB
Total Fees: 0.00642831 BTC
Feerates: 82.38 > 0.64 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,621 (630,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
282,769 282,769 0000000000000000aece28462ba5cb0219d30d5be170644c05dce6ba32df91f3 94 0.06/1.00 vMB 32
282,768 282,768 0000000000000001e70685b4f8a67c0a22797fab927bca2633ca6939c8b77bbc 184 0.13/1.00 vMB 33
282,767 282,767 0000000000000000a245eb28c1b4471697ef5afc8cde92cdef8640d2061d02df 292 0.12/1.00 vMB 47
282,766 282,766 0000000000000001e6589eb0d77896ed45405a2c9d65f134248a2efc2c3dfa48 59 0.02/1.00 vMB 30
282,765 282,765 00000000000000019a05603aeadabd2347aecc8cea2a582df770f2ea4be6520b 128 0.20/1.00 vMB 18
282,764 282,764 0000000000000001e6dcbc41e12a5f11e13a9eb25cea7d44e123af4084658f70 1,013 0.46/1.00 vMB 41
282,763 282,763 000000000000000078cb672e4962e5a1f21c2e8028baf1c40a67994bb3f62389 164 0.05/1.00 vMB 79
282,762 282,762 00000000000000007d740c8a5eb96bb745210403c7ef3a16c4fbc3c5d78651c9 156 0.07/1.00 vMB 88
282,761 282,761 000000000000000085653bc8e8805916f33da7f5ef922a892889dbdf5f2885e5 212 0.10/1.00 vMB 39
282,760 282,760 00000000000000005c0a83cc9505c9da94ebeb6fdc369b96d641915e9bb7dea2 79 0.03/1.00 vMB 42
282,759 282,759 00000000000000009b7610a257d8844d9278d3fbc49a053c730888a6b67d1b4a 388 0.15/1.00 vMB 49
282,758 282,758 000000000000000086da6e9ef739c51cf16c4575eb66127096eb683e3a99d773 106 0.05/1.00 vMB 30
282,757 282,757 000000000000000144785afb658fbe3ad2ce9ec2c5827886934c9a678d6942fd 147 0.13/1.00 vMB 13
282,756 282,756 0000000000000000ff062b62dee3c96f8fb9268bdaaeb50d14a017d5146737d8 480 0.25/1.00 vMB 26
282,755 282,755 00000000000000016affd4284f79bfcb628da9c33877243676496c9b701a1148 779 0.25/1.00 vMB 69
282,754 282,754 00000000000000009e1b71c9ade519853728a052ec8cfed67b1d7a4436632034 615 0.41/1.00 vMB 22
282,753 282,753 0000000000000000509ca8f92e60acd5a588308e2456e94afd6809bbd1f0c2f2 1,527 0.50/1.00 vMB 85
282,752 282,752 0000000000000001a7633ee76c6bd98f39c291937c7d5356931b7a94747cbdb0 91 0.10/1.00 vMB 15
282,751 282,751 0000000000000000af18a60d8cf63a1a646b774b81313902525fe35826901ba9 566 0.25/1.00 vMB 50
282,750 282,750 00000000000000003be75f40ba53d3335a5e8567f72a6e61dc788d1164a13d73 581 0.42/1.00 vMB 28
282,749 282,749 000000000000000192a44d7dc8fac60f6252695c5ca01b818e72b943d23ba5c3 472 0.25/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 779.94 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: 466.00 GB
    • Received: 2.80 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.