Loading Tool

Explorer IconExplorer

Memory Pool

15,544 transactions
7.91 vMB
0.02458026 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.94/200 MB

Candidate Block

Mining Attempt 7edee5c49df9caf15ab1708b363c1b5530037d89b27fa97f519415bc71bd4572
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root b28eceac0110df1e384520278bb058b559ce49f700a7a4949f20f078d1988329
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.00833210 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (718,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,820 194,820 00000000000004f582c2e16c0c078b1c015d5e9b3c7fc72072a341d7c5de7b1d 189 0.09 vMB 130
194,819 194,819 0000000000000173c5c2bad9da972baeff9e38f99c65d63ff0005782ccee10ea 207 0.09 vMB 115
194,818 194,818 00000000000001e852202d2d28d49961b5eabdf81ed9fe1e93fb85ab1b332ea9 8 0.00 vMB 117
194,817 194,817 0000000000000594798e8c27ccfb273e1ff3a466b0c1306a0ac01d0e8c75d95f 9 0.00 vMB 14
194,816 194,816 000000000000000f890eec9504d5410b13a46a478cbe569fbe3369eebd085f30 256 0.09 vMB 88
194,815 194,815 00000000000005256b52a89e11265f0dbc5176ec2d2eeddaefd53db54b375e44 10 0.00 vMB 0
194,814 194,814 0000000000000636f7249c69d53f352d05b72ad2ea6c34df1919a876eb3f788a 24 0.01 vMB 30
194,813 194,813 0000000000000350dcf569bd331cbff82412fec6876fdb3981c202d26f235671 240 0.10 vMB 128
194,812 194,812 000000000000050732583ce5c6caba7fe1cecac22b48ac440c5e64e6fb712b3c 12 0.00 vMB 30
194,811 194,811 00000000000000ca096f181d54f88247b75d26a465e4bb04b1eb9ab7d7ccef97 77 0.04 vMB 89
194,810 194,810 0000000000000503e9f5c2a1ad9372c1e3e350b83af8b56d47af86265121c197 46 0.02 vMB 125
194,809 194,809 000000000000016546d873530246f13085d425beeea3072dd59638105c44cc51 35 0.03 vMB 117
194,808 194,808 00000000000006807b58bccd819b809b94fbf6cdf9ee5cc3756572eb11a8e295 31 0.01 vMB 177
194,807 194,807 000000000000020c5fbbcd1fe9e82b0362fdd31e2f7f5eee8b0ca7fe29296379 138 0.06 vMB 122
194,806 194,806 00000000000001f19fafb452a2c95d55ad7f36f1100cac0af709f7490e944678 9 0.00 vMB 296
194,805 194,805 00000000000001534915eb38a8a50b1501372f89177267e0cbe5c82f1b09414d 332 0.16 vMB 134
194,804 194,804 000000000000048448f9281f341aa43682ac2845496bf3f4fd38d7893bf82b0a 47 0.04 vMB 63
194,803 194,803 00000000000006bdc971288dacbd8cd7f98f6fbb80c573a01e3edda6853d4b70 89 0.04 vMB 132
194,802 194,802 0000000000000755c602a35e2afe8b5d4ea27a521b4feec92208e7896814ccd9 236 0.10 vMB 121
194,801 194,801 00000000000000ba8811d1a2b97badf087fee4e9051e167ce11b6e7048bf138c 176 0.06 vMB 155
194,800 194,800 000000000000059a715008fbb010c01e61d3fe25ffb7034034dade67c6abe82e 102 0.04 vMB 68
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 294.05 GB
    • Received: 1.23 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.