Loading Tool

Explorer IconExplorer

Memory Pool

52,842 transactions
30.98 vMB
0.12013696 BTC
Random Selection Loading Transactions
Max Size: 166.51/200 MB

Candidate Block

Mining Attempt 29dbf6af5ebd83f46146ab3b7951959f5f318cb3601a7f41b5e6a0dbd05c7f95
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root d7709dd2404cd5db7a393f16a4ccbfdd5f1290f8c25fff0a562e35a418d808a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,775
Size: 1.00 vMB
Total Fees: 0.03806454 BTC
Feerates: 301.36 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (109,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,128 805,128 00000000000000000001fad140e3456d6c1b4de6d2d4b9b972a95a1c6ecd9f58 5,709 1.00/1.00 vMB 7
805,127 805,127 00000000000000000002ffbe716a9906ae124d12eaa453d526481e290ef0baf8 3,313 1.00/1.00 vMB 10
805,126 805,126 00000000000000000004fc424ce53339aa6a9af4fa61ae69ab6ae0cdc508ca86 3,980 1.00/1.00 vMB 7
805,125 805,125 000000000000000000016fda556e9d160ad282f9bac4717c7e44909bb2481b29 2,304 1.00/1.00 vMB 9
805,124 805,124 00000000000000000002007beddd8fd9b0997771631915db854182a99330cc02 2,565 1.00/1.00 vMB 12
805,123 805,123 000000000000000000025f6e08d5a18dff812dc295821e3874bb9cccbf931d16 1,399 1.00/1.00 vMB 11
805,122 805,122 00000000000000000002d6b47182e174dc61f1cd1d51d76a8a552c515696cbd5 4,263 1.00/1.00 vMB 8
805,121 805,121 00000000000000000003b38f4951a73e9ec6250cc2dd6b6863c3868a6b074d75 1,670 1.00/1.00 vMB 9
805,120 805,120 00000000000000000001f6cab7a6c85eb885987f670ee4270d6aec641b244583 2,504 1.00/1.00 vMB 12
805,119 805,119 00000000000000000004a1bbcf5bbfa2e2219b7cebd79c9ef3bfbcffd5cb722b 2,649 1.00/1.00 vMB 15
805,118 805,118 00000000000000000004c10788cf9cfcc3979054aad6b3ac2009c87ee1559e21 3,023 1.00/1.00 vMB 20
805,117 805,117 00000000000000000002328623ee98ea2bd6d1fd3c2cba7ce778e9a9c1efbbff 4,768 1.00/1.00 vMB 6
805,116 805,116 000000000000000000040c0bdfcde76d9af876516595519065d61ae18a166293 4,813 1.00/1.00 vMB 6
805,115 805,115 00000000000000000000dcd1e2da5df9f91734e421299fe12e9f237c5cd9e6f1 3,229 1.00/1.00 vMB 10
805,114 805,114 0000000000000000000094c07c56b94d105e34e6ae613739287a4cf55cd7ba79 2,577 1.00/1.00 vMB 11
805,113 805,113 0000000000000000000324cd037f3e99113018f8202c507e62ecb29e763f06a9 5,702 1.00/1.00 vMB 8
805,112 805,112 0000000000000000000104222b47298a45d238887b58eb2557e40bdd1e498c93 4,508 1.00/1.00 vMB 8
805,111 805,111 00000000000000000004c98ab74d83f59aec813bd1b1f2ed0793f461a6f524c9 2,466 1.00/1.00 vMB 13
805,110 805,110 000000000000000000036849087f6cc79ed91b4319d19bb7002a38efa00aa602 2,082 1.00/1.00 vMB 6
805,109 805,109 00000000000000000001c3052aaf53f379e61546c08410cccfee765a7ea3a38c 1,604 1.00/1.00 vMB 8
805,108 805,108 000000000000000000004f4d0aa693c254b8aa2cb4c05af55940dc29ea4f656e 1,545 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.06 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: 651.17 GB
    • Received: 13.45 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.