Loading Tool

Explorer IconExplorer

Memory Pool

84,656 transactions
32.70 vMB
0.10011494 BTC
Random Selection Loading Transactions
Max Size: 198.20/200 MB

Candidate Block

Mining Attempt 245e38c1e79e63b632f3537a7bc31f496f5e48f27d5b86c9fcd49169e92b6a75
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 822a0a5eb32bb7e5e5074a127e991439e14377c919431d97fc597336f17d4bfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.02771001 BTC
Feerates: 223.65 > 2.78 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (125,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,147 790,147 0000000000000000000216f6c09c9ebf5f415b824267915048896c73600ffc5f 3,104 1.00/1.00 vMB 49
790,146 790,146 000000000000000000033376d607df41d4593739d2c814a00edb6879630cdd78 3,270 1.00/1.00 vMB 91
790,145 790,145 000000000000000000027f0cd4f349909e05ac121cb5925c5b124270c36b4d8b 2,464 1.00/1.00 vMB 37
790,144 790,144 00000000000000000004d35de757cf7633ffd3aff9f0b60f1cf830cd2ee25441 1,996 1.00/1.00 vMB 49
790,143 790,143 0000000000000000000560d1b6a7d2cae6a81c2be75639566b1fbd50a5cc14ae 3,625 1.00/1.00 vMB 98
790,142 790,142 000000000000000000055cc4b7e8225e7eeb2d4b8a0bbb38a8ff77557c32483e 3,663 1.00/1.00 vMB 66
790,141 790,141 00000000000000000000955358db6fea33f9b7b2ffcc9ef5025dc153088fc7cc 3,316 1.00/1.00 vMB 80
790,140 790,140 00000000000000000000326f58b148ad7b51b7c0862474ca6dcd4c914ce0a7bf 3,344 1.00/1.00 vMB 31
790,139 790,139 00000000000000000003e36fa5e3f9f5c55c534adb805ddcc6bc01f18f1b656c 3,754 1.00/1.00 vMB 60
790,138 790,138 00000000000000000005b7f8422f0ba7692dd3b9ee08ab7020efbab245cc6093 4,027 1.00/1.00 vMB 41
790,137 790,137 000000000000000000053920fb1f5fd79b72a9c35e3c8ae7bc3d1ce040748458 4,203 1.00/1.00 vMB 28
790,136 790,136 0000000000000000000577cebdc3395c870ffbcea151bcc8b2b7b0dc5fb57572 3,610 1.00/1.00 vMB 60
790,135 790,135 00000000000000000002176cc9623644890e8514ed70a3b065632db01d46550e 589 1.00/1.00 vMB 105
790,134 790,134 0000000000000000000262aec89cf7f7f0cfe444ac5e651cd6709ca583a94d3c 4,167 1.00/1.00 vMB 38
790,133 790,133 00000000000000000003bd7c06a4a28af8cefc89dd6d2ad931af8f809ef135f3 4,650 1.00/1.00 vMB 26
790,132 790,132 00000000000000000001fc07622cf8fa2359876ffed637d4479c6827c1a9e5b2 3,994 1.00/1.00 vMB 48
790,131 790,131 0000000000000000000599af600efca629b855c186c95bdd650d3b2f62f458ff 3,986 1.00/1.00 vMB 32
790,130 790,130 000000000000000000016f663626a79ac1deebe0f5b8f3cdd1fb8292b14ba933 3,280 1.00/1.00 vMB 21
790,129 790,129 00000000000000000004e3cbfee328f69fd0c2f8b22f4a89b26a640f0c28ce86 4,360 1.00/1.00 vMB 30
790,128 790,128 00000000000000000005d448bf542ba1ca4bc646525976c486b102390f149f29 5,137 1.00/1.00 vMB 24
790,127 790,127 000000000000000000030218723aaa804b94547a1b29979dea9cb690130bb474 3,934 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.82 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.