Loading Tool

Explorer IconExplorer

Memory Pool

78,518 transactions
29.42 vMB
0.06707987 BTC
Random Selection Loading Transactions
Max Size: 176.85/200 MB

Candidate Block

Mining Attempt 83fd233edbace565ab71efc482cb75c87d8dab6be4fb529701fcdb37c020cdf9
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 814b806424a9fc36525c799291cfdca60a694c15221503d865163eb497f98a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,114
Size: 1.00 vMB
Total Fees: 0.00744855 BTC
Feerates: 50.25 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (464,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,865 450,865 000000000000000000fec68af345227f416386630fa20e97eaabeaba9885efd0 1,135 1.00/1.00 vMB 34
450,864 450,864 00000000000000000170f3ff34eb0949a7ee7e61cc95947067b08896ca4c5bb5 2,274 1.00/1.00 vMB 94
450,863 450,863 000000000000000000307678e64a6d8dc8315e583bfbc4940ebd5fcda728ea1d 1,773 1.00/1.00 vMB 48
450,862 450,862 0000000000000000022b13fe89aaef11fe4f7b5e2617e2158b7b3caf401d51ad 2,102 1.00/1.00 vMB 49
450,861 450,861 0000000000000000014eea3a669da7dd36ef7b04cdf75f2ab84aa9c8726f8f0f 1,868 1.00/1.00 vMB 64
450,860 450,860 000000000000000002bc2ea8abb2ee6385e2596a996562215f48dfa78ea582b7 2,003 1.00/1.00 vMB 98
450,859 450,859 000000000000000002722cb7f2ee537f0ab82557550e4dba0aaa850aeeb35e2d 2,061 1.00/1.00 vMB 94
450,858 450,858 000000000000000001e3605dc3d7bf2fbfbed4062e6c2ef99cb48aac921bc5a6 2,086 1.00/1.00 vMB 100
450,857 450,857 0000000000000000024d7556892479a0f374c1b3d8219f05de48f03c91bbcb6b 1,918 1.00/1.00 vMB 88
450,856 450,856 00000000000000000067bad0d5388b8dc3d8d065ea89735c0b1331a9513f6ea1 2,480 1.00/1.00 vMB 86
450,855 450,855 0000000000000000009e103363f8c0ee5c69c15c6b9a33f8144d2908fe2ceeb3 2,239 1.00/1.00 vMB 114
450,854 450,854 0000000000000000023e3f7043797a7db93d519efc225f730b8ae10e2ab1a5c3 1,716 1.00/1.00 vMB 81
450,853 450,853 000000000000000002a1f53a488f651bf9c72d0d276ec10714fbcc5b536876ae 1,593 1.00/1.00 vMB 89
450,852 450,852 00000000000000000248dbc3461fc81b8d529e491a830ea1b1ae2b7b6f3cdb66 1,878 1.00/1.00 vMB 85
450,851 450,851 000000000000000002acc326f19f127f880a3bbff81444ebeaa8b2324148cd6f 2,268 1.00/1.00 vMB 134
450,850 450,850 00000000000000000225c5aa9cfef984e2f1285e877574d509e20a4ceebca2a6 2,235 1.00/1.00 vMB 127
450,849 450,849 00000000000000000231883b2d218370c681966da04848037aaf8a2e44bbd0ce 2,603 1.00/1.00 vMB 85
450,848 450,848 0000000000000000027fd098346b282b123138ea131dad395260bcd589f0f3b0 1 0.00/1.00 vMB 0
450,847 450,847 00000000000000000115c95f84a5df2344995349704cb3d18add9ba9e77c475d 2,222 1.00/1.00 vMB 89
450,846 450,846 0000000000000000025e8b6ca43eee151811d0ba466ba9836fdbe4273dcf1652 2,314 1.00/1.00 vMB 87
450,845 450,845 000000000000000000a253aa5164bf1a6320b6b45632679a5a56f2d35902afd4 1,987 1.00/1.00 vMB 109
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.