Loading Tool

Explorer IconExplorer

Memory Pool

9,164 transactions
3.39 vMB
0.01501506 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.19/200 MB

Candidate Block

Mining Attempt fc525b9c4077d33ea05ef15187c8f0c44c39c1cd28b94ad4acd6fe82d3d94625
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root f23f70de92ab442a47b34f319c82dc83feafd1c83c50b14215790f8a2e5a6da6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,045
Size: 1.00 vMB
Total Fees: 0.01175554 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (716,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,659 196,659 00000000000000eb6ef249c32b3ba98cd1450c9753957e520126c462ba9e739b 175 0.05 vMB 96
196,658 196,658 0000000000000575e46a937789dddeb64b75def585973a4697cfdef8c30209d0 74 0.03 vMB 114
196,657 196,657 000000000000019f119bb98cf85937a6434ebad50504d10f9766ab996609c54b 69 0.03 vMB 124
196,656 196,656 0000000000000620daf824751c879fab17fc08c7a4e7b3f005d32a5f5428dfeb 116 0.06 vMB 208
196,655 196,655 00000000000000bc7871eee26e7b2c20b8edffb4de453d17bc88f0a1f1a3c09f 11 0.00 vMB 14
196,654 196,654 000000000000013339a49abed968d26622a6425f58bc42ba5dc9d3357b3ee025 14 0.01 vMB 180
196,653 196,653 000000000000033340f2df2c5c305c08388368bd6c3a3163b7ae09cf1c1ce9d4 86 0.05 vMB 142
196,652 196,652 00000000000005537ca26548167bee7636cb0dd3306da41dc6ecb1b9ff450332 468 0.25 vMB 205
196,651 196,651 000000000000009e80c8280653fb0cfa88573f92153976c3c5db29671c52575f 65 0.03 vMB 310
196,650 196,650 0000000000000264d4c0dde70fea9efd8fb514d53976faa5cbe27799f02f7632 247 0.10 vMB 223
196,649 196,649 00000000000002522a99d71c36394b39ff1a9fe0dabb8d9264357007ff47a814 140 0.04 vMB 72
196,648 196,648 00000000000000e2292f2798a1d277e42c08d67138b5f142937ca2dc96916011 23 0.01 vMB 86
196,647 196,647 0000000000000277c75b2dc5c22734384c753597ddd68d0b7e2764d299ab459b 27 0.01 vMB 247
196,646 196,646 000000000000027715ddcd5b6e681d121125f6f08e448252513779ebb276b9bf 371 0.17 vMB 236
196,645 196,645 00000000000004cb688bf8f10c00a1657bdefbd21d4cad08fb2201e5a00fc721 349 0.11 vMB 152
196,644 196,644 00000000000002b757c7a2d9c98f930062db62a0089a92715145c7be486071c4 534 0.25 vMB 259
196,643 196,643 00000000000005785b7210d23435261f9981b367673d81964085d84357d9c8f4 21 0.01 vMB 231
196,642 196,642 00000000000003857da4941d3cda3c28d84bcb4ca8753b5a3f960b4b0b4bf3c1 63 0.02 vMB 131
196,641 196,641 00000000000002600d2a6d3dc51e9580dced58ef0f6abdb828b25bab00e59a12 100 0.04 vMB 115
196,640 196,640 00000000000001040257a6bc21ab612863175fc476ef4bd9a390de52f2cdc66d 217 0.10 vMB 173
196,639 196,639 00000000000005fa5e3afef057a7bea71667bb4055f2b1277c3606c8c73efc58 203 0.08 vMB 130
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 365.51 GB
    • Received: 1.76 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.