Loading Tool

Explorer IconExplorer

Memory Pool

36,253 transactions
26.15 vMB
0.06990130 BTC
Random Selection Loading Transactions
Max Size: 133.27/200 MB

Candidate Block

Mining Attempt 1ace573fe378a34276a25d5b0145133f8c800be916e2b352452f151c2ff2d6e4
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 25fd539441d2abe7ca1455a034970a8da3686385fec9e6e0345275863336dc74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,352
Size: 1.00 vMB
Total Fees: 0.02145379 BTC
Feerates: 120.00 > 2.15 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (527,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,156 387,156 00000000000000000ceff6d138bbecb3e773e1419d0f88daf1c65a865fec5a3e 908 0.66/1.00 vMB 20
387,155 387,155 00000000000000000ddd4bc4b6077ff4435e4b592686dc52c9aaee9b6a782860 2,020 1.00/1.00 vMB 28
387,154 387,154 000000000000000003b19e787b0088d029065af23a0aeb90b6bfec5c61ab5294 2,739 0.93/1.00 vMB 47
387,153 387,153 00000000000000000304b8324960790fb7386ca2f0ee2c3b45386ddac5481a6e 1,243 0.64/1.00 vMB 31
387,152 387,152 00000000000000000a2f8a816fbcf9344e0f675fd081cbb484b0469c48577b55 1,120 0.51/1.00 vMB 56
387,151 387,151 0000000000000000004b650f88130decd0153fe5237e415d2ca3621cb1a2f6f1 830 0.69/1.00 vMB 17
387,150 387,150 00000000000000000b0a1544a62f05e137485286280dbf3eb4b05d3a7f69a2d8 2,084 0.75/1.00 vMB 40
387,149 387,149 00000000000000000a0a4b2f6a80ae8fccd61345cd4111e7819279b2d4186257 1,215 0.93/1.00 vMB 22
387,148 387,148 00000000000000000546961d19dc8a0ec7d934c75c9743771625bcd01dd636b6 1,448 0.53/1.00 vMB 41
387,147 387,147 0000000000000000027ecc608f0d0a85dd91ec8dbcd8d5392c6cda7c4b281ee7 2,102 0.93/1.00 vMB 38
387,146 387,146 000000000000000000f9ad0c82d163bb4560724e9502e21477e961a4fe1e84ed 1,700 0.99/1.00 vMB 27
387,145 387,145 00000000000000000598cf711d450b15f03cb380fc6c631fde0fa8d8bd0dc4bf 1,616 0.75/1.00 vMB 31
387,144 387,144 00000000000000000031e88ef75e8c711f59a1bcfd93ae7f0df1c4a5d73d8a9c 2,922 1.00/1.00 vMB 49
387,143 387,143 000000000000000006329daee9875319ad2ddcb06ea29160c7abd46a781ff938 1 0.00/1.00 vMB 0
387,142 387,142 00000000000000000a8df0131881d473e66466a15096f0bbf546aa3201d41c90 1,388 0.67/1.00 vMB 34
387,141 387,141 0000000000000000025e4245e78e152ca62ee4949d865e679bff8a122c3dfe4b 700 0.31/1.00 vMB 33
387,140 387,140 000000000000000006f86ee780b9f478b484db4db6afe5ec4bd68fb9e62479d9 1,394 0.90/1.00 vMB 22
387,139 387,139 000000000000000001914eab8513551a0433ccd754a03f2ebde21cac1bcf3b81 2,524 0.93/1.00 vMB 74
387,138 387,138 0000000000000000044b971580ad12b74e3882d5e8431e2d28471aa6ec66c0ad 1,992 0.89/1.00 vMB 33
387,137 387,137 00000000000000000daf972bae2d789aaaf90410e17b96e6efb7bf3a02307f60 1,485 0.99/1.00 vMB 22
387,136 387,136 0000000000000000005b5461e69012e4e75bc974609da8505b09b7f5a92c84fe 820 0.74/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.