Loading Tool

Explorer IconExplorer

Memory Pool

72,498 transactions
27.98 vMB
0.06760636 BTC
Random Selection Loading Transactions
Max Size: 165.83/200 MB

Candidate Block

Mining Attempt 1efaebd8e665f3ab1d3bc7b00ab5e3005becb40d6b1ee01678894be99550fe0c
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e845e9dc5df6ec3a3b4084a5ef5848edf5a7db5d17b888dfd3c0a68775c4f9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01172419 BTC
Feerates: 101.52 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (535,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,357 379,357 000000000000000002cb8950e90ec03a83db691f5a1db372d7d0b59216a675b8 321 0.18/1.00 vMB 54
379,356 379,356 000000000000000007f8789f2b2669b9e346caff78a57eec03996d563f36beaf 590 0.29/1.00 vMB 28
379,355 379,355 000000000000000010c62671a144a71ef5f6050d34461c745baf96141ab66ab8 320 0.30/1.00 vMB 14
379,354 379,354 000000000000000009b1a9bebadc5c0400ac214fbf9536bf9785b1e04265865a 1,348 0.83/1.00 vMB 31
379,353 379,353 000000000000000010d0586603e83c08972322949c4efc0ffd3fb6fcf66c2142 395 0.27/1.00 vMB 26
379,352 379,352 000000000000000009a6d6920cd4451658d3f3e03369ba694ed60698fa6c410c 2,202 0.88/1.00 vMB 40
379,351 379,351 00000000000000000ac0d4e9470127f1b36591319637c28c3ca00ec191f1c162 423 0.40/1.00 vMB 30
379,350 379,350 000000000000000006fcf938203c6b81088667770619e4489b76c260fe5be3f0 1,823 0.93/1.00 vMB 44
379,349 379,349 000000000000000002283744b8c32eba1dbbe4fc6a66e3ef2b973d2eeee52708 1 0.00/1.00 vMB 0
379,348 379,348 00000000000000000a22116172656ef3280abbacbd6d514c29442db17bdbea01 1,532 0.62/1.00 vMB 51
379,347 379,347 0000000000000000031632d0b3f75b8540be62552003eae3e56757f645f98259 1,554 0.65/1.00 vMB 38
379,346 379,346 00000000000000000713faf496bd98cae3b7440ce49fb7e7a59a4be1281d39b9 167 0.11/1.00 vMB 19
379,345 379,345 00000000000000000485dceb4e56a9f556402a8fb4498e9a6d941859ac93df05 1,829 0.95/1.00 vMB 36
379,344 379,344 000000000000000011e1f033e8619c110a11d22bfc9a6c0e362e7625c43fdfcc 2,123 1.00/1.00 vMB 39
379,343 379,343 00000000000000000ccebcac58ac6b3f10757040b12df4ae262e55c58ad67c59 745 0.76/1.00 vMB 16
379,342 379,342 00000000000000000e63e0d7bce1b589d8e7ede621d37386c7ccc1be5bce233f 2,462 0.93/1.00 vMB 54
379,341 379,341 00000000000000000ccf9d2f09824da0bee269dc68ece31d1ca76a3fd7d774cc 363 0.20/1.00 vMB 31
379,340 379,340 00000000000000000bdc8265a0d12233a88eb81887616bd62f5ac6b68e716cd9 518 0.25/1.00 vMB 35
379,339 379,339 000000000000000005e3cef013503c1f82eaf8dd0a06b73831f9e6ec5c29b82d 678 0.36/1.00 vMB 40
379,338 379,338 00000000000000000f72a5c7214612391baa0ab6c8e4920ccd3ee76a7f84f000 225 0.14/1.00 vMB 34
379,337 379,337 00000000000000000bcade4b79ef9dcba1b64fe9baf48b0d205d859450e2b84b 345 0.31/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.45 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.46 GB
    • Received: 15.25 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.