Loading Tool

Explorer IconExplorer

Memory Pool

44,688 transactions
28.53 vMB
0.06419299 BTC
Random Selection Loading Transactions
Max Size: 151.76/200 MB

Candidate Block

Mining Attempt 83b81d5e6f4c50aedb0a97fdb70a6e1fca16a4e2205ffefe69bf4c1cf11836ca
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 5a25f460fe8b2f20a8273ec6a9fca7ed43ddd02bad2a8bc32a784905c3351669
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,348
Size: 1.00 vMB
Total Fees: 0.00966902 BTC
Feerates: 60.21 > 0.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (263,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,578 651,578 0000000000000000000e7eb51fcf3df8b7155839684d1db8eebdaa080ea3f8e6 2,792 1.00/1.00 vMB 91
651,577 651,577 00000000000000000000db9aafc353d5b0963619716a390bc95f1746b7ac60f5 2,422 1.00/1.00 vMB 86
651,576 651,576 000000000000000000028418cc9ad0ebf4365fdb11c51128c1a0a04dc381369f 2,989 1.00/1.00 vMB 93
651,575 651,575 000000000000000000019cb6e8f5eb85ee56b8e4243e48c2a04e03053abbcb2b 2,929 1.00/1.00 vMB 96
651,574 651,574 0000000000000000000c6fa30032c0963c66787776ecf104aa2aed982cf28377 2,259 1.00/1.00 vMB 106
651,573 651,573 0000000000000000000d4026f2e5e60bdf6adae70e29e63999b2ec758af9c644 3,191 1.00/1.00 vMB 126
651,572 651,572 0000000000000000000c17d44b58bca1ad20f814e305e76c0769736369430f2f 2,348 1.00/1.00 vMB 116
651,571 651,571 000000000000000000092442f0bf858bee51f329461ceee5dd07ebe86188f427 2,435 1.00/1.00 vMB 112
651,570 651,570 00000000000000000000f26ac97a57acd2af25bfa34f44da06e6f4e850efdee8 2,924 1.00/1.00 vMB 123
651,569 651,569 0000000000000000000a9d47b121d7c425f2b5a0d80f92ff12fe5da29fee06e0 2,815 1.00/1.00 vMB 114
651,568 651,568 0000000000000000000961c24d157213267517639bdf61ddf35275e065320d34 2,799 1.00/1.00 vMB 127
651,567 651,567 0000000000000000000a2e16fc306918c6678842478a10abaea9078f3b252d6e 2,735 1.00/1.00 vMB 132
651,566 651,566 000000000000000000007b08d820eafed1e69828c02a710a90ec8db7f9ed9638 2,943 1.00/1.00 vMB 145
651,565 651,565 00000000000000000009c2d11a745df147368af48b1535490172c9cc661ab2d5 1,847 1.00/1.00 vMB 109
651,564 651,564 00000000000000000008abb59cefad5390e57011c91071cc6918de82b13d2a3b 1,920 1.00/1.00 vMB 116
651,563 651,563 00000000000000000000b47fa8298a5ebb85f1703f963c7a2770120e0e3cdb3d 2,825 1.00/1.00 vMB 128
651,562 651,562 0000000000000000000d3db996098f56d08876074ec4bf8bbdb04b3f3f8a6bd9 3,148 1.00/1.00 vMB 125
651,561 651,561 00000000000000000007eaebfe25637271e9d1136b37013b16dd3950adedab68 3,071 1.00/1.00 vMB 120
651,560 651,560 0000000000000000000227e0811a213a366116de663de154ea2747b95b46ca75 2,833 1.00/1.00 vMB 129
651,559 651,559 0000000000000000000760a47cbb2c985582c97123f199045cb9113f7c7e1aed 2,940 1.00/1.00 vMB 130
651,558 651,558 00000000000000000007d4439addace94da4c7bd5985a237336566ca0eca40f5 2,825 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.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.