Loading Tool

Explorer IconExplorer

Memory Pool

35,687 transactions
25.54 vMB
0.05681345 BTC
Random Selection Loading Transactions
Max Size: 130.58/200 MB

Candidate Block

Mining Attempt ba1e278496300206c940377d67eec22f73a40e15a8ca44ac80fd33fbb019177e
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 5699b5839e79d2ac00a13e5d0e278053fd76a9da1e6d7d28f8a791b404379e25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,059
Size: 1.00 vMB
Total Fees: 0.01029286 BTC
Feerates: 508.49 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (792,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,624 122,624 00000000000023e70f6bf0a465745336fc2d93b9bb38d8c730b203775a3dca26 11 0.00/1.00 vMB 0
122,623 122,623 0000000000008d7940f92c49a417767fc336e8a90c3aa9cfac61319c238a39d5 22 0.01/1.00 vMB 180
122,622 122,622 000000000000472862cdf7450991f69898fcdf7b12deb65e3aaee9941e050def 8 0.00/1.00 vMB 0
122,621 122,621 0000000000000b9a443e4b31c366698c0c41438b673e1a64b8033afddd29d0c0 22 0.01/1.00 vMB 195
122,620 122,620 00000000000077f3ac07a6cd57c7c6b43aa689201f553ea6a69cc85aed2751ed 5 0.00/1.00 vMB 0
122,619 122,619 00000000000009c7a8c83b5655b2e3d179757a8c12c5033fe98087af6b0e7160 8 0.00/1.00 vMB 318
122,618 122,618 00000000000005cdf4cce15cbb26fa1abb5ede076dcfc92796aa0248f1feee95 1 0.00/1.00 vMB 0
122,617 122,617 0000000000003dee6feac4791f9b8c682fd162145d66a9599e0bd64181729c4f 16 0.00/1.00 vMB 445
122,616 122,616 000000000000851c59975ed53195356bda40256ea47985835e7c7460b6e67958 11 0.00/1.00 vMB 0
122,615 122,615 000000000000665c47d2c95add88771b84a07694311eb8b88c2a2d7ce87d7713 15 0.00/1.00 vMB 551
122,614 122,614 0000000000002cbbed3655b0bb491d49fc24ac77877ed34723358d76a4e77421 11 0.00/1.00 vMB 0
122,613 122,613 00000000000038296ef22dd6bdf43b9a4b016a9bec8574567cd85dd6250c3daa 13 0.00/1.00 vMB 1,046
122,612 122,612 00000000000030dab64e261412db44711eae1c3bc920135e6b3f6902abd7fd43 11 0.00/1.00 vMB 0
122,611 122,611 0000000000005fd23f56ce60e75301191c8d92dd1d633927364e3e24c4d9db10 27 0.01/1.00 vMB 240
122,610 122,610 00000000000011724c48eb284957fe5027e997e382f43b98da28c454019f8912 14 0.01/1.00 vMB 147
122,609 122,609 0000000000005a4974cef3ae8f9a4f03ad3085074490f1c0f980cebca6d9c953 56 0.01/1.00 vMB 0
122,608 122,608 00000000000049f6bf511c8dffdcbf7f9018a5ee67f0bff81a7a001a0caedec5 9 0.00/1.00 vMB 307
122,607 122,607 0000000000002cb6496aa495d027acab0b7b3e0c03990f6f51e7fba7fb0b0bf9 11 0.00/1.00 vMB 0
122,606 122,606 0000000000002b19b97eaa7858911c216201ff02da41cc193bf70d77bd4605a0 24 0.01/1.00 vMB 1,808
122,605 122,605 0000000000001f4fad810780218aca62ee78b50fecc83f0c7a9f9892d69f7396 13 0.00/1.00 vMB 1,026
122,604 122,604 0000000000003694b1a7ab53687e526e55d20bf8cb9bd0c8ccbdb8a0041f5ea2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.81 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: 634.89 GB
    • Received: 12.27 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.