Loading Tool

Explorer IconExplorer

Memory Pool

38,162 transactions
28.56 vMB
0.08847532 BTC
Random Selection Loading Transactions
Max Size: 144.35/200 MB

Candidate Block

Mining Attempt ec7a15b661e2a8cceadd8d620a368a8839f8c0d69e3b8b87abbcd6ec8b79cf2e
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root 1947144548adeb91e0cf3f924f9cc1ede3866d01865a4ae8b4244f0bb32d6c9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.03316936 BTC
Feerates: 101.65 > 3.32 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (446,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,727 467,727 0000000000000000006a83b3e2111c6ffd51a0f5cefd4c003037cdc5546a70d5 2,613 1.00/1.00 vMB 319
467,726 467,726 00000000000000000065ff6078bbdeb471632d6cf46ad396ded652dffca3c9b6 2,559 1.00/1.00 vMB 342
467,725 467,725 000000000000000000cf1e27e88591309a36365bd09b11ec84e11add8d586395 2,494 1.00/1.00 vMB 271
467,724 467,724 0000000000000000012deec8ba380863809cf9bc1ffc2ce88b2868c8fb58e318 2,501 1.00/1.00 vMB 300
467,723 467,723 00000000000000000121f3632d50820a62b8ad7569b55a77ae12e576cdcb56f1 2,446 1.00/1.00 vMB 299
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
Previous 10 blocks ↓
Total Size: 781.57 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: 622.63 GB
    • Received: 11.35 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.