Loading Tool

Explorer IconExplorer

Memory Pool

78,526 transactions
29.97 vMB
0.08751027 BTC
Random Selection Loading Transactions
Max Size: 179.08/200 MB

Candidate Block

Mining Attempt 5efe75625bfbc5bf04d471a3bc55ce5bb5a6b7f39bf7944539144c65eadf972f
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root dceaaf8342a333cee5d79cbe5f249c520a441cd30b766d0d8312aaa7a2b72d67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,744
Size: 1.00 vMB
Total Fees: 0.01869031 BTC
Feerates: 100.69 > 1.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (623,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
291,664 291,664 0000000000000000d576dddd7e1317b808a09938c9ae5a9a791e18cf16cacdf5 290 0.35/1.00 vMB 6
291,663 291,663 0000000000000000ebcc02e3ee21790ce737c5bc70a70d14b408d15b8a94a2b6 207 0.10/1.00 vMB 31
291,662 291,662 000000000000000068a73560c52d22a26f31221dc909a080c4e803d0617915d0 376 0.16/1.00 vMB 49
291,661 291,661 0000000000000000dc064deceabaa35c9cdebdd7f1e3a39f5d62df1c7612b0e9 939 0.45/1.00 vMB 41
291,660 291,660 0000000000000000b5b31d0ee21007fc768dc29cc43b0eead8fbf0377252ddb0 554 0.28/1.00 vMB 39
291,659 291,659 000000000000000008c8d5b81a8c27305d0d0014b7fe6fecd6163c9b5a64f206 356 0.34/1.00 vMB 25
291,658 291,658 000000000000000077b8b0d7841c5abc40761d634fd3579274f97be6ab6dec44 418 0.35/1.00 vMB 86
291,657 291,657 0000000000000000669aa321dc7ec38b3c51b6838a8bd27a2e8a9f48c44dfd89 849 0.35/1.00 vMB 45
291,656 291,656 0000000000000000384d96b78143809d5a964d139caa6818d7ab14e70d29c06d 79 0.24/1.00 vMB 12
291,655 291,655 000000000000000010f50df7b77822df7e331908381bea92c7477aa1fb283e18 886 0.35/1.00 vMB 41
291,654 291,654 00000000000000007247eeedb87224ac95ba6a6597eda0a5b31d0aa687b75a0d 251 0.13/1.00 vMB 42
291,653 291,653 0000000000000000d2114ca268b2033b6345328d1ebcee19ca645d2e85a4410b 46 0.02/1.00 vMB 50
291,652 291,652 0000000000000000c5f8ecc55a76fcdcc093e3607a20acc6f1b2737e73ce28f8 610 0.42/1.00 vMB 27
291,651 291,651 00000000000000006a485b69446901f55df5b937eb03c73caa509a52af1dd24e 111 0.04/1.00 vMB 39
291,650 291,650 0000000000000000df0c76cff79fe1389900a073b3ee3c88c82c8625b9bbdc01 639 0.34/1.00 vMB 35
291,649 291,649 000000000000000089b394444dedc19b9afc87255b2c99050e4c07ab6d91f484 31 0.06/1.00 vMB 8
291,648 291,648 0000000000000000a23c2380fff70687f60cc1b1dfeba1d791ea90de3224934c 478 0.30/1.00 vMB 32
291,647 291,647 00000000000000002b0e45caaa1891f4905a6ee152589e4d4df3d2645289551a 128 0.04/1.00 vMB 78
291,646 291,646 00000000000000002f310ee1c782b8b69db7123ff0a5241e87448fd8dff153be 256 0.11/1.00 vMB 46
291,645 291,645 0000000000000000f858b5f4c4787048517ac9c174474f5e2c9c880338265f07 44 0.02/1.00 vMB 36
291,644 291,644 0000000000000000b09856a7c4f98035aac9e49d74848fad7130a5ad3f9f7cb3 173 0.05/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.