Loading Tool

Explorer IconExplorer

Memory Pool

80,470 transactions
35.06 vMB
0.20149712 BTC
Random Selection Loading Transactions
Max Size: 195.18/200 MB

Candidate Block

Mining Attempt 495bf31b23ee7117a487be99291a6063af7432708da403fb3dbb3706da696f76
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 62e41f3ca574146cce4574d7b49ae24b91735d0136374ad45429d38f675baa5a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.06428329 BTC
Feerates: 477.45 > 6.44 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (462,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,558 452,558 000000000000000000de9e47211605f663d8f44ceeaed76373e572d1c1098b50 1,660 1.00/1.00 vMB 96
452,557 452,557 000000000000000000481a1434967b3bfb5537dfb5efb83f8526f025493b178b 1,763 1.00/1.00 vMB 91
452,556 452,556 000000000000000001a9465ae2fabcca97061db99b9982a3bdcf50dc8155e1b7 1,964 1.00/1.00 vMB 113
452,555 452,555 000000000000000000c948f179d8b59fe0a5d183b6a4e35e4a29fb66d6267296 2,277 1.00/1.00 vMB 164
452,554 452,554 00000000000000000210b54f8a003232da22f4922b4fa5145c900a11674fedd3 2,738 1.00/1.00 vMB 142
452,553 452,553 000000000000000000e150518e41af0da0fd77e38fbce72ff22b2d525b2e6499 2,003 1.00/1.00 vMB 108
452,552 452,552 0000000000000000008b75d8c18c29b811660e91a2f45f88095c8a184fc3c580 2,484 1.00/1.00 vMB 127
452,551 452,551 000000000000000000e0e341fae8c7f75b1ded1b3a591601dd7fa4236d9f169f 773 1.00/1.00 vMB 90
452,550 452,550 000000000000000000479ab2e8c93c3e0eace6a9cff5c02ab4e9ebfe2fb6b052 1,054 1.00/1.00 vMB 56
452,549 452,549 000000000000000000aebc5734e2628a084f9054bcd357a9fa81920611da38f6 1,630 0.63/1.00 vMB 97
452,548 452,548 000000000000000002802d83fc857e57da798e8e1bfe0489846210658e4123c6 2,342 1.00/1.00 vMB 87
452,547 452,547 00000000000000000029210aa639e7226072bf5366c86fffedfe293367fd37c1 2,562 1.00/1.00 vMB 120
452,546 452,546 000000000000000000771ab1295e71dbc349220c47b0abfe17807c36c56ebe15 1,780 1.00/1.00 vMB 102
452,545 452,545 000000000000000000f6db429f59978302e63132648cb0d80ed97dfbb6542863 236 1.00/1.00 vMB 15
452,544 452,544 0000000000000000002a3a44ce453e84f9d7e29f0ba8852af29431bb2915f6b7 834 1.00/1.00 vMB 42
452,543 452,543 000000000000000000ced2bcf56ae8b69e0080e93f6e762f842d233556e64381 1,976 1.00/1.00 vMB 62
452,542 452,542 0000000000000000023b71749ee5c62cc6d0c2a04135071ca5cd84cc9757b45d 2,756 1.00/1.00 vMB 123
452,541 452,541 00000000000000000234e088e341e97a5b74d46ba69b0c3e5a486161e2f17114 2,110 1.00/1.00 vMB 96
452,540 452,540 0000000000000000001840c7032b26b72a64859c839fd9ede7005019e1347606 835 1.00/1.00 vMB 16
452,539 452,539 000000000000000001d5fe1c7478dfaeaece9f415e3c8d51b06c59d173d179f0 2,283 1.00/1.00 vMB 102
452,538 452,538 0000000000000000002da6f1c0f500a446f8ffc2030756ddb3852a27057bd6d2 242 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.11 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: 736.08 GB
    • Received: 18.58 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.