Loading Tool

Explorer IconExplorer

Memory Pool

42,272 transactions
26.47 vMB
0.05380993 BTC
Random Selection Loading Transactions
Max Size: 138.51/200 MB

Candidate Block

Mining Attempt 1e7a24f8c8d71765797150e17f256db28da85fe20c59541b31c8d9b88607ed90
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 330949fb1e748b50f0abf74946a9949f0548591e327f63b80cda83c36277ceb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,436
Size: 1.00 vMB
Total Fees: 0.00515958 BTC
Feerates: 2.27 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (406,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,005 508,005 00000000000000000037eaa6286bd950d816d4c1f30772b4c42751b672a36754 316 1.00/1.00 vMB 13
508,004 508,004 0000000000000000000c52afec03f37fbc660fd2d747f2440b34d42350ae7592 1,654 1.00/1.00 vMB 96
508,003 508,003 0000000000000000005a0dca8abf75df083cef0795babb3495a0c4f2bfc3a068 2,151 1.00/1.00 vMB 32
508,002 508,002 00000000000000000032fafe46c0b8a357569a9c57401d473d4823751363c97b 2,335 1.00/1.00 vMB 112
508,001 508,001 000000000000000000482f2a9750305a93849bed4f3f57afb4eae3870d3fb814 2,438 1.00/1.00 vMB 167
508,000 508,000 00000000000000000006d3e05bbc1baba1b0755f2e2a9527d37b8ec64e64b31b 2,088 1.00/1.00 vMB 128
507,999 507,999 0000000000000000002cd3a66c7805cc131e8c04eab2843de98d87d8d61f04e3 3,510 1.00/1.00 vMB 191
507,998 507,998 00000000000000000069920ce1ba35f51c357c675b1a72ea04f00546bdb3e87c 1,232 1.00/1.00 vMB 80
507,997 507,997 0000000000000000004a0311e97f44395fbdb36fc276b51998022e688057685b 842 1.00/1.00 vMB 50
507,996 507,996 00000000000000000067c51f642e03ceb58772bcbd6715d9427ef0a99b6f6c20 896 1.00/1.00 vMB 44
507,995 507,995 000000000000000000673d3f94f7a6925d1c25a12dd639ba71ad627bc019dacd 392 1.00/1.00 vMB 26
507,994 507,994 0000000000000000003028fe774c59f90f90898a1bc7b3dced7fecf551a41d84 569 1.00/1.00 vMB 28
507,993 507,993 0000000000000000001f2fda3f091cff633620875e9436cf832c0a36535f460c 270 1.00/1.00 vMB 8
507,992 507,992 00000000000000000057aa5e21bb7bd0e378b2edc3138c2a02c51f0937914cab 1,317 1.00/1.00 vMB 35
507,991 507,991 00000000000000000005137492238073a92f35d1239500bb9be2a78a82b5b3e9 2,262 1.00/1.00 vMB 133
507,990 507,990 0000000000000000004f23d018d48808d8e7a55dd6f3eafdc4ed98e67d5d1212 2,103 1.00/1.00 vMB 110
507,989 507,989 0000000000000000000533f37dc86a6731d2c33767f80f6d4009ed5d6e38b028 1,056 1.00/1.00 vMB 12
507,988 507,988 00000000000000000017fcf83729c9b7ae644523aa86fa22df337421f499c97e 1,333 1.00/1.00 vMB 59
507,987 507,987 0000000000000000005e46d334bc42d19a68393a35f323c5661d2e025d942602 1,331 1.00/1.00 vMB 61
507,986 507,986 0000000000000000005f3e9e784c9fb849663588db7b793f8e68e8ad7145b6e5 1,953 1.00/1.00 vMB 144
507,985 507,985 0000000000000000002cdb42f2ed2a545a50c72f713177423a380ff631cd1c56 2,712 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.19 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: 653.68 GB
    • Received: 14.01 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.