Loading Tool

Explorer IconExplorer

Memory Pool

75,722 transactions
29.00 vMB
0.09981247 BTC
Random Selection Loading Transactions
Max Size: 171.48/200 MB

Candidate Block

Mining Attempt 15decd7550bf0b93b87bfc46f387cba5e1e31511b6d0385982968cb69ef2bc9d
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 155073064f1134106a92d946f174f65038dcabd5923b4b3a4bc7768227668541
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,268
Size: 1.00 vMB
Total Fees: 0.03879014 BTC
Feerates: 201.37 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (467,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,761 447,761 000000000000000000227e1c3e1d83527a4f2ab8589225d1d2cad457326915f4 1,561 1.00/1.00 vMB 62
447,760 447,760 0000000000000000029256f6611b7e4ba8ae9e011ca76d5afa0dd2e1b69b8887 2,258 1.00/1.00 vMB 98
447,759 447,759 000000000000000001ef4f842ae42d3d0946f9a2386dc9d8c75052058fe71108 1,349 1.00/1.00 vMB 53
447,758 447,758 0000000000000000012a96458baaf8d3c768eef8a37c58de56df8fddefa0e2da 2,731 1.00/1.00 vMB 82
447,757 447,757 0000000000000000003a82c6f297072461992d85e3ff59aa1a08e9158ef5f781 2,454 1.00/1.00 vMB 98
447,756 447,756 0000000000000000008348ba1bf7908c8ac9512a94d931ffd1e62b7b97c9e4db 1,583 1.00/1.00 vMB 59
447,755 447,755 000000000000000001d3015e260850c8469f5357b75fa09d64393487af5f611e 2,959 1.00/1.00 vMB 104
447,754 447,754 000000000000000001fb866a5b675808264dec7ace583255e35f8a17eaaad5f0 2,424 1.00/1.00 vMB 81
447,753 447,753 0000000000000000023e84b688ce7f33f8f091d617594bdada1e86e326dfec2b 2,713 1.00/1.00 vMB 95
447,752 447,752 0000000000000000032303a508619f442a217dc3b0c1a98a877a63a5f408159f 1,141 0.51/1.00 vMB 72
447,751 447,751 0000000000000000023863c843e364f7e6c8c3df4098710fc393918589659802 378 0.12/1.00 vMB 125
447,750 447,750 0000000000000000016471b4018bc8f7a8b826f37dc8dd18f86d4e7f33973f40 230 0.12/1.00 vMB 71
447,749 447,749 000000000000000000b0060f00c33ae367a93071b9574a6fe24cb63b0a9220d8 1 0.00/1.00 vMB 0
447,748 447,748 0000000000000000012266cd19e1e5a0963ef5476f8a2a55127c7685cba37e2e 1,253 0.53/1.00 vMB 79
447,747 447,747 0000000000000000029405d2a4070aaea552c715f8f3718ce0ca128e1ad05413 2,191 1.00/1.00 vMB 80
447,746 447,746 000000000000000001aa2397d5ca70f65207b542c4238aed62a62064b8108554 887 0.46/1.00 vMB 82
447,745 447,745 0000000000000000030818bf011aae19a3046e213c3a4ec1532eb39f8e8b44b2 1,837 0.89/1.00 vMB 58
447,744 447,744 0000000000000000024c12f24f97c3f927da6b7a38cde48689fb974b931ad973 2,453 1.00/1.00 vMB 95
447,743 447,743 000000000000000002534864174c38557fb5ae0da7eb9adcb6680093fc2c2772 2,460 1.00/1.00 vMB 90
447,742 447,742 000000000000000001e11ad1e722b8d9b650e4ab845db871baf395a88a7bbc0e 1,344 0.61/1.00 vMB 79
447,741 447,741 00000000000000000311205a5bdff0fd137caedfd60dd0dc14f04f662231f0b3 108 0.05/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.