Loading Tool

Explorer IconExplorer

Memory Pool

27,534 transactions
12.20 vMB
0.03157401 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.59/200 MB

Candidate Block

Mining Attempt 8f0daddf77e2db640afca16de29af485090534f368b3d5c738c6ee534c50804f
Version 20000000
Previous Block 0000000000000000000208aeac454507dbd85c179d6070990289f4645a044c2b
Merkle Root 4a435020230f1f1de1671410d583ddb0ef38aa25a11a0431e319ea63e5e1e420
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,101
Size: 0.9979825 1.00 vMB
Total Fees: 0.01089960 BTC
Feerates: 151.02 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,754 (770,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,622 143,622 000000000000032dfeaa4c0a19667757ede0ff0e880aa31e0b8c7e487cb90839 88 0.04/1.00 vMB 107
143,621 143,621 00000000000002a7507bf9cd61f53f68788d85ca80d879fca83b153b7f67fa42 12 0.00/1.00 vMB 368
143,620 143,620 000000000000047de00ac35c16f719cbfb53425606cfa15d499052d7f0db9467 16 0.01/1.00 vMB 214
143,619 143,619 00000000000006017114d2672801ed30bfc15b1d1602b0784a2274c78ed9809f 12 0.00/1.00 vMB 701
143,618 143,618 00000000000003641e007114994d3ad9a2a99b1fec952002304116dd88e48b61 11 0.00/1.00 vMB 17
143,617 143,617 000000000000069d6105038cdd50f5ba4d31372c638c2a9ad1a0a158cb447f3b 10 0.00/1.00 vMB 0
143,616 143,616 0000000000000121c93384dd1e4cad25e06d20416e10fae7dfb176a02188dff6 79 0.03/1.00 vMB 349
143,615 143,615 000000000000076f0cbc33e02bbbac3a1d18249cca5fff460f7849da75221549 24 0.01/1.00 vMB 140
143,614 143,614 000000000000010e18a21401ad9295232970195900394da349f96b37cd9da09f 167 0.05/1.00 vMB 167
143,613 143,613 0000000000000952b6332814360eaec6ca6747a27c71713c34759292775555f2 22 0.02/1.00 vMB 66
143,612 143,612 0000000000000821afd974c2c599e43c95f7b630cb64cca9b20869ec35a40bd7 117 0.03/1.00 vMB 35
143,611 143,611 0000000000000409c8c7eca060c224d2e5e8b9b717f36c72bb9b16dc53f0877e 26 0.01/1.00 vMB 794
143,610 143,610 0000000000000126f9d86d724a9139413c2b5159b220ffe4e7e9d27aa2c81b48 49 0.02/1.00 vMB 129
143,609 143,609 0000000000000196d31a18cf2e83edc677f6922be5b2328338062131aed03ccb 10 0.00/1.00 vMB 48
143,608 143,608 00000000000004e2e7b8f7ca7c86b1d3e9fe6af6f871032340559650f9b28681 14 0.01/1.00 vMB 277
143,607 143,607 00000000000003531a705ee540b383f07b939cb2010ddcfba428702e3c8aeeb7 49 0.02/1.00 vMB 81
143,606 143,606 00000000000003977aeab238d6d0b9b31bf87a5373cd3b6d915f27365f0ae495 13 0.01/1.00 vMB 58
143,605 143,605 000000000000081014ab2b4015d522934b376dcc54d3d3ab3dced36fdb6f71d4 51 0.02/1.00 vMB 251
143,604 143,604 00000000000006b5626877cc854c521e5aa5dfa7690e0fa61a009ed059e16f2f 29 0.01/1.00 vMB 197
143,603 143,603 00000000000006c9f6522e95e88c2e12ce5c0f21c34548f29cbf3cac3f49b898 154 0.05/1.00 vMB 97
143,602 143,602 00000000000005d089ac84a54e3e5a996db25e1ca56ba7b6d45513021a27b326 72 0.05/1.00 vMB 426
Previous 10 blocks ↓
Total Size: 780.19 GB

Node Details:

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