Loading Tool

Explorer IconExplorer

Memory Pool

85,239 transactions
31.95 vMB
0.17253251 BTC
Random Selection Loading Transactions
Max Size: 190.16/200 MB

Candidate Block

Mining Attempt bd211171919900c4342bbf31d21932aea1aa6404bf474bcd95a1eed3db0796f7
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 822ec2f6a41fcc76d6c9e19f4588050c324cbdd3c30e67cb7b12fa2bf19f4b22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.05444208 BTC
Feerates: 402.75 > 5.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (544,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
371,142 371,142 0000000000000000012e4a275bfb60dc621d823a0e6b36cd62f6824fc9cc847c 338 0.21/1.00 vMB 27
371,141 371,141 00000000000000000d5b1c12c610691e777536180ccff79fdb142b58aa04c41b 1,837 0.95/1.00 vMB 40
371,140 371,140 0000000000000000009716f4f1a413a356728c6e36de2eb4f3223b00ae5b54ea 1,210 1.00/1.00 vMB 23
371,139 371,139 000000000000000006e9dec6bf392cbfa74c35979eaebf4aa20879a347c546e5 1 0.00/1.00 vMB 0
371,138 371,138 0000000000000000024d136bea18dc732f4582936d60b8a1035216b816a4c441 1,754 0.75/1.00 vMB 49
371,137 371,137 000000000000000005c572607e3e318854a7a5814358f0b0cfc7efa027dfeaf4 884 0.58/1.00 vMB 25
371,136 371,136 000000000000000008471c53a7c18b73f4a4538282723fbf4c4c50379356756a 1,757 0.95/1.00 vMB 121
371,135 371,135 0000000000000000096957c6701481029429424a93f0b9a32c211c35a2955349 654 0.36/1.00 vMB 30
371,134 371,134 0000000000000000079bf1792b5f32c11e1b89fed2940a05c0060ec0899e8459 1,288 0.69/1.00 vMB 38
371,133 371,133 00000000000000000bc77ff7610e31290587f37113a0506150b0318a1e4e06bd 2,343 1.00/1.00 vMB 43
371,132 371,132 00000000000000000aedfddfd5c5ed8ce7e8ca3ec1739aa9e5a7c804bcab5bcb 115 0.19/1.00 vMB 4
371,131 371,131 00000000000000000d9aba4ab9890522c462702a2d69987e69633648020031b6 1,247 0.65/1.00 vMB 39
371,130 371,130 0000000000000000031049fb499be899ca53a0dd15e82e94fba8d147b04fded8 1,369 0.92/1.00 vMB 30
371,129 371,129 000000000000000000d224dfd3f33ddf324fb83adab9728a9edbf53b2a70a820 227 0.16/1.00 vMB 25
371,128 371,128 00000000000000000789c9e6af650c5cf141ec30c8ed049c6a7b1ed60e3f0b68 837 0.55/1.00 vMB 32
371,127 371,127 00000000000000000299987f72fa7e8c537b66d6edfc263794cf99bc560bd916 229 0.25/1.00 vMB 24
371,126 371,126 00000000000000001072b6b0e3f0b2d7036eb02c04bed13ee13f5d4a36be64ce 639 0.38/1.00 vMB 32
371,125 371,125 00000000000000000f98ed3f953a9c4a7a04a64464217eb3a91a6fd1c7d2a4a0 431 0.21/1.00 vMB 38
371,124 371,124 00000000000000000ebff7727d6059a9b735996b2d65b59876d2871a2b5e291f 564 0.34/1.00 vMB 33
371,123 371,123 0000000000000000078a659515db9c9d4b9b457fa71dee8d9c3eee6b9a8a9f0f 144 0.10/1.00 vMB 26
371,122 371,122 000000000000000004601384cb7fb0447f26d62834fb3e77bb3fa320a284e07e 602 0.36/1.00 vMB 36
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.66 GB
    • Received: 16.30 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.