Loading Tool

Explorer IconExplorer

Memory Pool

82,853 transactions
30.51 vMB
0.12576175 BTC
Random Selection Loading Transactions
Max Size: 184.54/200 MB

Candidate Block

Mining Attempt 57421f0c9a352fa81103e2e040c33fe8a5fb484fc9942b4f7f7d26e82e587c5c
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root b60bdc48862bcbe2bafa2ed53752041a78de02058195b69400367bd42a591d99
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,035
Size: 1.00 vMB
Total Fees: 0.04527419 BTC
Feerates: 150.85 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (524,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,051 391,051 00000000000000000a03a279d50bd0812f7569f75680d1c1df8ada91c2d48cfe 377 0.37/1.00 vMB 15
391,050 391,050 000000000000000009d30310105b3bf2c3107a8e09f3485e1d0830c77c821fe1 1,644 0.71/1.00 vMB 31
391,049 391,049 000000000000000000d2574f63c88c9d038a279d16ef0fc1b760eaad27b86041 2,821 0.95/1.00 vMB 46
391,048 391,048 0000000000000000095f9c81de307e767eba9cc810aefc1217255b907d5c3b87 702 0.64/1.00 vMB 21
391,047 391,047 000000000000000005f39c049f93e7b9f95a164f8b9a7e7424b86abae2476b59 1,556 0.95/1.00 vMB 21
391,046 391,046 000000000000000000bd908d9062e9c3b673acdd614a3bf430468729d38152e9 2,565 0.93/1.00 vMB 47
391,045 391,045 000000000000000008a03ba898879e450b63845c043755a18fd72b323ef6af01 2,915 0.93/1.00 vMB 52
391,044 391,044 000000000000000007e2c95bcedd43e9844b3b907d483b3db0f94971ad14509a 765 0.35/1.00 vMB 38
391,043 391,043 0000000000000000079a9d3c230fed6e7d1e3136d342c3ade47270842970b53a 221 0.15/1.00 vMB 30
391,042 391,042 0000000000000000080eb3ce7dadf463b4bdc8b6c33d27d1e3e0b4e0550f1132 260 0.18/1.00 vMB 21
391,041 391,041 00000000000000000b26cb8710bc516d4678807f66233f6bc9835ccb5ebeeebc 2,436 0.87/1.00 vMB 55
391,040 391,040 0000000000000000007e7d0adf2fb7a0977b0e58c4c9325f3d09ceacae28f13d 2,313 0.97/1.00 vMB 36
391,039 391,039 00000000000000000199237636e3d0ec3afcf8dc2467f0ab4d49839361d3881a 1,163 0.43/1.00 vMB 48
391,038 391,038 00000000000000000435eeeb378f3298434b66a327b140695e2b04fb5a24d1f8 572 0.26/1.00 vMB 40
391,037 391,037 00000000000000000896db3799700abf68f625b722cc4489406a6e4effde6f48 503 0.32/1.00 vMB 20
391,036 391,036 0000000000000000039d156100f5934b6cc1d91a547127ff94f59e2a6f6d07c1 1,396 0.52/1.00 vMB 47
391,035 391,035 00000000000000000ac860f466b87840d52c9dab686dc3b333ac563dfcf8c3ca 1,466 0.73/1.00 vMB 38
391,034 391,034 0000000000000000028f07021fc640612a46806fb87899fd60ed55b910b47a27 2,026 0.75/1.00 vMB 41
391,033 391,033 00000000000000000a32463c4ef4647bdb9f994969c0192b1a13b7e04267b7ac 619 0.33/1.00 vMB 28
391,032 391,032 00000000000000000540e42202d8dea86025cb62676bfe8c362382c19a52b455 1,575 0.69/1.00 vMB 32
391,031 391,031 00000000000000000114e9f89f9e2ce58364c776c56a82fddedc3552eeda19ee 1,086 0.50/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.63 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.37 GB
    • Received: 16.21 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.