Loading Tool

Explorer IconExplorer

Memory Pool

43,160 transactions
27.08 vMB
0.05555477 BTC
Random Selection Loading Transactions
Max Size: 142.67/200 MB

Candidate Block

Mining Attempt edf1d154f7639f7e3bffe790baf07ba515b9492130a7bea4fa2e76acdb8c2601
Version 20000000
Previous Block 000000000000000000008b3b3a15207ddb4b53969984fa4d3acfac40fce3eb15
Merkle Root f6ff7e6c300ace93e38b2118bfc18cee3cb3e4c6e3fd0bc5bae82ac27c676c52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,623
Size: 1.00 vMB
Total Fees: 0.00500929 BTC
Feerates: 12.10 > 0.50 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,925 (684,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,965 229,965 00000000000000b8a4e0e5846ac698059cef2fad4b0a16df2e642cbf2e80f5a5 440 0.20/1.00 vMB 132
229,964 229,964 000000000000001779814b1273a60c7f23ca7482bb39ce4f3473a7982b6d80fd 596 0.25/1.00 vMB 201
229,963 229,963 0000000000000039510ef8e4fe6ad437f50c3923107e5bc06e3bee1e119c9b1c 6 0.00/1.00 vMB 0
229,962 229,962 000000000000016cf559c7c0df5b8de5004f21319e1d33f0451603415b9f99b6 159 0.07/1.00 vMB 179
229,961 229,961 00000000000000269b5562f8e9a533782232ea87dda806f997dafa2391c6d1f5 290 0.12/1.00 vMB 152
229,960 229,960 00000000000000cd6dcf84b820f6c14a5d3da6a4d81caa388bacdbee8963f430 266 0.13/1.00 vMB 134
229,959 229,959 00000000000001d9de05c7fe39bf83e272464973dcc43439dea9b6d18380271a 208 0.11/1.00 vMB 164
229,958 229,958 00000000000000a461724b89c9818c9b76f8152b37b215beefd5fc5618191273 6 0.00/1.00 vMB 43
229,957 229,957 00000000000001941d677ecb5bd227684b0e275ddd3be6565d7084a976ff8fdc 31 0.02/1.00 vMB 22
229,956 229,956 00000000000001cdeae59b3ee8d33bc25e374ff896709517c850492dc2a78780 553 0.30/1.00 vMB 142
229,955 229,955 0000000000000118d261651b8994b4a4ba37d1c6027de7184575b10bbd13fcf1 605 0.25/1.00 vMB 209
229,954 229,954 000000000000017cf0ffc9806abb81e9ad132d7fc77bb36397fdbf512a5c29c9 125 0.05/1.00 vMB 205
229,953 229,953 000000000000009a2438a3ef6926db02013b047abe91be19359d7c88b69ccb1d 359 0.20/1.00 vMB 59
229,952 229,952 00000000000000506bd8f3f9e46cc4e9f90b09ce3044a2d23de3a1562cd3cce3 322 0.13/1.00 vMB 164
229,951 229,951 000000000000007a353c907e959f826bf38f5ded14eeaea0942b4699a73f537d 209 0.25/1.00 vMB 64
229,950 229,950 000000000000014280c2fa568103fd99ed064793ebc3d235934127a2ab2441d4 268 0.13/1.00 vMB 156
229,949 229,949 000000000000014313fe7d506224e3020dc9dc9fe6f5be375294965cf7b033e9 562 0.30/1.00 vMB 106
229,948 229,948 000000000000010dd896d3a4d02b0afcd468b48f0e551c212c28be5783e325d6 446 0.15/1.00 vMB 242
229,947 229,947 00000000000001777ad6a2b96214261c9581cdc581a47efd9822b8e7a36e2bb1 333 0.25/1.00 vMB 85
229,946 229,946 00000000000001670953acf8ce1f2808367f6a8e9fcd766dbf0606cc040e2649 192 0.14/1.00 vMB 70
229,945 229,945 000000000000016d9f329c3e091c2281b2d97825a0b86b16a79cfc1cdf390c65 779 0.25/1.00 vMB 217
Previous 10 blocks ↓
Total Size: 782.26 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: 655.59 GB
    • Received: 14.33 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.