Loading Tool

Explorer IconExplorer

Memory Pool

43,160 transactions
27.08 vMB
0.05555477 BTC
Random Selection Loading Transactions
Max Size: 142.67/200 MB

Candidate Block

Mining Attempt edf1d154f7639f7e3bffe790baf07ba515b9492130a7bea4fa2e76acdb8c2601
Version 20000000
Previous Block 000000000000000000008b3b3a15207ddb4b53969984fa4d3acfac40fce3eb15
Merkle Root f6ff7e6c300ace93e38b2118bfc18cee3cb3e4c6e3fd0bc5bae82ac27c676c52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,623
Size: 1.00 vMB
Total Fees: 0.00500929 BTC
Feerates: 12.10 > 0.50 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,925 (734,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,476 180,476 0000000000000578b4c1edeaa4e879617800efea779c961813dd72b849891f19 84 0.04/1.00 vMB 115
180,475 180,475 000000000000065592a20238bb56b7304078cc803ecb7c9e98a3e9cc4a6d85e9 108 0.06/1.00 vMB 98
180,474 180,474 00000000000001bb648d9de7041fb3efb0e2a18c75a1e6d8e7767c9975ec389f 96 0.04/1.00 vMB 121
180,473 180,473 000000000000096a60a0c344de6f538a83c87963e15610ba7652bbae67c47c07 156 0.05/1.00 vMB 39
180,472 180,472 0000000000000807ca3ee16b45a18610a99cc244d83757c8d3d8a38517f8ed06 191 0.09/1.00 vMB 130
180,471 180,471 000000000000041111e77a23e5ff5d91d53b6b2034c8a6ae9628ab0da9ba0c45 184 0.08/1.00 vMB 119
180,470 180,470 00000000000000f41c66690f97a18d8e4f8e6e187f300d515211ab2bc902ab7d 128 0.08/1.00 vMB 169
180,469 180,469 00000000000004196e98c5bdbd813b48dcf1bf9129a112f2a74ec43ee71983be 82 0.03/1.00 vMB 167
180,468 180,468 0000000000000446cf04dddab140de8f8d2280ef885d97bc8180a14b83d0300d 160 0.09/1.00 vMB 91
180,467 180,467 00000000000004fb7ea613edff4d38ce61f39c243e0579341b8aea1cd011e294 122 0.05/1.00 vMB 84
180,466 180,466 000000000000090fe77579e1d4096d74ca60eda8d62bd6d9fb58ca7308bbca9f 207 0.09/1.00 vMB 101
180,465 180,465 000000000000044112e37d31a2c429bd9e1c4434a431961e1eb72a95b3aae0ca 67 0.03/1.00 vMB 173
180,464 180,464 00000000000007919a9849619016c9d7753e0a3d4e1ac3cbed380dfe4843df42 229 0.10/1.00 vMB 154
180,463 180,463 0000000000000359cfbff1b16707407b3f3d538e01c6183a6d8d2999f119a579 94 0.07/1.00 vMB 70
180,462 180,462 000000000000099e669c596ddc5e81dfc08b360a6498bc5106dd61eeae333713 257 0.14/1.00 vMB 113
180,461 180,461 000000000000046ac815a55f52fdd80745b4e638851c77282d33f432ad93a37e 17 0.01/1.00 vMB 172
180,460 180,460 000000000000072d60242e5cb7b62fd1172ba3dfefa527dfc1e3fbe1d061085a 130 0.05/1.00 vMB 66
180,459 180,459 0000000000000064fca7d01987b09fd0f81f72013bf7b1cca6095159908608c9 38 0.03/1.00 vMB 145
180,458 180,458 00000000000001f8fab9199fc71f5a07c4f3d63d727e70703289f63abbdf8f9e 129 0.05/1.00 vMB 52
180,457 180,457 00000000000007d574b86d2394858587c2a51f5e5cd60a2bcf35773a630ffc4d 134 0.06/1.00 vMB 125
180,456 180,456 000000000000049e5e9004f7b9ad25a951f8f332d7388cb6fc9231a6832e6c4c 16 0.00/1.00 vMB 245
Previous 10 blocks ↓
Total Size: 782.26 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: 655.59 GB
    • Received: 14.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.