Loading Tool

Explorer IconExplorer

Memory Pool

57,034 transactions
18.75 vMB
0.05026091 BTC
Random Selection Loading Transactions
Max Size: 118.31/200 MB

Candidate Block

Mining Attempt bd3413585c767b19a347e2617084cde828f6dab209bbd7eca4ec9229703618d7
Version 20000000
Previous Block 000000000000000000009baff5c56dcf5237a76df7903e86489a8c2a8cd9fc90
Merkle Root 51903bc96a742ab7f83a850ac37f07b24c53a3f8b59a6ad281b206218eec046c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 859
Size: 1.00 vMB
Total Fees: 0.00810391 BTC
Feerates: 20.41 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,707 (655,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,613 260,613 000000000000000680614930ad974787d2a78fa81feb2e69c7261a001afd6c1e 198 0.09/1.00 vMB 109
260,612 260,612 0000000000000004741dcc0dcf1666496dabb7acafdc65dff456020dda00aaab 185 0.09/1.00 vMB 118
260,611 260,611 000000000000000ca3b16389c5c1f73a125813fb23a7c337744d436359a9cf5d 294 0.12/1.00 vMB 195
260,610 260,610 000000000000001356062cef7c83ad637d19e579dbf0f057326cda339da204ff 333 0.13/1.00 vMB 101
260,609 260,609 000000000000001b66e9f9ab0c18a78fadccf7082ad9a27857b6d9696f2a7a66 245 0.11/1.00 vMB 109
260,608 260,608 000000000000000ced9314aca04651eacd6a7b3497d6ab37c46d1ed702655fd1 37 0.15/1.00 vMB 12
260,607 260,607 00000000000000033b9b9825b180fc0cc169a50a06f4934af3d9b601d7a9cdb1 274 0.11/1.00 vMB 126
260,606 260,606 000000000000000ddbc8c2f25dcbbbfc2bb2d5a23ad63aa43b97d96bd3151a1b 411 0.17/1.00 vMB 132
260,605 260,605 000000000000000b1fc51c0caab2f82e030a2461b12db164c5adcad4d7085f11 97 0.05/1.00 vMB 83
260,604 260,604 000000000000001c6f4c8d318f45fd3fe8be0061f733adf2ad9b1360a8d3c074 219 0.09/1.00 vMB 103
260,603 260,603 000000000000001c66899fa69a7c3de8d67354711c1c3623cb1f63bd47cb89dd 353 0.16/1.00 vMB 108
260,602 260,602 00000000000000104dd9531d196fd81b7873618384a20eb5bf87a362ca265eff 589 0.23/1.00 vMB 131
260,601 260,601 0000000000000000d55563f0a115c6295f2f7678ddb9322f3edbd71d4b4638a0 58 0.04/1.00 vMB 13
260,600 260,600 000000000000001b28d9d794c965e75c0f0cdb4f842e6d7726f5b27644ce0fbd 67 0.05/1.00 vMB 44
260,599 260,599 00000000000000064ea30a6641130fd6be4d830257a6abc73bdbc460264ae789 408 0.18/1.00 vMB 118
260,598 260,598 000000000000000ed872af1aa65c524f9f0448d1be5fe7b0545f6e72ad943b7f 330 0.29/1.00 vMB 40
260,597 260,597 000000000000000a06d88f8e2d67bf79eaf5fabfacfe43c9399f49cfa953a387 256 0.11/1.00 vMB 152
260,596 260,596 0000000000000010e0bcfe2be4a9e67fb87a211bfe14807f8f79eba50d042aed 588 0.25/1.00 vMB 102
260,595 260,595 0000000000000015a752213822899ed7eb9eb1f8bb4701d44baf14edd7896316 695 0.25/1.00 vMB 153
260,594 260,594 0000000000000006d9d8ff408429f7c97ebf8c7f0b2d7d723dae772fb0555ba0 118 0.04/1.00 vMB 44
260,593 260,593 000000000000001bedd8fb5f78e6bca7f578e2afb693d1de7a418523f40eb0c8 756 0.32/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 783.60 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: 775.27 GB
    • Received: 20.84 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.