Loading Tool

Explorer IconExplorer

Memory Pool

78,023 transactions
29.20 vMB
0.08417215 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt 521d3556d1ba939ddbd8674d9edd8afb963ab6b16457b83a12fca0a98f225bd1
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 392c0da2c985a707d0910513343c8d7af59fb03274afe53cb027e683921bb1e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,810
Size: 1.00 vMB
Total Fees: 0.02293391 BTC
Feerates: 302.06 > 2.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (477,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,499 437,499 000000000000000003739ad6931dcc27191adab5100b7982ef6fb28c9e3ee05a 2,603 1.00/1.00 vMB 75
437,498 437,498 0000000000000000000f9715d1d0d42843d7dabb21f3a424aacba16930d7db1b 1,858 0.75/1.00 vMB 86
437,497 437,497 0000000000000000041ada9694d415f0f449b5d1b0b5943252025570b9dd23e7 2,885 1.00/1.00 vMB 102
437,496 437,496 000000000000000001a787e8f4c3b5ea42ec6b83650d9428b9c4ee147f71efa4 700 0.99/1.00 vMB 16
437,495 437,495 000000000000000000a3c32a88dc79e38d073c4811a89c5ccdcba6e6e8517cf3 596 0.33/1.00 vMB 75
437,494 437,494 00000000000000000423d41c141fe491c6f1d86d40591866f745edee3eda7ba0 976 0.62/1.00 vMB 50
437,493 437,493 0000000000000000028055e154e4f1cd698a7bc0e6408288165d21772b171d65 2,476 1.00/1.00 vMB 80
437,492 437,492 000000000000000001191f014b9268c9f88d6d8c6c25c7f8d5ba179193db3743 1,150 0.87/1.00 vMB 28
437,491 437,491 000000000000000003ae788ffb375a77f4dcfbc547256b94a9e41720338efe31 2,341 1.00/1.00 vMB 69
437,490 437,490 000000000000000001be4f8898ba894023bcafa2db3ae31e65e2d5d33265425b 2,141 0.95/1.00 vMB 47
437,489 437,489 000000000000000001e2ff361daeac8b01ba657072751f98cc800c4f959f9a46 2,748 1.00/1.00 vMB 89
437,488 437,488 000000000000000000452f3cf63faeeb280e45a81baa98eab74beea8a61e5640 2,488 1.00/1.00 vMB 80
437,487 437,487 00000000000000000067cc274053e772d0101ec0da00de73e542105a6dfd25df 1,848 1.00/1.00 vMB 59
437,486 437,486 000000000000000000200f79ce904a5b39aac00f85d9806416e39f7ac1e1a676 2,730 1.00/1.00 vMB 60
437,485 437,485 0000000000000000014b9a0f5b2fb69b87d7ffac03a1861b53fde41b2e2bbe55 3,043 1.00/1.00 vMB 112
437,484 437,484 000000000000000000832cb47191b8990e7637095829d266b29735ca3f34c402 496 0.57/1.00 vMB 13
437,483 437,483 0000000000000000008a0bdbc328d400d6d09b5ce3384bd5bdbc157b55c146de 1,457 1.00/1.00 vMB 36
437,482 437,482 0000000000000000001ac62cf5066151c2668c507a1dac670b8b13b7ec2c4f78 1,816 1.00/1.00 vMB 33
437,481 437,481 00000000000000000186fc535bcbcf73f0cafa690810926cfbd7795bf7d9811a 2,030 1.00/1.00 vMB 60
437,480 437,480 0000000000000000021355aa4ce638d8a5e9d40a0e82becd26b4e58119c31f0b 1,862 1.00/1.00 vMB 46
437,479 437,479 000000000000000003a243f554646535630675ac1fb5a922a5bacc4df24d77a0 2,622 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.