Loading Tool

Explorer IconExplorer

Memory Pool

78,693 transactions
29.16 vMB
0.09414049 BTC
Random Selection Loading Transactions
Max Size: 176.24/200 MB

Candidate Block

Mining Attempt a4f67c6590721be031811c3b2a91ef36ed9d1a6ee5b1b4042fef998b620f13d7
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 8f1b3d892d287fef949265d3140203099477613b89a633f5ac87420ef4d44ad2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.03286482 BTC
Feerates: 477.45 > 3.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (404,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,561 510,561 0000000000000000003607125e4f7a9e75aa04ad8f673930d43dba07684c2e83 618 1.00/1.00 vMB 12
510,560 510,560 0000000000000000000229aeae7e6d47e136ce5888dbf5d96b587f5d5ba3447e 1,828 1.00/1.00 vMB 45
510,559 510,559 0000000000000000000471388ec9611d9a5bcf8f56776cfffdbf10164f3a068c 1,352 0.95/1.00 vMB 42
510,558 510,558 00000000000000000057697b5936bb2385288983972e0cf046dfb84d14f145b5 1,840 1.00/1.00 vMB 10
510,557 510,557 0000000000000000000e8e8925a03a31d4ca73028a13ffee64376edc8711f7ab 1,366 1.00/1.00 vMB 36
510,556 510,556 00000000000000000030434b419985fbc3d225b3c06d611936cd799fc56b0003 1,983 1.00/1.00 vMB 66
510,555 510,555 0000000000000000002c64a4e8b208f9bfd448e0c2542a0780311581beee7fe0 1,769 1.00/1.00 vMB 22
510,554 510,554 0000000000000000001d196aed0f5a2fd07b9a3358d7f4f57428f1ff40701963 1,563 1.00/1.00 vMB 89
510,553 510,553 00000000000000000033df0f20ed413c6bdc17b3dbc04dc0c54c8fda7a35a13c 820 1.00/1.00 vMB 47
510,552 510,552 0000000000000000004dde4b9f58762bcf8e99cf83fd1dac3b31556d39f9e52a 1,634 1.00/1.00 vMB 64
510,551 510,551 0000000000000000004f4a6c5cc7be55511e33c695c0273ae419104c5b43d1c5 1,689 1.00/1.00 vMB 40
510,550 510,550 0000000000000000000287e974729affabd7449a9a563bf65b8874abac8410fa 1,664 1.00/1.00 vMB 84
510,549 510,549 000000000000000000007e017d1b9eea1597f92f5c0b7f8b67930b523eea5ecc 813 1.00/1.00 vMB 46
510,548 510,548 00000000000000000011b54cff8d59e6d82cacbe7e17823f8403f8e0ecd40860 1,521 1.00/1.00 vMB 97
510,547 510,547 0000000000000000003066502e03cf7aeda1d6c79cd262841e75d6a08589239e 2,155 1.00/1.00 vMB 113
510,546 510,546 0000000000000000003435e89bd211d905caf1a8284f29fd928ea284c7c65e45 2,115 1.00/1.00 vMB 124
510,545 510,545 00000000000000000007a2d91020f2c9fc9dc2757e631cd22ecc0fa6e2c3fa3e 1,208 0.52/1.00 vMB 81
510,544 510,544 00000000000000000039ef2c3636e76f9f075530d6609ac603005ed2b47c8912 2,163 0.94/1.00 vMB 74
510,543 510,543 000000000000000000326b45e6835bac9063fe190797a3d13b0e35b6ceeeeffb 490 0.37/1.00 vMB 98
510,542 510,542 00000000000000000039481c3a55b9e7855f8c066939b111e735b9e1e4388e93 1,462 0.90/1.00 vMB 38
510,541 510,541 0000000000000000000404f6604699cd75421d3cd6f71128f2f49e0f21fd957e 289 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.