Loading Tool

Explorer IconExplorer

Memory Pool

22,326 transactions
24.64 vMB
0.05624647 BTC
Random Selection Loading Transactions
Max Size: 118.07/200 MB

Candidate Block

Mining Attempt a96b4f464da02ea3a9dd59bc4cca53876c2435eac83735d2ca75c7968a262230
Version 20000000
Previous Block 00000000000000000000335eb1c86db8e544179eeec091e2f14c3332af5d9962
Merkle Root b81e241f676d97f2262ff4326639effde17f1a4387407005933774a3dadaa9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,631
Size: 1.00 vMB
Total Fees: 0.01205292 BTC
Feerates: 101.21 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,293 (790,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,701 123,701 0000000000004c8fa09984079d1115f6fd90f4d210945bccf163a53c1dc981bc 38 0.02/1.00 vMB 770
123,700 123,700 000000000000415dcc7583e49cf914e166eae4753f9772cb32145c42c7a568f3 5 0.00/1.00 vMB 2,404
123,699 123,699 0000000000002ebf2a91784454e913a664a93064b3f7b090effe7111d1c5a06a 27 0.01/1.00 vMB 366
123,698 123,698 000000000000203e3ec6a3afcbb331b2543c4dd6ce73edf7bbb4b84ff8ab825d 10 0.01/1.00 vMB 472
123,697 123,697 000000000000644e19545d99caab497b1732d0e451d558efa3b8709ce9cdda5e 55 0.02/1.00 vMB 0
123,696 123,696 000000000000155427fbc650c8ed20c57eb4d291971b372747f01a5fd2593a89 20 0.02/1.00 vMB 107
123,695 123,695 00000000000004459283ca6d48db5899eba3a20e027f37327d8503c5076329d2 50 0.03/1.00 vMB 441
123,694 123,694 0000000000000541d01f3d3c2861c1051257cb758ed9a831c2269ab1a87f6c86 23 0.01/1.00 vMB 124
123,693 123,693 000000000000030ecf54a08d54e448d927937022bc55df5f7280d72b2d4028c1 12 0.00/1.00 vMB 0
123,692 123,692 00000000000058b7e561958f225aeca4c3b86ee41dba550d1ac72e0f6c3f2a86 8 0.00/1.00 vMB 660
123,691 123,691 0000000000004e133f228980c8590cfab76f4bf9a7c58748ac02dcbbcdfbaf68 10 0.01/1.00 vMB 941
123,690 123,690 0000000000004731d0eac7c02ac30c101bf6ca1e9b82891087f7c64eff160289 19 0.01/1.00 vMB 476
123,689 123,689 00000000000042d6fdab612af0fc5063875383150c5b6d42c57fff67ac89cabe 23 0.01/1.00 vMB 3,868
123,688 123,688 00000000000046ffd64508f145ce1cd3336ec238b293d0179ef654862808cd0a 56 0.02/1.00 vMB 462
123,687 123,687 00000000000065e437b2746407994424ae6608e1321baca1b8b223d358d9a13b 71 0.02/1.00 vMB 1,138
123,686 123,686 0000000000005eb0cbdd38f06f9dce4e8a63e43e8f94a4e8f3eacdd54aa7e509 8 0.00/1.00 vMB 412
123,685 123,685 0000000000004acfe6662b01f6cf728a23fe899f74e2cc15424c028a8f375ae4 8 0.00/1.00 vMB 285
123,684 123,684 00000000000065666f39f04812978062ced63992ad3a30e94af11fcf06dea287 52 0.02/1.00 vMB 359
123,683 123,683 00000000000050e9bc9ac6eeb54ab905fdccccf51f5f2caa4d870b0fa347a9d0 17 0.01/1.00 vMB 748
123,682 123,682 00000000000030662f567b50b8e244ce0181c91107561bc30b8034981a9fbc6c 2 0.00/1.00 vMB 2,487
123,681 123,681 00000000000008274a2a09c764aae94e7ae9ff9e2b66d6c96965c3e628930fc4 27 0.01/1.00 vMB 493
Previous 10 blocks ↓
Total Size: 781.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.15 GB
    • Received: 8.93 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.