Loading Tool

Explorer IconExplorer

Memory Pool

79,599 transactions
29.68 vMB
0.07831089 BTC
Random Selection Loading Transactions
Max Size: 178.29/200 MB

Candidate Block

Mining Attempt c5b0d9941515b76d30a3cf9025d04137375ece697dfd093fc21472ceb0552417
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root fe504b3e456e02ef6d1eb0b5c0410d183f84e23831444277df355419b0695def
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,380
Size: 1.00 vMB
Total Fees: 0.01794260 BTC
Feerates: 502.65 > 1.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (468,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,789 446,789 000000000000000000c0df5ff83b4bf244427ff915bbe7561ba21b01efc31453 3,170 1.00/1.00 vMB 78
446,788 446,788 000000000000000001362179ada1a59a559d3696366cbb7a8c98b34af3f25499 2,545 1.00/1.00 vMB 81
446,787 446,787 00000000000000000001abf889f0d63af7aac2dcc87ef4aed3fb0c3e26d538e8 2,226 1.00/1.00 vMB 82
446,786 446,786 000000000000000000ef3831a0abe035d38cf1f8c5c29d4dd5c2d32cf2f27041 2,632 1.00/1.00 vMB 104
446,785 446,785 00000000000000000109c2e3ca87fa6c3235813811370d5c913a271ebc34c0ee 2,551 1.00/1.00 vMB 111
446,784 446,784 000000000000000001ce17ef8ae3e30cc91ad4bf7d775eeaf6aa340036007eaf 2,277 1.00/1.00 vMB 96
446,783 446,783 000000000000000000b5932471da0d083d830e15ea053942d0269e8bd5fbe23f 557 1.00/1.00 vMB 98
446,782 446,782 0000000000000000024ea3d6a77bf8d612b0f08f8cc830d195cf7d0d9b3d116d 979 1.00/1.00 vMB 103
446,781 446,781 000000000000000001359c45512442fd0646e6e0e699f9e75afad7e6a7de98cf 2,152 1.00/1.00 vMB 122
446,780 446,780 0000000000000000033a0c5e3119afaa223fc89772a60daa5069d6e5a67b1afd 2,217 1.00/1.00 vMB 81
446,779 446,779 00000000000000000224a12ca6728d5336e80e76f06eeb9680145a65e4a003fe 2,653 1.00/1.00 vMB 94
446,778 446,778 000000000000000002bf653e4ed0e8390e7d8c3f414476bfca88f460467b36cd 1,691 1.00/1.00 vMB 104
446,777 446,777 0000000000000000026428df13414545e0e7d8d492c3104556ae71ac024a094f 1,641 1.00/1.00 vMB 119
446,776 446,776 000000000000000001084a27b2ce65484b88653be33e511d4ac4afbd8d7ff52b 1,829 1.00/1.00 vMB 96
446,775 446,775 000000000000000000473f516309b9c65241c318bacea21c313d797e5d2fdde8 588 1.00/1.00 vMB 101
446,774 446,774 0000000000000000017ea81b81c6308d12261839c3cf98e08dcc43d2edc7f986 1,297 1.00/1.00 vMB 110
446,773 446,773 000000000000000000f5d687f35b90ca66daf3bad15f72620a4a4ba79707009a 1,934 1.00/1.00 vMB 129
446,772 446,772 000000000000000001c62b6fe3080cc3593bce9eae6f0e7b5c52122bc9e5f826 2,470 1.00/1.00 vMB 68
446,771 446,771 000000000000000001c1b209fd8fd7930ab97e71e9188e487e31d7a1c5633dd2 2,361 1.00/1.00 vMB 98
446,770 446,770 00000000000000000102753b2f6f40ee7d8e34f5ee91ca3b7cd9e698cebc513f 2,271 1.00/1.00 vMB 91
446,769 446,769 000000000000000001b45480fcb8254a7a129bb45b9124ffe4c91202d14be5aa 2,580 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.