Loading Tool

Explorer IconExplorer

Memory Pool

44,747 transactions
28.53 vMB
0.08057947 BTC
Random Selection Loading Transactions
Max Size: 150.64/200 MB

Candidate Block

Mining Attempt 4b205e639dac3519ee5e0967be0ae0eaaaf27faa88e4fac720c3a0bce1e332ad
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 8c1fb4e115ee3769588a2e98d584aeb2c6e6e9579684c2290eb1e51e2bacb1d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,320
Size: 1.00 vMB
Total Fees: 0.02630544 BTC
Feerates: 120.00 > 2.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (476,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,941 437,941 0000000000000000012ce80aea91fb42582f1978fab86031c068a773c69edd26 1,391 1.00/1.00 vMB 101
437,940 437,940 00000000000000000356b0a3b93478d01e2397e3179d77c051c2874a0206265e 2,264 0.75/1.00 vMB 117
437,939 437,939 000000000000000001f81055aa00e8e3652161ce75bc0285ab8746b5827c5f30 2,535 1.00/1.00 vMB 65
437,938 437,938 00000000000000000090c72f0e762ce06852ebf6f5c0000b79fa71b95a7c17f6 2,233 1.00/1.00 vMB 78
437,937 437,937 0000000000000000021869572cfb4eaf340015ba6609c8b3be5fd6ff715bcf0f 2,129 0.99/1.00 vMB 86
437,936 437,936 000000000000000002cb8ff564b0aa9dce140da809c39dbfbe11b39fc2006bf0 242 0.09/1.00 vMB 77
437,935 437,935 0000000000000000014102af42cbd22a1426fdec1ef9bba9ce7494e3a618481d 1,740 0.98/1.00 vMB 46
437,934 437,934 0000000000000000013db3c7a5525da7930b7e73535fa5077bf0c64e833e35b8 2,752 1.00/1.00 vMB 77
437,933 437,933 0000000000000000014882a2df75ceb2b4c08b815df3112430d1b99cd59b727c 2,278 1.00/1.00 vMB 57
437,932 437,932 00000000000000000015693aeabb05a76638bcdc5a7001afe7d2ae41142f167f 2,733 1.00/1.00 vMB 72
437,931 437,931 000000000000000002d15eb714e3b20aaf8f3708f331653b80284814ab41ab64 2,305 1.00/1.00 vMB 84
437,930 437,930 000000000000000000c97cfc218e805b27fd830834437a00a3b1acb8cf0d2a0e 1,488 0.62/1.00 vMB 74
437,929 437,929 000000000000000001c55d301f384c0d76ffc57a14e7f4c7ceab787bccf434ee 210 0.08/1.00 vMB 67
437,928 437,928 00000000000000000376b901dbe78b8539c3e9512299cd10a87d019e4767d974 362 1.00/1.00 vMB 10
437,927 437,927 000000000000000002dd0774b3cb10cc784e50c14351c9377c96d26a39793e9a 446 0.75/1.00 vMB 19
437,926 437,926 000000000000000002e7635fdb825666fe9fac991645189231912f8d2b526c49 1,117 0.74/1.00 vMB 52
437,925 437,925 000000000000000000d22137c8d074cf16f8b8bc78a195df984337a81273c3c6 1,211 0.75/1.00 vMB 73
437,924 437,924 0000000000000000006e98067406aecaf0df010d1899b3bd7d3a86a2294eb62d 128 0.15/1.00 vMB 48
437,923 437,923 000000000000000003e5f070a2ba8141e3ecface745cdc7f83d28d811187174c 1,925 1.00/1.00 vMB 60
437,922 437,922 000000000000000003db51a7cdb7d622b2553f5fa7b813edf9bebf861e265bb7 190 0.07/1.00 vMB 67
437,921 437,921 000000000000000000f93001430e893c9aeb4f3d53bd7343eefb80d782cb6e46 848 0.76/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.