Loading Tool

Explorer IconExplorer

Memory Pool

78,514 transactions
29.15 vMB
0.08271789 BTC
Random Selection Loading Transactions
Max Size: 176.41/200 MB

Candidate Block

Mining Attempt c271668b8d9c6c6714f7f3699a1b16f960a71e95da0b3fa4c024a8da84103daa
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 16a1b43e6fd0994813563376d37dbadc05fcf13b6ebec65903a47bacc1f1906f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,660
Size: 1.00 vMB
Total Fees: 0.02171626 BTC
Feerates: 178.73 > 2.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (553,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,594 361,594 00000000000000000be81d825b1eb3bab4718588e27abaef19b065ab2205f6c9 1,409 0.76/1.00 vMB 27
361,593 361,593 00000000000000000344b25b2fb306156cc895b9dd331df8af52e54c1156644e 508 0.26/1.00 vMB 30
361,592 361,592 00000000000000000452a9ead4d2cd9fea7447769c051f39dfcd83f1f4d82ca6 1,004 0.48/1.00 vMB 46
361,591 361,591 00000000000000001567c1d4e1f97bab6960ef15bfc48df0fed6e4b3468ebfaf 35 0.06/1.00 vMB 7
361,590 361,590 000000000000000005f6863fc28831a25e160b610c774fb05bca8e784a9edf22 1,654 1.00/1.00 vMB 29
361,589 361,589 0000000000000000086a3cbc4819f247fb3b1422221ca956e48bbb7e39b0054b 1,184 0.57/1.00 vMB 38
361,588 361,588 000000000000000008de4a6908cac40390369da60ebe92a4fc3c1112f855bc1e 574 0.31/1.00 vMB 28
361,587 361,587 00000000000000000c1232ce18b9583daff3f6dbfea961d03f872cfed3b7be1b 1,057 0.69/1.00 vMB 25
361,586 361,586 0000000000000000123a8266b7dfd4660cacd61bd96564e0e3710b3a75a785a5 144 0.07/1.00 vMB 32
361,585 361,585 00000000000000000ca4dd985e052cdc8090e1c80dad0b146f40c814b9da2432 359 0.19/1.00 vMB 28
361,584 361,584 000000000000000008ce2757baf61e04a019f08015afad6a159c454f80be1453 539 0.26/1.00 vMB 32
361,583 361,583 00000000000000000fa424daa33b3f6937aaf475ae30d2f2b2f2c5f59d2b5bfd 644 0.36/1.00 vMB 29
361,582 361,582 0000000000000000070a2bb3b92c20d5c2c971e6e1a7abe55cdbbe6a2dd9a5ad 277 0.16/1.00 vMB 22
361,581 361,581 0000000000000000084cadaebf6e8798f2f084004ca9231ba0f24b56c45969d1 825 0.42/1.00 vMB 30
361,580 361,580 000000000000000011f94a4603ef9da4bdb82c16b2a744a36b6dd4bf7f087725 568 0.26/1.00 vMB 34
361,579 361,579 00000000000000000335346168f8c0f245cc9c6e93f49213ec50d8ba8dacca6c 427 0.22/1.00 vMB 30
361,578 361,578 000000000000000007542bc6927956b11dae3e085ffacec8dd984dccda9550ae 73 0.03/1.00 vMB 23
361,577 361,577 000000000000000003f4e5ba0a6900399534bb51df5f3bf1ae95321c016a4e1b 571 0.37/1.00 vMB 25
361,576 361,576 000000000000000001fe8b8788f1d941ef7973f85b88eb9c82a13707803f3e44 648 0.40/1.00 vMB 25
361,575 361,575 00000000000000000ef19728ddfa9868ce19ddd4ea772cff9731681f1815687e 728 0.42/1.00 vMB 25
361,574 361,574 00000000000000000464d9af9ff463c6aee174f24a92d28b253d64b81e9dcdaf 1,448 0.72/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.68 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: 678.18 GB
    • Received: 16.44 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.