Loading Tool

Explorer IconExplorer

Memory Pool

9,185 transactions
9.37 vMB
0.02438234 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.56/200 MB

Candidate Block

Mining Attempt 9011bfe7758cdea48be39ba77a11feedd5fc19cb6855eaf3ee57de58d30b6e58
Version 20000000
Previous Block 00000000000000000000786707c7185cfb38fe9a224c64bb9f67929ff2388934
Merkle Root 1c6f5f9de794ba4b16abc855b2c3d83d41764a8ca9c23923d9c2b8225827a216
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,370
Size: 0.99794 1.00 vMB
Total Fees: 0.01063110 BTC
Feerates: 180.34 > 1.07 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,802 (742,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,623 171,623 000000000000085c99004a8b459cdd14496b9b908733fa0a2a7419cb626e1c15 5 0.00/1.00 vMB 49
171,622 171,622 000000000000051f5caee839b18470b833611a7bcd5308927c34b62896ae3ae0 35 0.02/1.00 vMB 109
171,621 171,621 0000000000000ac6df9b06d39139baf864ddfe0ccfaab5b3114a778347a9f501 29 0.01/1.00 vMB 77
171,620 171,620 000000000000074254f7b5ddd011479eecd093ae093a4f933d1585f2203e1a79 77 0.03/1.00 vMB 124
171,619 171,619 0000000000000a9820839c1cefe6773dc4e9f9762b07c9f722641b9568ed3163 84 0.03/1.00 vMB 158
171,618 171,618 000000000000020c2e9b223a9ac0646b8eacc82fa54b5f619394d625f2539016 1 0.00/1.00 vMB 0
171,617 171,617 000000000000003c253024c3131874b7dc17ea69d2e6705480efcf2e09d6ab9d 7 0.00/1.00 vMB 163
171,616 171,616 000000000000052fe314e7820831f48d4e345e53e4922afdd3bec1698f596b1d 13 0.01/1.00 vMB 116
171,615 171,615 000000000000026c4244f7fdbba6af4518dead52f6e25f90d185b3ec14cc15e1 1 0.00/1.00 vMB 0
171,614 171,614 0000000000000a2bc7c8c13041504484355eaa166ab235ba0e5dddbd944884ec 7 0.00/1.00 vMB 163
171,613 171,613 000000000000007c9e786de935c28d4650138f4539daf0cdecad259c19107eda 30 0.01/1.00 vMB 40
171,612 171,612 00000000000004b1d84b1a04d12c10f179b7f3122ec8e175d11eea8921e55c7d 16 0.03/1.00 vMB 27
171,611 171,611 00000000000007b01fed8dc61f403dcfe014a3e064de9826eb9dcac79e270cf8 1 0.00/1.00 vMB 0
171,610 171,610 0000000000000697ba6e83bfa35be4ac456d1161985f94f361a52d61735397d8 24 0.01/1.00 vMB 297
171,609 171,609 0000000000000160dd0e774aa71771448d7eae070265d4a309da4738273ea4f8 72 0.02/1.00 vMB 98
171,608 171,608 00000000000008c4d0e2a9eb0053f241976d20a9937e48accf1163433c1d8f83 1 0.00/1.00 vMB 0
171,607 171,607 00000000000006af743169393fdc96327e74a165dd418b6c423d155cb04aa495 11 0.02/1.00 vMB 45
171,606 171,606 00000000000008554460131a816980d0ee4ff2cc12f938a7e6c9e8c2edb8936b 130 0.05/1.00 vMB 847
171,605 171,605 00000000000000392aaea26b81e3c3933f732eed1b3f09d8af4ae922806ad156 119 0.04/1.00 vMB 117
171,604 171,604 00000000000000a8c87d99ee39c01fe6f401d85d084fb71ef116ac5440309eb4 19 0.03/1.00 vMB 33
171,603 171,603 000000000000099146cf5c7dc7c46d1825d1698480d264f027968d268abae44f 61 0.02/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 780.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 515.62 GB
    • Received: 4.36 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.