Loading Tool

Explorer IconExplorer

Memory Pool

39,700 transactions
27.64 vMB
0.07457751 BTC
Random Selection Loading Transactions
Max Size: 140.83/200 MB

Candidate Block

Mining Attempt ede0ad5719c366de6b549175c7ea403dce9263b7f81f98233c2c98d46f995a9a
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 88e2484f4d294f0838b60c0038761eda08d12c285258ba126cdd21575f397d24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,324
Size: 1.00 vMB
Total Fees: 0.02187778 BTC
Feerates: 179.53 > 2.19 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (414,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,065 500,065 0000000000000000007b760e632655d2e23171c17e290f869d3d42453820b165 2,431 1.00/1.00 vMB 454
500,064 500,064 00000000000000000023a2f03b129a3a7242faf95e6543d96977b98d99c29b52 2,008 1.00/1.00 vMB 399
500,063 500,063 00000000000000000090de8a3fe74a056a6f0cdf49d12022b544500121d42611 2,545 1.00/1.00 vMB 429
500,062 500,062 0000000000000000008c43afde203f80c400998ce3e2351013912f7ac0169798 2,380 1.00/1.00 vMB 319
500,061 500,061 000000000000000000628d03e7731ec7e2aca4f539520c530b615137cf2a3263 2,694 1.00/1.00 vMB 418
500,060 500,060 0000000000000000000019f0c1ff2557e7a9e2364ac8154c4940b6502a0d4b6a 2,727 1.00/1.00 vMB 399
500,059 500,059 0000000000000000000e18c98331178293d9ce9a8cf3b5e5511d1e55a9d59af4 2,715 1.00/1.00 vMB 332
500,058 500,058 0000000000000000007985655602468e740df5d78b3c13e0f0b3fbf8d75fb8b7 2,509 1.00/1.00 vMB 410
500,057 500,057 000000000000000000538c08eb4b09cb2e32994937bbfb7508334c59e1137df9 3,145 1.00/1.00 vMB 391
500,056 500,056 00000000000000000074db0eee0d8894302fb15abc7f8c85a5eb033dc84c689d 2,472 1.00/1.00 vMB 392
500,055 500,055 00000000000000000053c58a733f70459535ca1abeac7c3eecea2b992b8b9ba7 2,409 1.00/1.00 vMB 458
500,054 500,054 000000000000000000477dc554afc6d56796fade3d8076341df380988e48fec1 2,370 1.00/1.00 vMB 304
500,053 500,053 0000000000000000008e660ec8d93ddc30793bd4eb3e466f672e754746c657a3 2,993 1.00/1.00 vMB 426
500,052 500,052 000000000000000000404c796c4b87bfe4929f2d9eb8944581599e0a3b81ab60 2,948 1.00/1.00 vMB 388
500,051 500,051 0000000000000000006b29e165833c50454385a845c32407616f8820a54612f5 3,202 1.00/1.00 vMB 397
500,050 500,050 00000000000000000084786ab9f273036895280fe36ea8339a1a2b049b81197b 2,737 1.00/1.00 vMB 424
500,049 500,049 0000000000000000002c722e3356a7e7538f41eaac37ddcdf155699113666b91 2,260 1.00/1.00 vMB 425
500,048 500,048 0000000000000000002df6587c3cc4990005b00a99c6ce3261bb5d544f492f4e 2,280 1.00/1.00 vMB 305
500,047 500,047 0000000000000000004aa8f1a19a953d235daa3d36cf485759d0a6a413cd3edc 1,294 1.00/1.00 vMB 221
500,046 500,046 0000000000000000006516c18e44fa92279f5e77dad1b19115815e436230b2ca 2,199 1.00/1.00 vMB 304
500,045 500,045 0000000000000000000401882bfcb7e7f14a14e21b827e5fb5981d07a5cea0f2 1,612 1.00/1.00 vMB 244
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.