Loading Tool

Explorer IconExplorer

Memory Pool

78,118 transactions
29.34 vMB
0.06439971 BTC
Random Selection Loading Transactions
Max Size: 176.24/200 MB

Candidate Block

Mining Attempt 7da5d035757872766d0f661c0a5260c6a560cfdef3e251b978fba894e711f866
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 8a6fb40b238e1fcff1afd9b8924f4b4d52348748582efb998b7e752b7801d4b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,893
Size: 1.00 vMB
Total Fees: 0.00492691 BTC
Feerates: 18.31 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (468,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,795 446,795 0000000000000000024d9e20392d576f566e39bf3af058fd192ca23c402cfc95 2,666 1.00/1.00 vMB 111
446,794 446,794 000000000000000002b9edfc564738e4ac040b9ee2fb96ec7f2bcf0dd0f1d634 2,308 1.00/1.00 vMB 66
446,793 446,793 000000000000000002fc3ba1df3507eb36516e4698f50b3e94b40c2da8c42895 2,501 1.00/1.00 vMB 93
446,792 446,792 000000000000000001a1a796705954a387c88889f64c8a803d31b60845d4a2ed 2,488 1.00/1.00 vMB 93
446,791 446,791 000000000000000002ed7ca733c6895c0e100a8b16ac5587be422dd402edf5a9 1,014 1.00/1.00 vMB 67
446,790 446,790 000000000000000003044d567f5fbcd79702a247395f789bff0b0bf403f4bda1 1,562 1.00/1.00 vMB 72
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
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.