Loading Tool

Explorer IconExplorer

Memory Pool

20,821 transactions
9.23 vMB
0.04966808 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.99/200 MB

Candidate Block

Mining Attempt d3441158721405399a2d5673523a64426a7f95a2f20b646bae7e1a9736a3d13e
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root 7ed35bcf50d0b46b7bb65e368e31612252129f19291b4ca400dd456d89f0f239
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,244
Size: 1.00 vMB
Total Fees: 0.02823450 BTC
Median Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (745,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,948 167,948 000000000000083e191fbc710e63ed14cca34ee3790763ea488335c179b4571b 92 0.05 vMB 86
167,947 167,947 000000000000006ff929c504bd22277d51346c429277e4c0babe23ab9a7e8ca7 9 0.00 vMB 500
167,946 167,946 000000000000060c13b421db652bae1146a99e198d018c3797444d02442cfe7c 3 0.00 vMB 1,186
167,945 167,945 000000000000047708cd3f0aa5d49a921033114477137ab9dec86f7979f3544d 24 0.01 vMB 1,030
167,944 167,944 00000000000009af322ffb6ec37b402bddb4d52af2c128d2fb4893a389cb9283 6 0.00 vMB 27
167,943 167,943 00000000000001e3565a4fa61ee13d6b381bcb1d4cce15d93ffda8736d5b0ad3 41 0.02 vMB 51
167,942 167,942 00000000000000018b55adee1396e4cccbda49f11691c17abec7e16ba498cb87 1 0.00 vMB 0
167,941 167,941 0000000000000b36a89bd142d069e552387304858ce116e6c571d634c710f3d3 40 0.02 vMB 134
167,940 167,940 00000000000000210eaed77a69f0e338d6db73f64468ba3f98bea70857e35f04 1 0.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 779.57 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: 271.17 GB
    • Received: 1.05 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.