Loading Tool

Explorer IconExplorer

Memory Pool

49,917 transactions
28.66 vMB
0.10839536 BTC
Random Selection Loading Transactions
Max Size: 153.02/200 MB

Candidate Block

Mining Attempt b16cae703e4c25d3a849953fefa5a2e9460744f68e2332a4c8d1414a265c4fc3
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 5105f0ac6739e4248bb7748a48cf5ad21ff3a429951cf60781be785c4b757f82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,144
Size: 1.00 vMB
Total Fees: 0.04795766 BTC
Feerates: 500.00 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (406,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,901 507,901 00000000000000000029bdf1054a6d3fd3e96409671e4d0d0b563af3d4807e66 1,854 1.00/1.00 vMB 241
507,900 507,900 00000000000000000007e60141b42423bb75f0d1cf3978e48e439c0b4b4baf65 1,545 1.00/1.00 vMB 175
507,899 507,899 000000000000000000427a8e3662bac1809a451b0676749349973881bb924a68 1,705 1.00/1.00 vMB 157
507,898 507,898 0000000000000000003ebd5f2bd07fac019f79922c077b9a33fb8be0ab0d06bb 1,568 1.00/1.00 vMB 163
507,897 507,897 0000000000000000003eb1b35b4b87611c36bd87e4d46a8e1928dde90485c0c3 1,592 1.00/1.00 vMB 194
507,896 507,896 0000000000000000002096c82aff64fbf20cce952cb23c31607d6a9e79a07e5d 1,306 1.00/1.00 vMB 131
507,895 507,895 0000000000000000005204bd31d75374c15d5ba2550cd30caf286c85b1cbb4cc 1,552 1.00/1.00 vMB 169
507,894 507,894 00000000000000000063fddad30bd6e5eb3e3df8806f46806551e595e3fb3ee6 835 1.00/1.00 vMB 59
507,893 507,893 000000000000000000487c74357298d2d5ff9cda49809348081bddeecec1c680 1,763 1.00/1.00 vMB 202
507,892 507,892 00000000000000000031cd5cfe5eb6ebde40008988d7c4529c4ee81898c5b06c 1,129 1.00/1.00 vMB 90
507,891 507,891 0000000000000000002b5808b6bb51e20905758b1e838f2c4046fb33549acc4a 898 1.00/1.00 vMB 60
507,890 507,890 00000000000000000062b4850f1810f0511e1d5a9e794b93a45bd60b1080e373 232 1.00/1.00 vMB 13
507,889 507,889 00000000000000000036c004264b80cfcf8dd84023d186203f2bd87b80556d6a 661 1.00/1.00 vMB 19
507,888 507,888 00000000000000000010629691c097e5fd01501782204511060f81b8a1203e68 2,024 1.00/1.00 vMB 207
507,887 507,887 0000000000000000005d15fdadad8f9e785746ca164651448f597fcf58c51f81 742 1.00/1.00 vMB 128
507,886 507,886 0000000000000000000eb25292cdff7f2328b337eaa666b66e93849a8749fb5a 2,048 1.00/1.00 vMB 184
507,885 507,885 0000000000000000002e4c592e524e38ba8b5b8e4569c0cb201c2a48a83fb5dc 451 1.00/1.00 vMB 25
507,884 507,884 00000000000000000024b12cb92e1c8f025f81870736873200c471b9792baf1c 513 1.00/1.00 vMB 21
507,883 507,883 0000000000000000002b2ba12b5076aaa569ffc8c3e56411d0cf74007e68e6a8 1,173 1.00/1.00 vMB 80
507,882 507,882 000000000000000000635e8f8ad1815041c883f5c8942d6f3ba88d8ddb1a0d5d 1,480 1.00/1.00 vMB 222
507,881 507,881 000000000000000000363fe66f909b3f08a70bc5ad339451b6d58648bfc64d9b 687 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.01 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: 649.49 GB
    • Received: 13.18 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.