Loading Tool

Explorer IconExplorer

Memory Pool

73,890 transactions
27.33 vMB
0.06873173 BTC
Random Selection Loading Transactions
Max Size: 166.63/200 MB

Candidate Block

Mining Attempt 079349324efda955f112e13805ebff6db9d51e250965d568f86e9520f26c618f
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 37f9b256971084708af420efd3abdd0d558b8c7b56b80569df5bba2989f59373
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.01048679 BTC
Feerates: 337.46 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (909,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,446 5,446 000000001d0d45fbf714cf0679297441051d6c402036136ebeb00e5a8f2af262 1 0.00/1.00 vMB 0
5,445 5,445 000000003c8d8cb307a03bdf650d2a59ed936acc392a4043eaa9a1a01d459c78 1 0.00/1.00 vMB 0
5,444 5,444 000000007b1e802ce144540363a4ba736f619a0294c8b3e603758edef3d3dfc8 1 0.00/1.00 vMB 0
5,443 5,443 000000000ca7ece795e557a276b5fba01e25f6072025289d90a1d381fff8d261 1 0.00/1.00 vMB 0
5,442 5,442 00000000ba6e6134d72a12c5c3253823f3a8428d2bee15f3dbb1b530223b3170 1 0.00/1.00 vMB 0
5,441 5,441 00000000ed6673488f06a571ff3a22352bc6e713f88958bc178d3766f067862e 1 0.00/1.00 vMB 0
5,440 5,440 00000000bb8f23edadfd9aa1a5b30c8de4379646000e61b1f35daf1f16eba782 1 0.00/1.00 vMB 0
5,439 5,439 0000000004b8ac72396dc937b7e1ba3153917fcb0139b6896150bc4885c556a9 1 0.00/1.00 vMB 0
5,438 5,438 0000000071e1202e62f5d573f368c359d9bd5bde89e336b78e169ad738fb776b 1 0.00/1.00 vMB 0
5,437 5,437 00000000e1b8efb1cf4cad378aebbe85af2b468cb3546b469b82864c99c15551 1 0.00/1.00 vMB 0
5,436 5,436 00000000ba57ddf4d91a3bac9f723f8d51dbb0ce56a2270cb31ff2f4c0ad8491 1 0.00/1.00 vMB 0
5,435 5,435 000000006ace94212f64bd7eca22c6ae0ae302e48027c774e6a2abd42e942228 1 0.00/1.00 vMB 0
5,434 5,434 0000000002e99fa76cbba4801b9f05a0f35bec1601e56b9e39e93ae5750586d1 1 0.00/1.00 vMB 0
5,433 5,433 000000003a92733bcbe53293e9473154db46952662b64d5dcbd4aece69eceac8 1 0.00/1.00 vMB 0
5,432 5,432 00000000927924e2175928d9fbbed5c4021c09ef534adf11faad418698ca71f4 1 0.00/1.00 vMB 0
5,431 5,431 000000000174ca114a54caeabe0a010627edaa72e94543110b22c14ea061ef5e 1 0.00/1.00 vMB 0
5,430 5,430 00000000febd91a57b25bc71ea677d2e3489f306550bb95e5d170c0d8f97a242 1 0.00/1.00 vMB 0
5,429 5,429 000000005fa9181adbb3ede82c9a692974e06a3267429243c831b7031664a9e6 1 0.00/1.00 vMB 0
5,428 5,428 0000000088980c92d1f8edadc54cd34d7fb187e74a22a99b3c0f4fbb5bd84d7b 1 0.00/1.00 vMB 0
5,427 5,427 00000000288877a515fa6e40b3f257a4821773d47f235ea6f5c2105140ace81d 1 0.00/1.00 vMB 0
5,426 5,426 0000000018d2323a1ecf127e68846085fb9036f85cbe9117ca4a69f1a9312490 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.