Loading Tool

Explorer IconExplorer

Memory Pool

34,208 transactions
29.45 vMB
0.07738112 BTC
Random Selection Loading Transactions
Max Size: 142.63/200 MB

Candidate Block

Mining Attempt dc0203bdf6b0f9c6894c7518e5f781c8577561806b0759320fe78716339e0945
Version 20000000
Previous Block 000000000000000000016a655abee59fb1fe04633919e8d234db6ab1188b5de7
Merkle Root 67a089f70673a5a99fbe6680f1bd0fcc0e6f6b8e67ed076609f59b87c0e8b26d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,221
Size: 1.00 vMB
Total Fees: 0.01363627 BTC
Feerates: 72.50 > 1.37 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,518 (446,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,722 467,722 00000000000000000086c22026c88fe1963c366ce5b37956bcce2727d92e9e12 1,811 1.00/1.00 vMB 271
467,721 467,721 000000000000000000629915efb868bec0035539fb7b66decba21568171d3025 2,056 1.00/1.00 vMB 273
467,720 467,720 000000000000000000cb2c097de977f65a1eb37e7a243eed52ad5e23be3827bb 1,753 1.00/1.00 vMB 279
467,719 467,719 000000000000000001d346c683ca6b53cbdfc4a0904328130897822ce718278d 2,352 1.00/1.00 vMB 270
467,718 467,718 000000000000000000a834973a06f97d3dc54bb7d192d1ccf022faf79cc41a79 2,431 1.00/1.00 vMB 352
467,717 467,717 0000000000000000004a4b15cb44f11929d3a88e4cfd4401b4ac6c5e59f5051f 399 1.00/1.00 vMB 150
467,716 467,716 000000000000000001c6cbcd0863661197b510052d9bc2f724b061191275fc97 1,191 1.00/1.00 vMB 301
467,715 467,715 000000000000000000fa3fca53e9c47debff695b293202df586eabfc1157c8d5 2,081 1.00/1.00 vMB 307
467,714 467,714 0000000000000000001d3501f69f65cc8b630a1c44933b2275e536742298cb7a 1,598 1.00/1.00 vMB 297
467,713 467,713 000000000000000000ccf9768dfc1742062eded1c1952dc06c012ab74888a453 2,655 1.00/1.00 vMB 357
467,712 467,712 0000000000000000004ba38a4f8c71370eb5a2eca4addafb745dd333e68dd9e2 1,526 1.00/1.00 vMB 216
467,711 467,711 0000000000000000015b6789cdc5dc13766f58b38f16d5b35bf79ce4b040f7fd 2,271 1.00/1.00 vMB 269
467,710 467,710 000000000000000001c681ffb7c354fb2ebe60f466e994a69a88d1f6e71107d6 2,595 1.00/1.00 vMB 300
467,709 467,709 0000000000000000000d649dc1a985f30f2157df2900bf6e9fcaf7344abe4dfa 2,389 1.00/1.00 vMB 271
467,708 467,708 000000000000000000d9cd1d6f719612a59bdd78e19ae3a5daf311cb83435ce4 698 0.31/1.00 vMB 307
467,707 467,707 0000000000000000008444b67ae670992abdd4623fa63613aa9399c80b43ff2b 1,983 1.00/1.00 vMB 193
467,706 467,706 0000000000000000018af0ccb7ba9e53f8a603c99c1691c94e66bdf55ce2e0f9 2,405 1.00/1.00 vMB 265
467,705 467,705 000000000000000001bc348d3f80a94076dd4fc89122fa56eaba3128843a86c0 2,381 1.00/1.00 vMB 250
467,704 467,704 000000000000000001e08159b629b2adf43039c10e456c82d4fe2bdc9c880114 1,684 1.00/1.00 vMB 238
467,703 467,703 000000000000000001a8a2d9d6e2c0a5486a4d9fc06a63d5f7cb362e2da2e19c 1,899 1.00/1.00 vMB 189
467,702 467,702 00000000000000000154b492fb0ad9addcb8450c4a25176489565aebc09585ec 2,059 1.00/1.00 vMB 268
Previous 10 blocks ↓
Total Size: 781.53 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: 613.79 GB
    • Received: 11.14 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.