Loading Tool

Explorer IconExplorer

Memory Pool

91,009 transactions
33.05 vMB
0.17193002 BTC
Random Selection Loading Transactions
Max Size: 199.70/200 MB

Candidate Block

Mining Attempt e143136b9f736725393d38a8acbb0f5b5060b8c3bd3f4e79282070790c4c0699
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 5622771ddd90bb73ac7134fe22acfb5f05859f2e8fb1f1610102ad3aa4f2e822
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,939
Size: 1.00 vMB
Total Fees: 0.06754313 BTC
Feerates: 627.82 > 6.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (509,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,782 405,782 0000000000000000065d2eb8985c5a60a318afcb733300fcd893c282d17cbe6b 141 0.05/1.00 vMB 55
405,781 405,781 000000000000000001b6806125f48bcc590ff0a592d48a5b80a6d8d521774ea9 894 0.49/1.00 vMB 33
405,780 405,780 0000000000000000064afb047359dc66a161fa6b513bd587580469ca58b0b382 1 0.00/1.00 vMB 0
405,779 405,779 0000000000000000036e29201bc6b5ce18539e092a0a60dd123e4f8b08861361 2,069 0.93/1.00 vMB 41
405,778 405,778 0000000000000000048e5b7eef516f3c030b182b313e76d6c09ae737c2c8d7ee 1,061 0.46/1.00 vMB 48
405,777 405,777 000000000000000004f6449bca5623738b26c41f2e65b93f775042a0d6fe4e0c 1,365 0.83/1.00 vMB 31
405,776 405,776 0000000000000000058fd46bb76de7a62306a05b2fc736e3321d74a3b0340de0 1,529 0.93/1.00 vMB 29
405,775 405,775 0000000000000000049ffbbd6290db723fd070025515c7d19017e9ddf5cb0bf2 3,310 1.00/1.00 vMB 75
405,774 405,774 0000000000000000026dc7d0e19730219f3cc224d12c8da9f49494f969196f4d 1,129 0.63/1.00 vMB 33
405,773 405,773 0000000000000000020734aa3d0a61eb582111c73bc66b67bd2a82dda4213e5a 1,247 0.76/1.00 vMB 33
405,772 405,772 0000000000000000019ff00522a33cc6464e160de78f0ec77020c60ec9ca4708 390 0.26/1.00 vMB 25
405,771 405,771 000000000000000001eb85f81cac9aa02c22239c93f3a6aa6b1430336c31735a 243 0.15/1.00 vMB 28
405,770 405,770 0000000000000000008e33ecc36fbcce8a54879501ebae7e0174d4d3a1dfe4b4 590 0.57/1.00 vMB 16
405,769 405,769 00000000000000000490ba0a18c0a8999b004e5310a49c64c793b9f74a5b5010 368 1.00/1.00 vMB 10
405,768 405,768 0000000000000000068af358efc645c966414f207fe33f8da91d0b68cf3fe90b 1,713 1.00/1.00 vMB 42
405,767 405,767 000000000000000000cab6561947a5cc7337bbbe0593fce94d77eafaee8b2c43 1,087 1.00/1.00 vMB 27
405,766 405,766 000000000000000005614022744dee2063a28d40f241138c09a8c6e7f8314b52 1,144 1.00/1.00 vMB 25
405,765 405,765 000000000000000001cba627666e1aebeaede19022a85a4c24678384675ca16d 2,344 1.00/1.00 vMB 51
405,764 405,764 0000000000000000040436ec58c97d4f21dff927b9e74a76e80777f8562d8611 2,322 0.93/1.00 vMB 50
405,763 405,763 0000000000000000003424ce1cf8609b3e6e705a48815eeeb060f16f5cd5b8e4 2,286 1.00/1.00 vMB 51
405,762 405,762 0000000000000000039aea5f976fc4df981cc80ec73e5ff5a78afadb05013d99 2,593 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.