Loading Tool

Explorer IconExplorer

Memory Pool

78,385 transactions
29.38 vMB
0.06605701 BTC
Random Selection Loading Transactions
Max Size: 176.59/200 MB

Candidate Block

Mining Attempt fa6948deef40fe11fe6a810d14b553f5ca2a8234a0a13910af6f5e4bcf0e0490
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root af51af4531ed5709d5a0cfc8ddc41a509f05edc939c78b5f696b213b94d580f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,293
Size: 1.00 vMB
Total Fees: 0.00648092 BTC
Feerates: 50.25 > 0.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (240,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,515 674,515 00000000000000000009b1257e64db853adb90be8ca9cef1d7b32772fd4167f8 1,951 1.00/1.00 vMB 68
674,514 674,514 0000000000000000000a3b2478ae65ce89c0ce6f76842a1da0dfa4191d03fc4b 2,192 1.00/1.00 vMB 34
674,513 674,513 000000000000000000051842f77583f3c23832d02cd99f9f1bab58f45a64e6a2 1,290 1.00/1.00 vMB 96
674,512 674,512 0000000000000000000a4a20a7a1611524fdf94ab440cc545d6435f470d3b7a6 2,143 1.00/1.00 vMB 110
674,511 674,511 000000000000000000021f49a0d29de5a648b1207608e77528c4651c96241055 1,847 1.00/1.00 vMB 94
674,510 674,510 00000000000000000008ceaefa3cc556bc1c916d0c97fc2c4b59feedfd16e05a 1,673 1.00/1.00 vMB 115
674,509 674,509 000000000000000000014d6789edfab89015f21f750880ce6e5a42b41870fe80 2,220 1.00/1.00 vMB 71
674,508 674,508 0000000000000000000642d2ba5e7adb8b40fc760b43f28bf9bdd5514eef1c3a 2,234 1.00/1.00 vMB 86
674,507 674,507 000000000000000000021006caf7ecab105f19dad319cc2b435402b2e959a770 2,221 1.00/1.00 vMB 81
674,506 674,506 0000000000000000000a9de1911a8ba530c807f7bf3340e4bee5a18468118471 1,762 1.00/1.00 vMB 61
674,505 674,505 0000000000000000000474851d57d22ce7f21c148e07bd181c62a63966b217da 2,056 1.00/1.00 vMB 87
674,504 674,504 000000000000000000079fa76623a25fba75515a8d4494f63b4070599fd6e784 2,203 1.00/1.00 vMB 49
674,503 674,503 000000000000000000094c10f952a216791c0f0f57c03fcc4da2e00a9c048521 1,697 1.00/1.00 vMB 39
674,502 674,502 0000000000000000000a80f2bde7e473c4e40b4840c28c42d524e301a9b6bcf1 1,844 1.00/1.00 vMB 97
674,501 674,501 00000000000000000003772a9334aa0a5927a798fd014e034f4834bb16ac726c 2,172 1.00/1.00 vMB 106
674,500 674,500 00000000000000000002c63d4352a902a233597e511e9542ef6246fd972ecea9 1,287 1.00/1.00 vMB 48
674,499 674,499 0000000000000000000bbf3673eb6a16b2b22ae99a77e26e610020c1bd68f15e 2,048 1.00/1.00 vMB 78
674,498 674,498 000000000000000000000377a5a441a41c571dc813076b7e6d97838a062febad 2,157 1.00/1.00 vMB 58
674,497 674,497 00000000000000000005fbc5279ecb36da49aaac0011f1973063187a45d09aa7 2,158 1.00/1.00 vMB 89
674,496 674,496 00000000000000000001ffd34283ae139572109602b4c670319f31f1e5a94eee 2,672 1.00/1.00 vMB 72
674,495 674,495 00000000000000000000c61d739e8265bf73e94105903786d418f30f5bc39119 2,573 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.