Loading Tool

Explorer IconExplorer

Memory Pool

81,905 transactions
30.17 vMB
0.16464740 BTC
Random Selection Loading Transactions
Max Size: 181.35/200 MB

Candidate Block

Mining Attempt fd154a12ee593bce31c07e3c79e39a652bfe9495b110afc8488c09893d0f05cb
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 22f480107f999a4e1eb50d9d7e03ea12e68f755d6489c8daef6cd6bee97b37f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.06206760 BTC
Feerates: 1,002.91 > 6.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (368,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,213 547,213 0000000000000000002545ba04b31b5a6032dea27ac4a1166ddeed375638707f 2,629 1.00/1.00 vMB 25
547,212 547,212 0000000000000000001f98a9d4792027f513a69d08987080441a3e2355cd5ce4 640 0.33/1.00 vMB 4
547,211 547,211 000000000000000000067030c89134ef34b9974601472fc025c6b03afd973174 1,081 1.00/1.00 vMB 8
547,210 547,210 000000000000000000146da5b6de053a50c5b2b6688d1e0827771ceee5361e80 1,334 1.00/1.00 vMB 10
547,209 547,209 00000000000000000017ee5b7f3a4e56f62802b968945c0c30e9241f2d8ec652 3,253 1.00/1.00 vMB 11
547,208 547,208 000000000000000000085a87c39c43c851b02a4e9043bf52a7356d7d58812fa3 2,601 1.00/1.00 vMB 20
547,207 547,207 000000000000000000014c2954b2cb5275a7726c7f2605d3883150ec5d567d7e 2,101 1.00/1.00 vMB 9
547,206 547,206 0000000000000000001d9a42964b929a98d6055f0ceab9034b5f65df85ae1ee6 2,488 1.00/1.00 vMB 17
547,205 547,205 0000000000000000001694ba0da4741ee7d45c19d55e5ac4c613b131be44932b 396 0.13/1.00 vMB 18
547,204 547,204 000000000000000000012021220a6f482ff48f876a0917918c3f38643bc8b5b5 1,206 1.00/1.00 vMB 2
547,203 547,203 0000000000000000000a3c03e5089962ce9aa0138955ba61a6724b1b86f2f36b 1,197 1.00/1.00 vMB 16
547,202 547,202 00000000000000000004d5257e3744b44379ceed94ebe61b3f97432f8c9afd99 1,150 1.00/1.00 vMB 6
547,201 547,201 00000000000000000020168007047128997edc5314b57b2777085dd9e7e1e252 2,071 1.00/1.00 vMB 7
547,200 547,200 0000000000000000002027ad1d97ca96185d8fca1f044bf775a6373a66376ae7 2,140 1.00/1.00 vMB 6
547,199 547,199 00000000000000000011a990dd8c1751a52c827a585a4bf73bd45349b6cb20ed 2,916 1.00/1.00 vMB 26
547,198 547,198 000000000000000000175cad09d480b41c8cf43457f8615c6663b0205f4d5d64 1,901 1.00/1.00 vMB 8
547,197 547,197 0000000000000000000c2e2eea9d009e89b7b4f7159158f0b270ec5040cb9d5c 224 0.07/1.00 vMB 19
547,196 547,196 000000000000000000097271977b017e0f340fddc6413acbb48efacd852f8856 812 1.00/1.00 vMB 3
547,195 547,195 000000000000000000212707a0495b04f36abbf79551e4bf7feb3773f86ba21d 1,085 1.00/1.00 vMB 7
547,194 547,194 000000000000000000152c42bb102f6d8a5922c534d5b49d0bbe4263b754694a 279 1.00/1.00 vMB 1
547,193 547,193 00000000000000000010e67a7f321b214c50d5944b4935573c3fca7bdbb00b05 2,211 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.