Loading Tool

Explorer IconExplorer

Memory Pool

32,884 transactions
25.09 vMB
0.04941054 BTC
Random Selection Loading Transactions
Max Size: 127.22/200 MB

Candidate Block

Mining Attempt 9dcf26d4a15ad990e4a51e2f3d99d83dc1bbddc47232bb007cc6f9338bebb7a3
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root a621e77993225271dec0c1b6804614b5a3ff934c4355cc5f37efc5e8ac50ba50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,828
Size: 1.00 vMB
Total Fees: 0.00444997 BTC
Feerates: 75.37 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (719,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,778 195,778 000000000000029ca52463c4ec6e5d67d735b5a13bd1b5a79f5572d6f769a0e4 46 0.02/1.00 vMB 98
195,777 195,777 00000000000000671822dd2eb8865eec577d3eaf5e940d42450e552c07ccc499 252 0.09/1.00 vMB 147
195,776 195,776 000000000000057c557788602cfe4bf98fe79d95f9b3267b1777d5a2e324f3ff 190 0.10/1.00 vMB 86
195,775 195,775 00000000000001509bdac3e42bed3391cfbbeb1d54668a73e83c6397dcbc6c6e 13 0.00/1.00 vMB 14
195,774 195,774 00000000000002aaebfc9f2646df9f3785360fc3945978dd9949893e38f6baa6 85 0.18/1.00 vMB 65
195,773 195,773 00000000000002b6e62f4cc20a86313890546b96c0e6d867ae7b5121deb50ca1 696 0.32/1.00 vMB 120
195,772 195,772 00000000000003567c652166e5298de5d92a67a8823bbbd0e1d1cc9be0dc580c 40 0.01/1.00 vMB 52
195,771 195,771 0000000000000167d30a000de5f9d6cd29edc073be8877af6b5587d51f5d107c 256 0.12/1.00 vMB 116
195,770 195,770 00000000000003d66dc2ea141d227914c5915c767f9628e49c6865e357c2a913 143 0.06/1.00 vMB 98
195,769 195,769 00000000000000d1448d6c8a12d46d52994a9010325a812bf49f31ce6513fb84 32 0.01/1.00 vMB 0
195,768 195,768 00000000000003368dfbb5269ec462d6d4476e716ce600b071f37e1290af0f54 91 0.05/1.00 vMB 81
195,767 195,767 0000000000000297e892a3a74540a569a7e09728c8f0e4f951e55ce8f1e4ab70 16 0.01/1.00 vMB 11
195,766 195,766 00000000000004801f9df4b2cefa8d9c0745bd9497593f1189ddb579f7c551b2 261 0.11/1.00 vMB 113
195,765 195,765 0000000000000623c4aeadd4da2bd803a04d078ea495a666f8bbe53d88c38729 294 0.09/1.00 vMB 158
195,764 195,764 0000000000000661867072c2e4f3df9efcd11e54a6e5d34cc71aacd42b7ba6e7 573 0.25/1.00 vMB 119
195,763 195,763 000000000000034f4e22d5bd44dcddb3100889f0d4dc3e0fcf7db0775c79048d 169 0.06/1.00 vMB 78
195,762 195,762 0000000000000340294e0f34b280378d957a7cca948c473d30d74b98946ea449 822 0.25/1.00 vMB 173
195,761 195,761 00000000000004149811b08c2bc16ba5a822224d86c85aa828fb7d2d091d2393 606 0.25/1.00 vMB 141
195,760 195,760 0000000000000027c81346eecf0ff92b6e51bd9f7e3c5a9e48d804110f062e56 147 0.05/1.00 vMB 85
195,759 195,759 0000000000000100c2c769aefbd3b90329e4a47ef14b13c81eda35194447a107 680 0.25/1.00 vMB 141
195,758 195,758 000000000000014f9d2fab7bcde2076e42f342e8fb064893d4020aec60d5c96e 458 0.25/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.27 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.96 GB
    • Received: 14.36 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.