Loading Tool

Explorer IconExplorer

Memory Pool

48,209 transactions
28.38 vMB
0.08319847 BTC
Random Selection Loading Transactions
Max Size: 149.85/200 MB

Candidate Block

Mining Attempt 7b44e743fe1228de1095d79962ac2d31c7f8eb9d912758f8e0733d2b6cf0196d
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 526af1a87ebfb2b899c310d1099b993ed8c0dc883c0949fca1ac60523f10cb6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,238
Size: 1.00 vMB
Total Fees: 0.02665225 BTC
Feerates: 100.66 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (705,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,287 209,287 00000000000000b8e0a5313b1c9e058b8c2f7fcc49932b521fdaa16bf4fdcfe2 150 0.05/1.00 vMB 219
209,286 209,286 00000000000004c3c37133eb61535229ac112963a9c530ab25b2f26e58128d94 1,230 0.46/1.00 vMB 139
209,285 209,285 00000000000001bc255d63d3e82af7638566a5fbaadb6d5bdc41d0731a23d1ea 7 0.00/1.00 vMB 187
209,284 209,284 000000000000031d2703e1713377b15d64295b1c20fc24ccfa4e0e0326611f4c 14 0.00/1.00 vMB 501
209,283 209,283 00000000000000c0f2ba351a9439a2d5674defaa54d8c0e695b8dace06ad12f0 70 0.03/1.00 vMB 145
209,282 209,282 0000000000000321224a71def2207b381edb69b7ed14eb4a15a55cb0490288c0 139 0.06/1.00 vMB 157
209,281 209,281 0000000000000066e824ef3f00677b5aba72a538e856b26f34394a0c9c5d2b6f 10 0.00/1.00 vMB 125
209,280 209,280 000000000000006b25116a9d0e62307c7a381cf1168be2f9cd33937329a6df05 81 0.04/1.00 vMB 290
209,279 209,279 00000000000000356454638c644b644ae6d8b21a1bba422862b77150910cafec 170 0.10/1.00 vMB 131
209,278 209,278 0000000000000313c88fdf275393f33d9fc5d0f1fd8fd48d5219c34bfec9c706 62 0.02/1.00 vMB 99
209,277 209,277 00000000000003e2e8fe9fe737c4fb1291797d9ff280463217e8ac3772ce87e1 16 0.02/1.00 vMB 95
209,276 209,276 00000000000001502700ff5e5e00f03009cee258818612ca3ec33db70f9f8140 193 0.16/1.00 vMB 124
209,275 209,275 00000000000000b167eb47d4f4a9f034879d276c7b8c994ccefb75e620f05992 11 0.00/1.00 vMB 150
209,274 209,274 000000000000014db6718c1fbb1a740b2f5ec5545307a6de61a38696fddf00b2 13 0.00/1.00 vMB 33
209,273 209,273 000000000000038ec93a9732ee8c3e65d317ea2a0ba27694ebcc6a46f2174f57 94 0.04/1.00 vMB 170
209,272 209,272 0000000000000040cdd3253654ca422c980fbaecc2a30d24c6f934cbc1e8ccf6 149 0.06/1.00 vMB 160
209,271 209,271 000000000000028fac9d76c16acd70e9fbda5d3d350a8d6ed7145de064d5d3f5 83 0.04/1.00 vMB 153
209,270 209,270 00000000000001c90a047f652133a082cda679505707f321aafdbe3f4e231554 45 0.02/1.00 vMB 127
209,269 209,269 000000000000038bab7182474d88b289d2c0b8d37b42e1cd40958cb75076be36 63 0.02/1.00 vMB 126
209,268 209,268 00000000000004c5ebae1cec6f500026fbfa0a4dd2f702025fa77ed71ca200b5 95 0.03/1.00 vMB 53
209,267 209,267 000000000000004ebbf65425070a364f09fd5d3812d1e1ce35f2aa55c097d124 414 0.20/1.00 vMB 413
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.