Loading Tool

Explorer IconExplorer

Memory Pool

27,590 transactions
27.56 vMB
0.07058584 BTC
Random Selection Loading Transactions
Max Size: 132.36/200 MB

Candidate Block

Mining Attempt b5eeae62f22246ff85d60209a91548718d8a194dac8ff94593b47d2aeb70cb12
Version 20000000
Previous Block 000000000000000000014e79d01dbb2c534e8fbebfd9b049c29481e4f0d4235d
Merkle Root b5b2cda6bb7d636543fa3c6ee3eec268a9ab45d60be2ee0fe8d3a8e36b77d404
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.01679033 BTC
Feerates: 151.12 > 1.68 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,502 (575,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,746 338,746 00000000000000001765e1ee69a38b5eedb8f4c64dce028cdfe9b7b66a869dba 32 0.06/1.00 vMB 19
338,745 338,745 0000000000000000005823cd0d5c624131c01115c1bcb1a0ef3f6a7677f1f49a 1,319 0.75/1.00 vMB 23
338,744 338,744 0000000000000000050c6cd47623a057a1fd86e13cd7791be88fdb9aa6990d93 488 0.27/1.00 vMB 21
338,743 338,743 00000000000000001401bb5163cd6cccfbcf1a143323a149f98d8b5484ce3079 365 0.29/1.00 vMB 21
338,742 338,742 00000000000000000dd52ab102eecec57675224b124d71303eacf0c1d09e7582 346 0.32/1.00 vMB 21
338,741 338,741 000000000000000017120cf5e5c760a61b0966a842c76ec32c53cf9d38354b60 249 0.15/1.00 vMB 10
338,740 338,740 00000000000000000863ab875e7b507fddb92b305caa4c1f8347abcaeb1d6ed7 92 0.07/1.00 vMB 17
338,739 338,739 000000000000000009075416083c29de6cf3ac6725f87a2c793d47f0d71c8461 479 0.50/1.00 vMB 18
338,738 338,738 00000000000000001262f6999af1ec03d3bab9bf49d94a6e629ec27dc72cde21 886 0.50/1.00 vMB 25
338,737 338,737 0000000000000000080a1ae13987380fdc49098d3305add32a21fdcda9c63a64 512 0.18/1.00 vMB 32
338,736 338,736 0000000000000000067f7a981f49bce7b463e89ed63c6a36a4dbae352bd7159a 764 0.46/1.00 vMB 23
338,735 338,735 00000000000000000f2ad89ff487a6e8250e03e068506d4c1da84b3271174b5d 780 0.48/1.00 vMB 21
338,734 338,734 000000000000000018dcc19c33089d588f7956d89e2a91cac7cbaeac16de92fa 239 0.12/1.00 vMB 26
338,733 338,733 00000000000000000fb9c81a3e609614b028fb8d4733ba9578fcb7316bc08eb8 434 0.26/1.00 vMB 27
338,732 338,732 000000000000000003e3981d8b6f123584c8e43a9e63ce8f2a73490f4300b1f9 430 0.27/1.00 vMB 20
338,731 338,731 00000000000000000a8741e4a15a39ae45f4dbc701d3b8c21fc721d5f2bfe5e2 744 0.52/1.00 vMB 21
338,730 338,730 00000000000000000d5a359b7cfa03366bc0da57399282709a626b7281847d38 1,187 0.94/1.00 vMB 18
338,729 338,729 00000000000000000d31bbd8c187b576325a38d8f8439f700fc5966fbd46c270 1,069 0.75/1.00 vMB 19
338,728 338,728 0000000000000000024b45cb29f96a1ac516a2a6385adc53d4c45d322a98ab1a 994 0.36/1.00 vMB 34
338,727 338,727 000000000000000000e8cc8ad7113a52ed19343e893f3dcf9c6a28466915d87b 453 0.75/1.00 vMB 13
338,726 338,726 0000000000000000181b6fee15c34c4b1aa10c2cc64d8cf6d8af2c9658c2b754 1,899 0.75/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.50 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: 612.38 GB
    • Received: 10.99 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.