Loading Tool

Explorer IconExplorer

Memory Pool

73,693 transactions
27.25 vMB
0.06300881 BTC
Random Selection Loading Transactions
Max Size: 166.44/200 MB

Candidate Block

Mining Attempt fce36550e35f05d7c5f9125cd32a8207026643b71729129d9db41c9bf291149d
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 1947ca83d8888a7437c22a2773da93d996550facabf4c6cbca7e9772546ff5a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,748
Size: 1.00 vMB
Total Fees: 0.00497338 BTC
Feerates: 80.00 > 0.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (521,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,240 394,240 000000000000000006a438d5a3ce6e9cae08cfc4db1ccb4618ec294851e2fe09 645 0.91/1.00 vMB 17
394,239 394,239 00000000000000000097f0436f27d4495bacf1ee03020b4f9ef159274232d8e2 1,549 1.00/1.00 vMB 24
394,238 394,238 00000000000000000826ba50fc592ba28fc29e1abae37ec6b4c29a0fe64afed5 2,211 1.00/1.00 vMB 42
394,237 394,237 00000000000000000646b3fcc00fe0d511576ad9bd94b5bd3d50fdcc2b000b0b 2,049 0.75/1.00 vMB 60
394,236 394,236 00000000000000000613523a0a9ed1c744fb36cc62dc45a4ec5b04c516f3a90f 2,345 0.99/1.00 vMB 49
394,235 394,235 000000000000000003bdaccedbb3e716c327cde44857e1fb0fe6635102c9960b 2,330 0.75/1.00 vMB 69
394,234 394,234 0000000000000000022bad4c06341f9fad72585dd45088f3af10617e359a0215 1,469 0.95/1.00 vMB 30
394,233 394,233 0000000000000000087611de23388a2b195b8e7e2020681f813f42cccd8a8f9e 1,324 1.00/1.00 vMB 21
394,232 394,232 000000000000000002cf73836da20724fd0f05fcd46fb6d5cd70f1b1a0fc471a 2,094 0.95/1.00 vMB 43
394,231 394,231 000000000000000007a87a15ae3cea3bb1ac9eecbbe907c513d63be88c178081 1,877 0.99/1.00 vMB 39
394,230 394,230 0000000000000000094d045678d1174fd531a7c99ef6f9a04d95541f92c2c451 2,005 0.95/1.00 vMB 43
394,229 394,229 000000000000000008ede723f235f513bb1fc5e2bda11c42cb4f5f238082c842 2,366 1.00/1.00 vMB 68
394,228 394,228 0000000000000000029c89ecee802d2a15236dde52147257b0e13cc8294cfe0a 1 0.00/1.00 vMB 0
394,227 394,227 0000000000000000022a7986c59e94d94ff6b1c675d080744e78c14c9b6a9b44 1,872 0.95/1.00 vMB 48
394,226 394,226 000000000000000000ea11fb92c9a9748e45789b2e83f0194b7c93a5348e901c 2,473 1.00/1.00 vMB 62
394,225 394,225 000000000000000005c0fd89a4daed27ecf2b16cc01e888294464a3467244b9f 2,034 0.99/1.00 vMB 53
394,224 394,224 0000000000000000071a3fbd58f37dee0bc784682b4bb8bf61bb1df98f0ed94d 2,208 0.95/1.00 vMB 59
394,223 394,223 000000000000000009748f967d56e876f2394a32981eb14297bb2a1657468a4c 1,607 0.75/1.00 vMB 49
394,222 394,222 00000000000000000728173c2e151f789eda316f0455663fe7c1c7dd4e57e0a0 2,165 0.90/1.00 vMB 54
394,221 394,221 000000000000000003fd786aed8dfcf3da2cc41de1ed44da4840f76581673430 2,414 1.00/1.00 vMB 56
394,220 394,220 0000000000000000071a6cfe9eebb2c03dd86e4f4a5d84bd2510c2419cbdea3e 1,865 0.93/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.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: 712.06 GB
    • Received: 17.16 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.