Loading Tool

Explorer IconExplorer

Memory Pool

16,751 transactions
8.13 vMB
0.06769797 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.78/200 MB

Candidate Block

Mining Attempt fec036c36ad7601a72fe3e6b69732de560d63bf9027b653d513cd0fc604250a9
Version 20000000
Previous Block 00000000000000000000e687af6501ddd9cf3b65e64074a5f6330970f0f2158f
Merkle Root b3bdf1d61267d7bbf252f3a08aece075ec4beeb401bd1f7efa156f0770099c8f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,133
Size: 1.00 vMB
Total Fees: 0.05071790 BTC
Median Feerate: 0.45 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,418 (745,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,939 167,939 00000000000005670a76c78df616c4b0f156ecc2b141da2f62a64b5da4be2fb0 38 0.02 vMB 202
167,938 167,938 00000000000006a5f90ea746b403ba09b2f620774e44bdd79f5ab1f732864888 37 0.01 vMB 0
167,937 167,937 000000000000083e491a9929d090babc5cec5a57a2cc82d97a014e900cf865d3 60 0.02 vMB 43
167,936 167,936 000000000000055b1779e828b70fd60d83d1564b6dd4a4b5cd95f8d01075471c 5 0.00 vMB 0
167,935 167,935 00000000000008429bae3306bd0a8d24aaefd83c5bf819ff294e5bc583f00860 29 0.01 vMB 126
167,934 167,934 00000000000008b6df47f9a86e32557e640d36915e8ca91bb4e1333c00e4be5c 10 0.00 vMB 73
167,933 167,933 00000000000002b9bb863199b01f0ccab448230d11b8d868d071632e13bfacc2 23 0.01 vMB 64
167,932 167,932 00000000000005c2b93293e9050196f5de801f074f2487455ce640ca4a5d2eec 83 0.03 vMB 95
167,931 167,931 0000000000000742702340f223348716b282b947b35aea67baad195d128cea13 81 0.03 vMB 152
167,930 167,930 00000000000003272e5b110995d9f0a74ba3bb3d353e115391e51dbc702458ab 100 0.05 vMB 116
167,929 167,929 00000000000006bb839df379d696fdd901a3d7f06b4e70fe1ffcce130bc05584 100 0.03 vMB 1
167,928 167,928 000000000000095e48446eacab94342429be9bbe9a1ad4ec53e7809602469373 58 0.04 vMB 117
167,927 167,927 00000000000000c65cf52a81783f7f1086389bd88b89759b9dd2e0afef65ba63 20 0.01 vMB 0
167,926 167,926 0000000000000064f0bfd1768d19643e7d142cc6bdf0299b1cedeb296a4ec9bf 28 0.01 vMB 402
167,925 167,925 0000000000000a1caba4f68c283de5b296f0238201ca1965ed519ce6735daec0 73 0.03 vMB 198
167,924 167,924 00000000000004116cabf6c57c789cad30a12063bcf521ed5fe3cfca530f771d 4 0.00 vMB 27
167,923 167,923 00000000000008ac1e26e7133fda16d46cfc264f3d33bdf40a7fdfb0362821f0 11 0.00 vMB 368
167,922 167,922 000000000000062d6e74bcfecec6097820645d72a7b38b3efdfb20f7203a9232 26 0.02 vMB 32
167,921 167,921 00000000000008554a851f7aa26991019949ef56002c830ba66b36ef0638feab 5 0.00 vMB 48
167,920 167,920 000000000000025a9cfc1fb3ca41ffa3b69edda3620573b5e8436c332129af48 8 0.00 vMB 0
167,919 167,919 000000000000041f09349abf6d554c307ec8892d23b618096c355d392b41bbd5 42 0.02 vMB 82
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 292.44 GB
    • Received: 1.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.