Loading Tool

Explorer IconExplorer

Memory Pool

76,279 transactions
29.19 vMB
0.10553273 BTC
Random Selection Loading Transactions
Max Size: 172.55/200 MB

Candidate Block

Mining Attempt 7071ef2e151b35986f6c14f8b2989a6623c3ca5895ca60dd0fb7a2c562ac658a
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 2b133495c7b1734a2b5489a18dffa0752b38e4f9d2115713b8cea74e6cbdc463
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.04252115 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (288,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,126 626,126 000000000000000000018a310fe6119cbc9a367252fb461d3153c2e764eebbd1 2,297 1.00/1.00 vMB 23
626,125 626,125 000000000000000000054ff2045688b07b845ddbba9af190b5bd78cd46328c7e 2,733 1.00/1.00 vMB 23
626,124 626,124 0000000000000000000cab18306bfa2caec27b9b4d85f75c8a3e9393d90b00d3 3,122 1.00/1.00 vMB 35
626,123 626,123 000000000000000000040f11564eeacc9d1f29dbfb9f18011566ce27ede3cf66 3,017 1.00/1.00 vMB 39
626,122 626,122 0000000000000000000da56addfe55a8dd9f3b01c8b6f08b668b1abab3a2fd3e 2,485 1.00/1.00 vMB 19
626,121 626,121 0000000000000000000160d4b7e45a12e887e18313e7582b28987a640e449ee5 1,994 1.00/1.00 vMB 21
626,120 626,120 00000000000000000000598ed8b130ddfffe0e3d7371b2d46f6fd039423e6349 3,131 1.00/1.00 vMB 38
626,119 626,119 0000000000000000000f68d178a4be269f330b0b0231a8480151bf5ef7f1d292 1,944 1.00/1.00 vMB 20
626,118 626,118 0000000000000000000d256b67b2a563ec3109173601d47877ca79054f43430e 3,130 1.00/1.00 vMB 42
626,117 626,117 000000000000000000063043592b9b22caced3028996e487b0d4565dce5381ff 3,045 1.00/1.00 vMB 24
626,116 626,116 0000000000000000000d73611ee00880a73cd8fb4a825804e845c63bcc22d646 2,854 1.00/1.00 vMB 30
626,115 626,115 00000000000000000005d8559832c705ad55105f96641a9c1652cdeb2a219a29 2,137 1.00/1.00 vMB 17
626,114 626,114 0000000000000000000922b89bd88c1e6e886764fd43d4470db1bc56966acd27 2,139 1.00/1.00 vMB 26
626,113 626,113 0000000000000000000f34baf7ebb5cc79e96e31d23acb71bb87a4ed001a9904 2,965 1.00/1.00 vMB 32
626,112 626,112 00000000000000000010c6268d7ba4bb7c0355958bbef7af65daa944c2dcb56d 2,712 1.00/1.00 vMB 27
626,111 626,111 0000000000000000000f07c153dc3d6169a11432b7f67031ea9d34b61cb7899c 2,342 1.00/1.00 vMB 29
626,110 626,110 0000000000000000000332935c6e337c35e580fc580dd81d77dbaef05c05eb51 2,669 1.00/1.00 vMB 29
626,109 626,109 0000000000000000000c4cd95acf70721608cc93c938a46e09f2a2a02f785abc 2,426 1.00/1.00 vMB 34
626,108 626,108 00000000000000000003778cbf5ed2a4ee39709e309c43f49046b1a14342eb84 1,310 1.00/1.00 vMB 76
626,107 626,107 00000000000000000005a2735bb5ce3c77b33e0e86ae6cb2b6e9bb4802d441ff 2,702 1.00/1.00 vMB 21
626,106 626,106 000000000000000000024511e21d11f3c3b438fe0d10c7594c352920ad3d4f6b 2,548 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.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.