Loading Tool

Explorer IconExplorer

Memory Pool

74,449 transactions
27.48 vMB
0.07122043 BTC
Random Selection Loading Transactions
Max Size: 167.77/200 MB

Candidate Block

Mining Attempt 649a305fe609a37f607a68220f03b8e20a3a60d1310fd4ec8dd3c1348496e1f3
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root f8bbda6f85b4c4713fca41c7ba59e8e9cd9d4b690f17f442fc587e4b2c7df4c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,867
Size: 1.00 vMB
Total Fees: 0.01248602 BTC
Feerates: 301.57 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (549,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,579 365,579 000000000000000003307984a0ff7b9da42bf6f8b3ca01dd1c632d1e4e019424 1,218 0.75/1.00 vMB 33
365,578 365,578 00000000000000001113cd7699988701661e57d83b6ae2b7e75bb3667dcecae7 2,562 0.95/1.00 vMB 54
365,577 365,577 00000000000000000e76821cb710d1a40878ead2e83fa8a0ec26b31f92263b09 1,162 0.59/1.00 vMB 50
365,576 365,576 000000000000000007e3230c30b888a45e8436b026e5f2c774f94fd9055c360f 345 0.29/1.00 vMB 26
365,575 365,575 0000000000000000122a26e79ae5f06645a0438fb7dca146591d1e8563a007fd 1,074 0.95/1.00 vMB 27
365,574 365,574 00000000000000000a952268cc76b9002bcec8a5e22b290c1a06b76e8fe865f8 2,522 0.95/1.00 vMB 56
365,573 365,573 00000000000000000515742cf503d906ef7d256e7f117a495d16dea10b84094f 460 0.29/1.00 vMB 31
365,572 365,572 000000000000000005de9adcd0a412d6a886bcf26682c753f2cd522e607fcb5d 1,852 1.00/1.00 vMB 47
365,571 365,571 0000000000000000048f0e7959628c9550fca0f2d3aed63bc3920637b2b86e71 1,623 1.00/1.00 vMB 36
365,570 365,570 000000000000000004d13340e79885b681373f3b32dce4410d795ef86e2cc64e 778 1.00/1.00 vMB 18
365,569 365,569 000000000000000013301088c2cf3086aa6c1a8c091210147996fdb5a2856867 820 1.00/1.00 vMB 19
365,568 365,568 00000000000000000a3ef2cfac895e8ec293910f16f65886e0bd3a9a0563d911 281 0.22/1.00 vMB 18
365,567 365,567 000000000000000000db7c716b995f2e6bf826dcadce9918cf21b6efc075af79 820 1.00/1.00 vMB 17
365,566 365,566 000000000000000011e401c5df8854054b44d0c5055879472fe4040bc7c5aa6e 1,822 1.00/1.00 vMB 36
365,565 365,565 0000000000000000076dff934c601e4e8afa69431099c48249e49bc9ac5ad799 1,009 1.00/1.00 vMB 19
365,564 365,564 000000000000000006cef5850700b3f17c2e0e385e1e5cf576765a342990e5eb 465 0.92/1.00 vMB 11
365,563 365,563 00000000000000000989e95b9f37fb0926afa4e11b0755d2da0670ea392f1ef8 373 0.24/1.00 vMB 32
365,562 365,562 00000000000000000a4a979569491ca1cf36a0aa3c951bd3fee6f274ee62ecf9 726 0.93/1.00 vMB 13
365,561 365,561 00000000000000000ddce067c907ad83e51bbf3395a237b7c37aad4aca834fbe 1,512 0.93/1.00 vMB 32
365,560 365,560 0000000000000000008b85fc05866c4d224250a8ae5d4f07eb88ddc2c2a2d761 200 0.12/1.00 vMB 35
365,559 365,559 000000000000000000b299c1d0df05fe65ab6b31de1d6c22c7f62e13466caa6a 583 0.33/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.84 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: 711.85 GB
    • Received: 17.13 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.