Loading Tool

Explorer IconExplorer

Memory Pool

17,340 transactions
12.23 vMB
0.02962067 BTC
Random Selection Loading Transactions
Max Size: 70.40/200 MB

Candidate Block

Mining Attempt b1b63ab590cb413d84c80354523d3ddde0bef38e531aef53426c01c45b767d76
Version 20000000
Previous Block 000000000000000000007ea9c7d7f4c3721f5d407760b0ddee5fbd1b7c04108e
Merkle Root b0b27a40fb7268b97f636f94e7af19a8bd237cac749a18d2b3c22d3dbdabd0a1
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 1,735
Size: 1.00 vMB
Total Fees: 0.01713085 BTC
Feerates: 603.48 > 1.72 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,641 (732,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,853 205,853 000000000000045ae4bd6bd20fc801048630b42fab89da3058bf233d6d0e05fb 822 0.25/1.00 vMB 306
205,852 205,852 00000000000001984885c7e2bcabf999971150a51d506e326c41b204e1e73bd4 10 0.00/1.00 vMB 123
205,851 205,851 000000000000025f8337250114ff3912c5bfb8ccafdd6480ae93f7cf434106cf 12 0.00/1.00 vMB 14
205,850 205,850 00000000000003884d8c2186ea896f1257e2cbba04b8425f6c4e357a1d2270a8 140 0.06/1.00 vMB 170
205,849 205,849 00000000000000f2eee9c87e8ca96ff3799d1c648e46cd628bd80941a2b2334b 116 0.04/1.00 vMB 14
205,848 205,848 00000000000000845d2b1a70b9bd24eeb9d50313b4d0bad39f5c4b35d5cec969 277 0.11/1.00 vMB 171
205,847 205,847 0000000000000394eabe7937145f579c3bb3aec5a41d444b02cb42d650ed4ae6 343 0.15/1.00 vMB 208
205,846 205,846 00000000000003893b53488bccc157ea0b94d19bce2181cfdcea6bcdde3fe30a 47 0.02/1.00 vMB 261
205,845 205,845 00000000000003b3a1fb56a5777bf65edd7639b801b0a0019658362dfb3c2a33 17 0.01/1.00 vMB 69
205,844 205,844 00000000000004a52c94e24cbbfad1fecf48e2a2eff123f984516d78021c3c69 123 0.05/1.00 vMB 231
205,843 205,843 00000000000004ab3545f1d69636dc0823f031296eeb6b6a8f0f6d9b887c38e0 79 0.06/1.00 vMB 237
205,842 205,842 000000000000015b46e5f122c31a428d81f69b54c4c248857f884f8874ca8293 18 0.01/1.00 vMB 30
205,841 205,841 0000000000000132a3a2ad20767b8b229b7bf33d6041d9b874ac41fb8db5dc77 125 0.05/1.00 vMB 259
205,840 205,840 00000000000003e06846e610ac94cffb39745ce56e49a5794e7083eb335ef5a4 111 0.06/1.00 vMB 157
205,839 205,839 000000000000026a631c4c36c859e362776c1d2603c75008a15ca593536a19f2 135 0.08/1.00 vMB 162
205,838 205,838 00000000000001ce6e35715d1b7da69558bb499653c95181060574a207c2b4ca 10 0.00/1.00 vMB 167
205,837 205,837 000000000000040f88e2dbb661f9ad790992ac6af926707077c87d00358a2dff 177 0.09/1.00 vMB 226
205,836 205,836 0000000000000271614d6110d27937aac7b481f39d730fe766298de12eb1cbba 8 0.01/1.00 vMB 40
205,835 205,835 00000000000001d8a307ad5aa7549c2816d2b8768aa2965ae3c7271ccf2f4937 123 0.07/1.00 vMB 102
205,834 205,834 000000000000010c3b6f30c7d804d8f120db7a6766b2a3b652e179286805df3d 609 0.28/1.00 vMB 229
205,833 205,833 0000000000000494cffed6ad37fb432c5f37456c6d0dbfb3c968fd7919b251de 263 0.22/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 824.26 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: 4,135.54 GB
    • Received: 228.10 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.