Loading Tool

Explorer IconExplorer

Memory Pool

29,339 transactions
9.72 vMB
0.10742353 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.89/200 MB

Candidate Block

Mining Attempt 22b961eb81f2733cf836c7c9d5c9e2fd2065e92b96179aa4bea6e0567bfd38ad
Version 20000000
Previous Block 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9
Merkle Root 8ad2eae39b5f676063e8158d26b203d63ce21284457f8d79bc8f084408f7689e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,371
Size: 1.00 vMB
Total Fees: 0.03147861 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,219 (703,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,010 210,010 00000000000002000d6c60c43002f4511d9b28e6cf7ca279966416f3ea6de020 152 0.07 vMB 312
210,009 210,009 00000000000002c1448d032b7c01e98bed7ae485c626acedf4c814b10a8c3cbb 135 0.09 vMB 134
210,008 210,008 00000000000003c4c94683b1056f77994b2f75b8670c245db2c7b8e1db5707ff 97 0.05 vMB 137
210,007 210,007 000000000000020cb0ff6376746d922ed8404834e94b39bc979c01b842079206 426 0.23 vMB 155
210,006 210,006 00000000000004d1976f44efc912278e87764a3c497b006139933556f2ce5f5b 557 0.30 vMB 162
210,005 210,005 0000000000000084e32d8b14bd9a70d7825ac7bc0065713adc357a5400f2dba9 146 0.05 vMB 154
210,004 210,004 00000000000004ac4bf3818f44a9e813b71d3297006bc1c00e832bb3d0488c95 587 0.25 vMB 219
210,003 210,003 00000000000002be9c67336359cfdc14d9b380406e8310f75beb3c061fb772ee 234 0.07 vMB 22
210,002 210,002 000000000000022f5cd2c8fa90d28d74a8ceaf800c347a4e57c7f02fa507d377 660 0.25 vMB 229
210,001 210,001 0000000000000198b7aa4172cdd1e5d80207535da5a2d4acd80242c07729dc21 626 0.25 vMB 194
210,000 210,000 ½ 000000000000048b95347e83192f69cf0366076336c639f9b7228e9ba171342e 457 0.20 vMB 6,818
209,999 209,999 00000000000000f3819164645360294b5dee7f2e846001ac9f41a70b7a9a3de1 543 0.24 vMB 223
209,998 209,998 00000000000000c6d9b57b9db3f318d9a3080a6182afa43718f45cdf962448ac 10 0.00 vMB 166
209,997 209,997 00000000000003ca8425118cfe8d1fc4b8f25ba05b83be24cc1cb3d3308153ca 384 0.15 vMB 216
209,996 209,996 00000000000000b56e5af1ad6398879f3065ddb666491d2e4bc814d87a13629b 746 0.35 vMB 151
209,995 209,995 000000000000012e87a399b1610e48ae56abc01c7192ecbd4bd88fde9f398674 127 0.05 vMB 150
209,994 209,994 00000000000001ce89b79a062be9a3bdd9eef73f1f8181258626fe9451229b51 130 0.04 vMB 8
209,993 209,993 000000000000045797377946ec57566e92b88c7af104dc4450e0dd5b7a4d9fa3 142 0.12 vMB 126
209,992 209,992 000000000000013dd3ffb863852df078bc703e9b40ff4e63745ac86a3df27a66 126 0.12 vMB 88
209,991 209,991 000000000000020423c44b83133c5fc1ed3389f96030732938ecc1bc998f04e2 270 0.10 vMB 213
209,990 209,990 0000000000000010ce8019e7450f8fad1f1f414e3a036fa5966c5b414134590c 68 0.04 vMB 122
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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