Loading Tool

Explorer IconExplorer

Memory Pool

15,665 transactions
8.95 vMB
0.02580307 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.08/200 MB

Candidate Block

Mining Attempt 259bc478fd2f3a7d7922c98f30e8738e0c21fbb74d441621e065322d063e2c84
Version 20000000
Previous Block 0000000000000000000197941bad20b897c775350b6fa0570ccf58719d66a8c5
Merkle Root c34d148b7af234aaef786dfcfcf80b9b16fcdb572415d540ef8fe70134d9e863
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,766
Size: 1.00 vMB
Total Fees: 0.01231020 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,566 (650,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,207 263,207 0000000000000008264dbd8f5956dd82e13b3e0231494fdb047eeb5f8add44d5 97 0.14/1.00 vMB 21
263,206 263,206 000000000000000f33a73f0115d08bbeb5a26abf1f88f4f18d2f388d5b6452f6 13 0.00/1.00 vMB 95
263,205 263,205 000000000000000039f05ab8894af0292d808d3930edfb048f8cb9eb66db1a19 123 0.05/1.00 vMB 82
263,204 263,204 0000000000000012043b87d82d0d98ca39b1caa08a7cc5eb2311f8998b1d1642 95 0.15/1.00 vMB 19
263,203 263,203 0000000000000009dde521621220c00367f174e55e9b0e87a971d514f79cb210 337 0.16/1.00 vMB 85
263,202 263,202 000000000000001209f2dbe0abc7f24d9ce98fc5005bd1b9bc8d1a292c7fd682 19 0.01/1.00 vMB 81
263,201 263,201 00000000000000013a9ccc3de71f6d4224100c3d1aa70405c638de98f00d972d 442 0.23/1.00 vMB 103
263,200 263,200 00000000000000114c855b36adff8675967fde9e4e37bf812ddb0bde1c35fa38 97 0.05/1.00 vMB 71
263,199 263,199 000000000000001609afbb9fbf5416650d66329a6f91898c3f2b451f34eb5f3c 71 0.04/1.00 vMB 51
263,198 263,198 000000000000000198456a74485b1761285bd2bcc1d0c53144036c7fdb3bac8c 388 0.18/1.00 vMB 146
263,197 263,197 000000000000001294e58be78a5a9e0172d7f106045e11b2a732056d0bab3f7e 246 0.10/1.00 vMB 88
263,196 263,196 00000000000000060a70b78c18981e0fd34f06eafedefb82ca27e402f1d4bc87 351 0.20/1.00 vMB 114
263,195 263,195 00000000000000075a7999bb4b34bb4944918446a415073c83cc060977e52bbc 32 0.01/1.00 vMB 218
263,194 263,194 000000000000001092a2e7c5da270f402dced5e55087af1ffcfcf3a4d23efc0d 35 0.01/1.00 vMB 242
263,193 263,193 0000000000000007571c7d359710e08f5ad90986b099425a01533bdf75a5c9db 332 0.15/1.00 vMB 144
263,192 263,192 0000000000000013d4362d4152363d66827b4722f2049f40aec8bf097e147b6d 77 0.03/1.00 vMB 112
263,191 263,191 00000000000000049ddfa747e23de919cbc19cdfa928994b2e012015c3d7ec05 168 0.08/1.00 vMB 68
263,190 263,190 00000000000000085cc971cc769a106b13b6d6affa5fbb44b2c181e5fa8a2ff9 113 0.04/1.00 vMB 96
263,189 263,189 00000000000000126b454e7b54684d064c473724e240501df134a50257636de7 96 0.04/1.00 vMB 67
263,188 263,188 000000000000000b82239da2e0b3ad61a80c67c9f1b2596167b6d1c591bec00a 29 0.01/1.00 vMB 78
263,187 263,187 0000000000000014a2a1928282f538ced2a80462ab11988ff5c15dd6e023c75d 93 0.04/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 779.84 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: 429.39 GB
    • Received: 2.34 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.