Loading Tool

Explorer IconExplorer

Memory Pool

23,931 transactions
11.48 vMB
0.02698848 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.29/200 MB

Candidate Block

Mining Attempt 9dfd8200ce8b9fe9c10a93a33e75cf149828e02b0cca00d44a764ee15bf4ca4b
Version 20000000
Previous Block 0000000000000000000110ec12434ad43e6c2313c33404c1a977352466ed2c74
Merkle Root 96f302fb48ae5846e9fe2791e7d9ff4598cdd104c5555c8dfff8ee96565ed304
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,394
Size: 0.9979665 1.00 vMB
Total Fees: 0.00801076 BTC
Feerates: 52.28 > 0.80 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,649 (754,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,508 159,508 00000000000004c7146eb2237138c1716e1b6f1fe3b417c7575cb73cb5c75821 13 0.01/1.00 vMB 31
159,507 159,507 0000000000000229e065547f8720e4f6fd29cd5c96b50f88291f99501d2c2c1e 24 0.01/1.00 vMB 89
159,506 159,506 0000000000000709310bc62f55ed93d507f709d10a6cef5eacc397c7604ee071 6 0.00/1.00 vMB 429
159,505 159,505 00000000000006fe327ffebb23f74b2868fceaf9aaa82324213a9dacdf7e12be 8 0.00/1.00 vMB 76
159,504 159,504 0000000000000c56b1db9883d71b7201fac711a43e00e0ad2cc495fab63f9525 20 0.01/1.00 vMB 11
159,503 159,503 000000000000019343d3db2c18a24429035084bd432a5e13ca2427be092eb706 16 0.01/1.00 vMB 29
159,502 159,502 00000000000000423cfaeef9d023f3afd70e8f050d3861a1d546b0763a408256 26 0.01/1.00 vMB 98
159,501 159,501 00000000000009fe41cb0451656e56e1d1b3dfee9df01224c1ec41394eb59d1d 14 0.00/1.00 vMB 14
159,500 159,500 000000000000065ce6213ee8c9b55ca2ff7935345a4d1815341688dfd63f69af 15 0.00/1.00 vMB 51
159,499 159,499 0000000000000a57c2d6e8babc19daf96cc1f917204e6d541458538b67530bec 53 0.02/1.00 vMB 194
159,498 159,498 0000000000000db95265719fe892c12d8fcce0d288c3bfad1ccdc83c3d7fa78e 60 0.03/1.00 vMB 214
159,497 159,497 00000000000003812152aa775ef6f8d9dc96670db389a9969bc7a4a2e85e9fc4 21 0.01/1.00 vMB 140
159,496 159,496 0000000000000d16166033d3542e0d2d5362a17b551823be76d424eb901623a0 111 0.04/1.00 vMB 51
159,495 159,495 00000000000001760d8a20cd5f4cda5711ae9141e04d51e912b9d3ffbf850854 32 0.01/1.00 vMB 148
159,494 159,494 000000000000058e32470d2cf3a9593a95ff1281ac8b96865fe66ca271994f2e 32 0.02/1.00 vMB 16
159,493 159,493 0000000000000e0af4d6d6c798277249e8bde593267866b91970927e02c4d88f 32 0.03/1.00 vMB 38
159,492 159,492 00000000000002da41c5978176c43bbb4f7eaa252d71e875f4ea1f6977a05b29 7 0.00/1.00 vMB 435
159,491 159,491 000000000000069030b73fb17e1578f8c685274d3f6fddacac0d422201dc62f2 20 0.01/1.00 vMB 112
159,490 159,490 0000000000000b93a6fc6095bb4e22f654123e96054b45b4f841dce8af6e0ba5 2 0.00/1.00 vMB 223
159,489 159,489 0000000000000a84d442e5dd1af4f75f1c370d1227509ebecfe27ff2e2b9687c 14 0.02/1.00 vMB 52
159,488 159,488 000000000000055d491114a4cf40680efdb4839a3594deb062f326af908fd612 85 0.03/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 779.99 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: 472.97 GB
    • Received: 3.05 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.