Loading Tool

Explorer IconExplorer

Memory Pool

32,093 transactions
18.21 vMB
0.04038167 BTC
Random Selection Loading Transactions
Max Size: 97.83/200 MB

Candidate Block

Mining Attempt 6c76bf18e1a9a4f8c0edf5b66892618edaf815f9a37117a0974a3196e5d93042
Version 20000000
Previous Block 00000000000000000001427ffb51b57d5795d5553738181e12cb53c41c247693
Merkle Root 05af5253b4e0e487e152be3997993ff9c8b845be5e381fad8f29af9f3c297c4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,757
Size: 1.00 vMB
Total Fees: 0.00613842 BTC
Feerates: 77.90 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,057 (786,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,468 127,468 000000000000104d4b4a2144bdaf66e830484480bfb3c94ed29df082d9a4e800 16 0.01/1.00 vMB 490
127,467 127,467 00000000000000581392aa29568d3e425d72678460287667d6f7e8ceec634a14 4 0.00/1.00 vMB 1,196
127,466 127,466 00000000000006dbfecbe22c896b97081314d7d45f82b54e0f993e783bc6d89f 3 0.00/1.00 vMB 0
127,465 127,465 0000000000001aaa72396173a51ae5797c2ffb3e7834827c0525faba828078a3 24 0.01/1.00 vMB 2,865
127,464 127,464 00000000000022f26e86de6c59e36d1b314d709e4eaf2f3938b2e6e238a8ae85 53 0.03/1.00 vMB 1,124
127,463 127,463 00000000000024a931e3c83a9324de1241c7ca3abfc855cc62f17b92a7852212 11 0.01/1.00 vMB 659
127,462 127,462 000000000000216d755ff6626952ba67b9fc57e221bb7c7429abe9d917420414 12 0.01/1.00 vMB 0
127,461 127,461 0000000000001acfbb613ab5f8815016e0c810a34ad484582b231bca1f972640 41 0.02/1.00 vMB 96
127,460 127,460 0000000000001838a1579d5c10dba86c2e71f8cf32744517e2bec16790da5c83 4 0.00/1.00 vMB 0
127,459 127,459 0000000000000262fcf844bdc4233dec0d7d61a2ac07434d96bc755e5bd01cf6 4 0.01/1.00 vMB 0
127,458 127,458 0000000000000872c4bc927894899f399dc8cad4224d7fb01c184febe066e734 2 0.00/1.00 vMB 3,875
127,457 127,457 0000000000001aa8ad9805d8bc26c91825a3bde2236311a38260ef4061424e68 35 0.01/1.00 vMB 133
127,456 127,456 00000000000018c2721d1ecaf9afd7f0122b8058afe4ba11f7433df986e7f811 25 0.03/1.00 vMB 185
127,455 127,455 000000000000077c07160a133eb0af69233e118ff9df42e88bad1300f31bbbf6 1 0.00/1.00 vMB 0
127,454 127,454 00000000000008235474d8e65dbaeb14de9b0cadb37bd7f3f555fea16bfdeec6 6 0.00/1.00 vMB 713
127,453 127,453 0000000000001c7842cbc4b6f01714936c37936707f55181b26e2d97bec84e1b 24 0.02/1.00 vMB 260
127,452 127,452 000000000000256522290c8d4c71837230ed6b9541b0715f967aec19830b21d3 69 0.03/1.00 vMB 89
127,451 127,451 00000000000007038c67aa02ad79145cc13cb6a78823273a924dbcf56e3fe079 11 0.00/1.00 vMB 0
127,450 127,450 0000000000001492d0b2fbd75f81545f5d1a7c2545d4c2921342848ba0890ab5 16 0.01/1.00 vMB 442
127,449 127,449 00000000000019eac0ab2bb47e1abcac7b2b6f27ca3f1ebc0fb8d75db9076e32 4 0.00/1.00 vMB 0
127,448 127,448 000000000000234ae0edaeb71be592ad92d440d7fb92cac46bef83cdbe7dde28 42 0.02/1.00 vMB 627
Previous 10 blocks ↓
Total Size: 780.70 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: 554.53 GB
    • Received: 6.72 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.