Loading Tool

Explorer IconExplorer

Memory Pool

27,739 transactions
13.04 vMB
0.08409827 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.66/200 MB

Candidate Block

Mining Attempt fefeece080ef40759440fab82a253b9b25305345d2e40021a8ee972bf8f66183
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root ea28654005b8150625443560fce737c577c63d85eb8ce86297dcb8710e135d2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,806
Size: 0.9979995 1.00 vMB
Total Fees: 0.05050213 BTC
Feerates: 502.67 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (754,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
159,487 159,487 00000000000005d3657f8d88c287223f1572a0abd023b6f411f9893b85b5bf8d 19 0.01/1.00 vMB 235
159,486 159,486 00000000000005f2f2ff8bc7a1b4f7e6d4e8e60e106e1483d7bddd6f9f93ef7c 48 0.01/1.00 vMB 45
159,485 159,485 0000000000000da100b7457edfc3b70d2b2dfb1ce4cf5505a140c5c73c316e97 24 0.01/1.00 vMB 174
159,484 159,484 0000000000000476380b9e016bcbded878485acee8ebc13e5842080db8d04d96 8 0.01/1.00 vMB 8
159,483 159,483 0000000000000b94948f991a732da0bf399d60ac3c6c9fe196c684b0187d77da 13 0.00/1.00 vMB 0
159,482 159,482 00000000000009450c7c83570daaf30af1e3c9cbaf1a1e79ed3ad0de937ce757 57 0.02/1.00 vMB 92
159,481 159,481 0000000000000c2074403533ac6db13a9d49515d5291055babdede1bfbeeee9c 8 0.00/1.00 vMB 0
159,480 159,480 00000000000006ba70ce18afbd46d6944ad9621bc1eceac72d15653f249c903d 58 0.02/1.00 vMB 300
159,479 159,479 0000000000000136c1f31d691e769dcffe9aa8e287e48f1cb15709070621faf4 7 0.00/1.00 vMB 0
159,478 159,478 0000000000000df34538f1b379259cbeb143f87265aef86166ec89ebc91e8b17 17 0.01/1.00 vMB 15
159,477 159,477 0000000000000d2659c34688de31dee373df96b292684b3e169ee5f40c336782 8 0.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 780.08 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: 492.47 GB
    • Received: 3.43 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.