Loading Tool

Explorer IconExplorer

Memory Pool

81,383 transactions
29.82 vMB
0.14131159 BTC
Random Selection Loading Transactions
Max Size: 180.78/200 MB

Candidate Block

Mining Attempt 47bb62505713c91b926fe9c3bfcca4e6f6b0c7dcd0bf38d5ec105470b449f5e0
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root d8af31be8e4b86e58862ded3b5d2712eafb7d21999c7a2076d156fb73c0f7d90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.07403565 BTC
Feerates: 101.65 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (375,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,614 539,614 00000000000000000006776515f09d6ca2cd56bc8694f8c62ebc1037c4cc0729 1,018 0.48/1.00 vMB 2
539,613 539,613 00000000000000000005ab3257dbfc887bc8cb2d41e46e10d185248d46cdbd7e 2,396 1.00/1.00 vMB 25
539,612 539,612 00000000000000000006af2922a8b3176e3dbc397590cf62efc0d8376b137a94 128 0.06/1.00 vMB 22
539,611 539,611 0000000000000000000de93be41c9acb77490d7518f8d08bf2a9d2f729d3f116 157 0.06/1.00 vMB 14
539,610 539,610 00000000000000000010283f998858496b74e0d764ee0cf370b41ae1a895a947 454 0.19/1.00 vMB 16
539,609 539,609 0000000000000000001fe7b629fc9ab8b7b3d93ba6cca87162d3fbe4467250a7 1,935 0.72/1.00 vMB 20
539,608 539,608 000000000000000000247b290f3a0cd8ecb0ee034a0e1d036f4162527809c3b7 1,805 0.78/1.00 vMB 22
539,607 539,607 0000000000000000001f478d8ee8efc30cb2be867c6d9f8b9d3031e49746aeaf 93 0.04/1.00 vMB 12
539,606 539,606 0000000000000000000e3b4bc51ed108af72fe54749a8363c9221b0958ec2ea1 1,083 0.46/1.00 vMB 28
539,605 539,605 000000000000000000034a984c4bb5d81124ee31877da679134f2cc0b3a7aa16 496 0.28/1.00 vMB 13
539,604 539,604 00000000000000000024e12d51421792a2af1dac7429daf4ce3bc49ef85e14b5 586 0.23/1.00 vMB 17
539,603 539,603 000000000000000000245417dd4fc751f10f7edc3d037e7ff09849f9fa00c26b 618 0.30/1.00 vMB 27
539,602 539,602 0000000000000000001581ed95df696eb987cfd7f7c03237a39122b739c06775 652 0.26/1.00 vMB 21
539,601 539,601 0000000000000000001b2470a70c1fdc238fd69e45aa22ad38cf2f8530932247 1,248 0.55/1.00 vMB 23
539,600 539,600 0000000000000000001240b8c3a1c70a7fd89a47e5c6e45035b0a3385f83df60 1,383 0.60/1.00 vMB 16
539,599 539,599 00000000000000000022f7acb5d6755ea8b7cd659f93cb035b3188d4a9ead0e3 2,796 1.00/1.00 vMB 23
539,598 539,598 0000000000000000001253c0e34498231549c84f4c2dd4301b8e52cbd4ba86d3 1,791 0.68/1.00 vMB 18
539,597 539,597 0000000000000000001fe5dbda00fd3531d7ee5b4198e66dc6da91bd974bf9d8 2,611 0.87/1.00 vMB 19
539,596 539,596 0000000000000000001fe69abd95cc84312bc266c612b7e4f4133027d363ef58 2 0.00/1.00 vMB 2
539,595 539,595 0000000000000000000c8fefccf41c82ebc68f3882ddd99e120229129b05e689 1,520 0.94/1.00 vMB 8
539,594 539,594 0000000000000000000dfd111ac0dbab1f8a04e91d584a3c45068f9f0e5bc86b 2,420 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.