Loading Tool

Explorer IconExplorer

Memory Pool

80,390 transactions
30.70 vMB
0.07340556 BTC
Random Selection Loading Transactions
Max Size: 186.76/200 MB

Candidate Block

Mining Attempt afda18a6b46c871b9b9d4264d3e727c0fbfc4857e6e6f05f4d7b47eaef63576a
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 8cb1c1238f0d086c05218fd7adefba24a41a711df7762e709e450736b6d4bd30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,168
Size: 1.00 vMB
Total Fees: 0.00764391 BTC
Feerates: 265.25 > 0.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (535,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,178 380,178 0000000000000000051acde6d06a754a0a2a27eab30634eeb5d777425443d8b6 1,477 0.64/1.00 vMB 40
380,177 380,177 00000000000000000ce61bfb28bf6265f1994dcad8a72cd08a2928767523ae04 523 0.29/1.00 vMB 33
380,176 380,176 0000000000000000079ea7ddc48dcb5075447f97955adebdc7815d7afdfd3f8d 1,915 0.95/1.00 vMB 41
380,175 380,175 0000000000000000049d6862d08b816fb79335ddf0fe2e9d60ae01a38e6ef5ec 1,034 0.58/1.00 vMB 32
380,174 380,174 000000000000000009f891c7f772c782992ee12f69d75c022ed0f5fcd08ad341 1,214 0.99/1.00 vMB 19
380,173 380,173 000000000000000009ef02b7936a64d43b7199ceb40465f68628500f2d872ada 637 0.52/1.00 vMB 19
380,172 380,172 00000000000000000a0da8dbe4b69aefacbcfd0d613632ab856c77b76cdb1f45 2,354 0.95/1.00 vMB 45
380,171 380,171 00000000000000000bbe5e5e113db6b522efa1f51d8ca884b2eb3d4cbcc652a9 117 0.10/1.00 vMB 12
380,170 380,170 000000000000000009694dc0792af3a0f77f995d547200d7f85a5e6c8570a23f 277 0.17/1.00 vMB 25
380,169 380,169 00000000000000000dcaa88d8a8ce69197829755f508df840e5951ddfc969a7c 465 0.22/1.00 vMB 37
380,168 380,168 00000000000000001170b3465b279777575283c1fc5f789acb0be35c2eb3f872 261 0.23/1.00 vMB 17
380,167 380,167 00000000000000000bbb3dee047bcd3b7ddbb3e038bb5ffbb16c60ddd087dab6 451 0.25/1.00 vMB 31
380,166 380,166 00000000000000000f6241448ed112f5f31904b542f6882e09b2ee3e1fc71306 282 0.19/1.00 vMB 70
380,165 380,165 00000000000000000a06d104134d0b8aabeca15627f0ce4a5747947505761a47 1,935 0.90/1.00 vMB 35
380,164 380,164 000000000000000003acd68d1b6593ab034aa85187fbf203fa599de48fac95a6 282 0.25/1.00 vMB 17
380,163 380,163 00000000000000000b243cda21e4283ec5042cfdcb1d61cddea57ae675f5dd2b 1,040 0.52/1.00 vMB 36
380,162 380,162 000000000000000002fba988c23ea53a1ad5be2598b28358db02b8e47979b94e 127 0.25/1.00 vMB 5
380,161 380,161 00000000000000000a6b61e5fb4f35d1ecbd8377dbd23d00e3a4b3e2e6a03d32 1,292 0.60/1.00 vMB 38
380,160 380,160 000000000000000010d2c57fbb9f9b00e215ef50d03156d9ee6266b7ba135a83 131 0.09/1.00 vMB 18
380,159 380,159 000000000000000005ec9c495bb24ddbdc0428b00b4160575d9c3a19df42767a 592 0.30/1.00 vMB 34
380,158 380,158 000000000000000000fdb6244eefda4dc4716c94b6f5dd00e5aed91e45f791f1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.71 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: 701.09 GB
    • Received: 16.62 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.