Loading Tool

Explorer IconExplorer

Memory Pool

79,812 transactions
30.07 vMB
0.10074528 BTC
Random Selection Loading Transactions
Max Size: 179.91/200 MB

Candidate Block

Mining Attempt b2cf945a7148fc8e884722ab0f853f9c6d6110cfee8a31f49d626fe021a3a2c0
Version 20000000
Previous Block 00000000000000000001ef096391cd53823906ce45886ccea3762a298b0af140
Merkle Root 016cc5572bdbb88d618910fa721cb92c9e9e07b2850c42b2c7a5d6a84b469331
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,591
Size: 1.00 vMB
Total Fees: 0.02105057 BTC
Feerates: 100.00 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,594 (672,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,839 242,839 000000000000001c102218339c367c1eb03e832b38e334e84e525aa0ae0393b6 31 0.02/1.00 vMB 133
242,838 242,838 0000000000000023d0fb0d528113c22aa066152e947f079dda973164cec07bcf 333 0.14/1.00 vMB 463
242,837 242,837 000000000000007b7bf2870f0aab4edb31729f3e2cb3767da6680e1b90e6126f 45 0.05/1.00 vMB 19
242,836 242,836 00000000000000aacb4913e61f849aafaf5022be9212e9a9663f55fe972ca0b6 540 0.24/1.00 vMB 311
242,835 242,835 00000000000000bedd515281cbc403d65e8f4a779c57dbca338b3806f1c54d4c 444 0.23/1.00 vMB 277
242,834 242,834 000000000000005de7e0f57dee733fc5de7b5e93c52f3b397ae18cdd04786c8a 729 0.25/1.00 vMB 647
242,833 242,833 000000000000001b1aa986452a20b6356a7aadadc4241cd6ad0da0402e0de2ca 355 0.15/1.00 vMB 172
242,832 242,832 00000000000000c216cdd823731c88db462fed4edb0a70dba9f1d7a36959d719 283 0.12/1.00 vMB 366
242,831 242,831 0000000000000095479e6fcf6ecc59a029d66e92d283b4924c85a20ad1cbf168 429 0.15/1.00 vMB 488
242,830 242,830 0000000000000009d84d1457a66fe80f0374f75df191e4f625e83dc61ec1211c 65 0.04/1.00 vMB 491
242,829 242,829 0000000000000070b0f79fbb6060bcd4e154d71a8442296eba0f45ce53b7adec 299 0.12/1.00 vMB 199
242,828 242,828 00000000000000a2c5dabb13d3c2f373b02f1b33cfd3602cf36f43bcfdf1b7d3 297 0.14/1.00 vMB 145
242,827 242,827 00000000000000d3970bb65ebe1d18c700c675c1026caa9c0d9c3fbd9c3ca97e 99 0.05/1.00 vMB 141
242,826 242,826 000000000000002b4297bb93a1a2bc2e8b91e8121204a8233f6a2acb323680c9 10 0.00/1.00 vMB 172
242,825 242,825 00000000000000b6c51a2c9b243afee230ad320afa60165710bdc9bcd27498f6 412 0.16/1.00 vMB 209
242,824 242,824 0000000000000002cf37c2efbe8b00c04fc63e48b1efeee1dc8a1e3ac1caf028 180 0.07/1.00 vMB 338
242,823 242,823 000000000000000b8c6bc65c349118f51f899abb0c510c227e7679649caa7608 80 0.03/1.00 vMB 166
242,822 242,822 00000000000000583bde681d23a68c46d81b6cc97322373899fb3558a8f6a369 283 0.13/1.00 vMB 345
242,821 242,821 000000000000008298c43cb4cbc5e466a65b4786c052022afa82f27e4f31879a 280 0.10/1.00 vMB 301
242,820 242,820 0000000000000080f106970b64de28b4c0723756c4a836442d292e4fdf776213 126 0.07/1.00 vMB 101
242,819 242,819 000000000000009c52f76026bfa5c4669b1f132f127a32772ffed467a21cfcac 117 0.05/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 783.42 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: 770.45 GB
    • Received: 19.88 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.