Loading Tool

Explorer IconExplorer

Memory Pool

72,599 transactions
27.43 vMB
0.06935727 BTC
Random Selection Loading Transactions
Max Size: 165.69/200 MB

Candidate Block

Mining Attempt 85cdb0852349912653c8b8271eb86ba372c2902898312ed1aa78879aab1ebbb3
Version 20000000
Previous Block 000000000000000000014d168f10895f434521b3d46621a949e81e54d28e4bc6
Merkle Root c8f8ac5ca654887e99f2a354dcc3d31e0079a6d9b39814971e657c50a4218ce8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,957
Size: 1.00 vMB
Total Fees: 0.01023982 BTC
Feerates: 40.21 > 1.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,554 (828,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,421 87,421 000000000007a72e79ebb944f2f4a63108f8c136ae3736ce294e90713ab1ecad 4 0.00/1.00 vMB 0
87,420 87,420 00000000001022af1748dc16a22e20adc8b19eec487a130772a978222cf602d4 5 0.00/1.00 vMB 0
87,419 87,419 000000000005388b86e507bc52a363b131d246d6b392ddf8806d3f0a6917a53d 8 0.00/1.00 vMB 0
87,418 87,418 000000000003c0538627ad803a0ed9b7024c522ff6300fbbe27e44d682182bb4 1 0.00/1.00 vMB 0
87,417 87,417 000000000011d9d71050bbf17aae2629a917f6fc2b1688c63fbb745b4bd6d88f 2 0.00/1.00 vMB 0
87,416 87,416 000000000001e58ca546db91d02254f32467cc82af0abdbcbb6ac9b260679fbc 2 0.00/1.00 vMB 0
87,415 87,415 00000000001a11e3ee51bbbded97001f31e7c25c60fb7e5b8ee2a5bbffcb6b40 4 0.00/1.00 vMB 0
87,414 87,414 00000000001454607a5204dcdd0aa25f53b8b5d1d87ab285ce7aca3fe2690c06 1 0.00/1.00 vMB 0
87,413 87,413 00000000001cbeda1e2f6daf56de912e939d9f40db1af98024b2d4503ea08ead 6 0.00/1.00 vMB 0
87,412 87,412 000000000011cc5eb3d93a38ca3f3323a0f6b4f4962886d6e1f667fac94646d7 5 0.00/1.00 vMB 0
87,411 87,411 0000000000072345eac424a7af5a40482e07f5a9f8723e3746cc9d1510e1f752 4 0.00/1.00 vMB 0
87,410 87,410 00000000000092fd3a849dd9c886b93bca8b63c94d7dffff666aa6ce318a0310 1 0.00/1.00 vMB 0
87,409 87,409 00000000000f19033b5d2d702d24afddd9e548bb27d3ed5f7af2cbf340542893 3 0.00/1.00 vMB 0
87,408 87,408 00000000001b862bec8ed290bd4de11be6ced89dd6a77743ab4be91f22690974 1 0.00/1.00 vMB 0
87,407 87,407 00000000001d0c1886aa9e03ed62aee713cd3fb61de2969272d23732ed1d1e8d 1 0.00/1.00 vMB 0
87,406 87,406 0000000000198e7796acb0e68ff7b15bf67ce35d137a04effe28c0514bc7d408 1 0.00/1.00 vMB 0
87,405 87,405 0000000000145ae9567dded5a3fbead67abfeb2d910f2f343ee45e10376e7bc6 1 0.00/1.00 vMB 0
87,404 87,404 000000000011eee8fe708f27d744927590af394afa59342bf57913c605c79a2d 2 0.00/1.00 vMB 0
87,403 87,403 00000000001a56807ba4cf73551e702cba13b42f3cd4bb3ce4fcdf45f80f9c6b 2 0.00/1.00 vMB 0
87,402 87,402 0000000000080a8efcf6df1afe71169c6679befdcd591e00e1e1dc8f3e54d4fe 2 0.00/1.00 vMB 0
87,401 87,401 000000000011c5beea36be46a9aedb561b7b3ceccb4afa7e7489bcd452bb9f57 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.35 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: 768.34 GB
    • Received: 19.56 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.