Loading Tool

Explorer IconExplorer

Memory Pool

81,812 transactions
30.99 vMB
0.11612380 BTC
Random Selection Loading Transactions
Max Size: 185.48/200 MB

Candidate Block

Mining Attempt f0f4885371f09ce22de5f4fff7bef856770a595f6a4baa63e5bb14dc26f4e16b
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 7ce37bc8bdcf19164b67b139ef3357a13d124b3c7e09f8c7f5f07f1c5fbe0933
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.03328544 BTC
Feerates: 101.42 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (422,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,962 492,962 0000000000000000001e04433a329abe9308ce304f64da81e8ec1c9d3522308b 2,918 1.00/1.00 vMB 307
492,961 492,961 00000000000000000087d0ce2bf34d1d79e1c8f063e59aee4cbe14bc3786aa45 2,676 0.99/1.00 vMB 242
492,960 492,960 0000000000000000008575829b29042db38bb25d89258cfed7bfc79cea5c144e 2,678 1.00/1.00 vMB 277
492,959 492,959 000000000000000000979f32976a0633adcaf555072d963ebf3b50771227c097 2,272 1.00/1.00 vMB 265
492,958 492,958 00000000000000000091f6d8eebf470e6b973b00630f1be372a67f71aa2826c7 2,284 1.00/1.00 vMB 287
492,957 492,957 000000000000000000a02292fd026559f08d616491b4fed57addefd384b44e7c 2,945 1.00/1.00 vMB 305
492,956 492,956 000000000000000000a83dbb10c730864350bc0474af0a1eb11cf6455de6a1c3 2,318 1.00/1.00 vMB 209
492,955 492,955 000000000000000000bc790df31835ddead86325b08ae7d5aff3135ecca9d37c 2,730 1.00/1.00 vMB 272
492,954 492,954 00000000000000000067bc73f06aab0a0c0c293b187bada1444656abfc38c0a6 2,498 1.00/1.00 vMB 269
492,953 492,953 00000000000000000093ffda1828d798836968b438c5a48d65263f52c54cd909 2,603 1.00/1.00 vMB 278
492,952 492,952 000000000000000000360ef3723352c5ee11918ecb78734ec0d7f8e3d498b67b 3,082 1.00/1.00 vMB 305
492,951 492,951 0000000000000000005ac26199be9564066239deabf2f3c5adc20902bfa128d9 2,572 1.00/1.00 vMB 280
492,950 492,950 0000000000000000002b9efc59ce7978f9642963d83463eac3c7a4dde452c012 3,188 0.92/1.00 vMB 310
492,949 492,949 0000000000000000005b2227dd8396e5b9342f8b8460a9686679afd62a31755b 2,830 1.00/1.00 vMB 286
492,948 492,948 0000000000000000003bf86e7814c40c99f9ba2b220e53d23b9830146cf164e4 2,183 1.00/1.00 vMB 248
492,947 492,947 0000000000000000008c52174bcb10578e7ecba57c847e9aa2bc230c68cb5f94 2,616 1.00/1.00 vMB 251
492,946 492,946 0000000000000000007576668ea1270f7ba0dee990c14981d6f152baf8343d6e 2,503 0.90/1.00 vMB 278
492,945 492,945 000000000000000000a8e4aec9a358b99a33d390080965db243427d784bded7c 2,282 1.00/1.00 vMB 243
492,944 492,944 000000000000000000849e20e0787cf570dd4374a9fed2a6723c1f0dc362f2f7 2,959 1.00/1.00 vMB 268
492,943 492,943 00000000000000000068ee521c30709095c2adbee8e9142fed24205275675246 2,812 1.00/1.00 vMB 269
492,942 492,942 0000000000000000009e5766be0ccc1ac9ab020931548a0f6c4fc547d55125d2 1,985 1.00/1.00 vMB 284
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.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.