Loading Tool

Explorer IconExplorer

Memory Pool

37,278 transactions
17.84 vMB
0.13551678 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.25/200 MB

Candidate Block

Mining Attempt 31ded8fd7804d6c1b036efe59162543759931e2311419345fa006a619b82fb98
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root a74698bdff5b6e54c721260785c37668837c1629ada6dc9051b33784c8f8f907
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 797
Size: 1.00 vMB
Total Fees: 0.02780322 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (767,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,492 145,492 00000000000001953f92389f3d10c3e265b78fe9bab7abf77c1ef7085e47ff8c 36 0.02 vMB 32
145,491 145,491 00000000000006602f938e63d4ca1106bea1cfd831a1d6f02000f8472fa73c25 15 0.02 vMB 82
145,490 145,490 00000000000007b4cced1df5265ee69303ab5fc22a8610797d93e88762914735 8 0.00 vMB 79
145,489 145,489 000000000000041e42b8ff2ea0c81e44f7f26b381f9090bd722530edb4387582 39 0.02 vMB 62
145,488 145,488 00000000000006e6dab8b216e8c47cdfe2fa11bc480443642500f5c0c59e8ecc 9 0.00 vMB 71
145,487 145,487 00000000000000ba7a42f287d45793bb2cdc033c71c9a799a332053ee9e2afcd 11 0.00 vMB 237
145,486 145,486 000000000000019daaf84a958035d19ec997d0b9b1849768204098f19d1857ca 19 0.01 vMB 434
145,485 145,485 00000000000007d03446b5269a78b0bdf07f8ec0c76c8f329b7a833380ba8513 35 0.02 vMB 687
145,484 145,484 00000000000006a604e525c38f458f7b9956aa932bc1bb9b16dfe38229726d24 32 0.01 vMB 273
145,483 145,483 00000000000001b91239577329a33e00967f56f1e7b408c3970a08884fbc556d 1 0.00 vMB 0
145,482 145,482 00000000000007766081f5081c98fbe377d346fda9fbb0f9d637cb732f0d2fc4 26 0.01 vMB 105
145,481 145,481 00000000000004f3509b9d490b89256bc45c2268a7c203058f83d5a7c4cd0d12 120 0.04 vMB 57
145,480 145,480 00000000000001a7fd7f3265436f1397bab05606e2160a84ac1d3e98aef53f31 86 0.04 vMB 295
145,479 145,479 00000000000006582623f6d7d8b12cf63392cedb9114e2009bd018f46bacf025 116 0.04 vMB 126
145,478 145,478 000000000000010987cded88234645ea0c627747d4b349d409da94e82afd5aab 12 0.01 vMB 193
145,477 145,477 0000000000000054c3a2a633cf80cd99096fe037fd1f1eac76976e1e24cdbbcf 96 0.03 vMB 150
145,476 145,476 00000000000007f9a16163b00b8255fcc5a87f86164e72cadbe2c6c85c4577d2 51 0.02 vMB 181
145,475 145,475 000000000000043ca231129a78dc19081f9e0074cb15566591e279631fa81178 24 0.01 vMB 133
145,474 145,474 000000000000065044109bdf102c9abd6504e6c7f9ded665e289d65a4ce2de55 11 0.00 vMB 14
145,473 145,473 0000000000000710cebb8c3f233bbf45ef7a3a19c50c4e08eefd2ce324359da0 74 0.04 vMB 150
145,472 145,472 000000000000032ec8039d57cadd486475b0cba93d50cfba78c9ddc22056e3af 6 0.00 vMB 1,738
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 82
    • Outgoing: 10
  • Data Transfer:
    • Sent: 129.99 GB
    • Received: 0.53 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.