Loading Tool

Explorer IconExplorer

Memory Pool

16,252 transactions
6.74 vMB
0.04801083 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.67/200 MB

Candidate Block

Mining Attempt c77dc1b138769672941dc1a7c3c4bba244759a6f0329fd5ea8943cef9901416e
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root d7d054698428db95298156400696cdaaf0693b02f3ccab9585e58dadc6e8c93b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,442
Size: 1.00 vMB
Total Fees: 0.03112930 BTC
Median Feerate: 2.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (634,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,282 279,282 00000000000000028a5c9edabc9697fe96405f667be1d6d558d1db21d49b8857 585 0.25 vMB 48
279,281 279,281 000000000000000106c54c4832e0f8b7dd46529e846da047bdd0b153677716a8 27 0.02 vMB 5
279,280 279,280 0000000000000000cb21a10252c77b5269404d26fa7d8274721d219dbe0d5de3 86 0.03 vMB 39
279,279 279,279 0000000000000000f2d81d3f3ef2cf7f396db1915eb61d7f0f29f680956281ac 81 0.04 vMB 32
279,278 279,278 0000000000000002e6340b88bad64cefcc84b6f1ecbe7036df3d8bc537e222f3 694 0.37 vMB 37
279,277 279,277 00000000000000027c8f00f1ca3d964c0ea19feda1833ea4a3a2daef89d57a07 412 0.16 vMB 52
279,276 279,276 0000000000000000a3d2aeb5032fa80bcdf6302062000b14213b87a3236ce019 134 0.05 vMB 38
279,275 279,275 00000000000000004ada6d6cead5c00a860494582252371c9c294decaf3b422a 160 0.07 vMB 46
279,274 279,274 000000000000000133b6476783e086208d161eb5afbbdfe112966352b390e6ed 128 0.14 vMB 21
279,273 279,273 000000000000000165ffe62ea23dea3a629eadf87e1fcfc47a6ae4f8db6af147 267 0.11 vMB 61
279,272 279,272 00000000000000017251cfe32069dab41c12c10789bd10426024fdf80cf85778 147 0.07 vMB 119
279,271 279,271 00000000000000025d52485f7cbda9247d03991814da4c37b93c00402287581a 124 0.06 vMB 25
279,270 279,270 0000000000000002c1ec8ba029d0d711d02fc33a8de69e028fd08c318e1e2c89 91 0.13 vMB 16
279,269 279,269 0000000000000002e44a54e5e2a0042fc9fc820d7682f82cefa9f99e3be92654 368 0.25 vMB 29
279,268 279,268 0000000000000000db663ac0561b86f004c660f4d6e448aa4f7bf9542c6bac30 733 0.25 vMB 57
279,267 279,267 00000000000000016cf8a8a881f0f5998fe39ec64acc07d03691b00bf42b3a58 531 0.26 vMB 47
279,266 279,266 0000000000000001a291002d3fecf361f811c4468397a44bdbbdd710af515049 67 0.10 vMB 6
279,265 279,265 0000000000000001e8342bab0ece6b75678d156023d1f44ea2cd745a5a22f6d9 64 0.02 vMB 38
279,264 279,264 000000000000000166d92023b9be5dfd4ada5cb3cc020719e239ed9971549b43 90 0.10 vMB 20
279,263 279,263 000000000000000040d7bebd0f79e1707d54c3970d9952a6231ef79a45811a88 678 0.25 vMB 60
279,262 279,262 000000000000000098604009bcfe29c0960bb4a22819a6ca91c24913530d0b9f 198 0.10 vMB 47
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

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