Loading Tool

Explorer IconExplorer

Memory Pool

14,982 transactions
9.54 vMB
0.03102419 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.10/200 MB

Candidate Block

Mining Attempt 3d7aaee3c151b5a6183ff30781d38b229e150625a7ce7983ed48d0d91a94e2c5
Version 20000000
Previous Block 000000000000000000002da2cfaa2c083bb22b8405282515da43f57834a1d7ee
Merkle Root 33715cc388228bdbbf7ff1cc9dfae027521f3782a5c0baefb9876c26bb6396c5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,703
Size: 1.00 vMB
Total Fees: 0.00956835 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,360 (657,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,398 255,398 000000000000000a070382c90d21e0d398b864c1d56efc781e129f95c1023f43 218 0.10 vMB 104
255,397 255,397 000000000000002ea16567dd949163fea078d73ae404192751bece80d67db5b4 464 0.22 vMB 96
255,396 255,396 0000000000000032c954747743ff1a1f620de5bb5f3a60d36b68ac3f8e607617 142 0.09 vMB 95
255,395 255,395 00000000000000372e7d9cd77045524f1b1caea68c88598b8cd502ff1b6c945d 21 0.01 vMB 102
255,394 255,394 0000000000000004a0fd45b6f49269835747ee4e8b8645497cff7035f260eb80 175 0.09 vMB 82
255,393 255,393 0000000000000021ca1b80d80c9994756f106ac41fc9933619247ae65541ec23 33 0.01 vMB 151
255,392 255,392 00000000000000213d56f885ca27205bc81356afa85990b1bcd0705d1613afdb 24 0.01 vMB 86
255,391 255,391 0000000000000007c18124ed212e92ae036ec330d0f4c217a55b6d916a9dcf22 21 0.01 vMB 51
255,390 255,390 000000000000003948cdef72b32c8bdc5e509609e36b5a6f14d3c288a930ee48 230 0.14 vMB 80
255,389 255,389 00000000000000283b05f319ef42845edbd4c1c8e6fb392bd67ea8db0177ac24 140 0.07 vMB 88
255,388 255,388 0000000000000004ca645ea1a6e4b9e7eaed915577959eeaa6587dbb62f7bd6c 185 0.08 vMB 125
255,387 255,387 00000000000000284b188a9ee8ed955f3151d6da8d15c52792770b94645f1723 35 0.02 vMB 69
255,386 255,386 00000000000000337907ef24acffcb288ce10c48bc915016f9d8b0552bb3981e 114 0.05 vMB 100
255,385 255,385 0000000000000024b887645a5bb3b3300614df547e5ab32dbb876647a52381c3 299 0.09 vMB 3
255,384 255,384 0000000000000030c13b1e3b68cece520749b713dd9c2daaffb4bdc5c8e46c42 218 0.09 vMB 124
255,383 255,383 0000000000000011c37a66c4dbbd41a6d3978525d4ccfb06c3e68f87f473742f 313 0.13 vMB 99
255,382 255,382 000000000000000e2c67f5e84a437748057e74ea9494be109413f5363a1f8c04 221 0.10 vMB 179
255,381 255,381 000000000000003144b9a40e4d3b64d1bb2cdfc6198e3d3e9df603235a08191c 70 0.03 vMB 107
255,380 255,380 00000000000000166b25aae9be3bf623738f2927865f7f5b066cc546fed2c471 54 0.03 vMB 78
255,379 255,379 000000000000001f7cff26fe808ca590d5650fb22c2d69bcf6786cfb59278cc5 101 0.04 vMB 104
255,378 255,378 000000000000000701096f840c83d430d876652326012f55559fa0a08d8eeabe 38 0.02 vMB 101
Previous 10 blocks ↓
Total Size: 779.49 GB

Node Details:

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