Loading Tool

Explorer IconExplorer

Memory Pool

80,835 transactions
30.08 vMB
0.12661207 BTC
Random Selection Loading Transactions
Max Size: 180.91/200 MB

Candidate Block

Mining Attempt ab266f4a08976fc43da1403cf6975de9e2b1eb5deb926d88e339a53e16949863
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root b982117de73cac5c9c91b807caff4df2b9f5e822ad914e11ce036a8b344f72b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.05217434 BTC
Feerates: 242.90 > 5.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (213,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,571 701,571 00000000000000000009dac464dc0e2d6401926078992bc317ee01db0970db0a 1,659 1.00/1.00 vMB 5
701,570 701,570 00000000000000000008b8f83f81e46bb7ee7d5751799f582e0e268a9138a1c8 1,361 1.00/1.00 vMB 5
701,569 701,569 00000000000000000009931c4469c3ab31c2541cbcac95206d19507d69eeeb15 2,363 1.00/1.00 vMB 9
701,568 701,568 00000000000000000000d62401a0d63bd580401bcec35d52695bb0efecbb2ce4 1,998 1.00/1.00 vMB 34
701,567 701,567 0000000000000000000515117969caee77eadd03b30d8d50d044269172d844d8 2,502 1.00/1.00 vMB 14
701,566 701,566 0000000000000000000cad0842fe2a6f62262b0dd14f3a087d43af960a8c2d3b 2,717 1.00/1.00 vMB 16
701,565 701,565 00000000000000000004cf113475c96918899eb840682b768bee62c6ee6b1446 1,858 1.00/1.00 vMB 8
701,564 701,564 00000000000000000002d4a760a84c598a3ec33f646bcc3955096f683a643c74 3,184 1.00/1.00 vMB 4
701,563 701,563 0000000000000000000aa279879d381d6178b7298ce6127fd98e2142311ee748 2,382 1.00/1.00 vMB 16
701,562 701,562 000000000000000000050be0cf741ec51f3bd9572067083ffbb25f7baae0f4be 2,032 1.00/1.00 vMB 24
701,561 701,561 00000000000000000007fcd416095fe8f127be1edaba04e85e7afd00b21a4a85 1,985 1.00/1.00 vMB 4
701,560 701,560 00000000000000000001e26c2c28e1570596faaf63d352471678b1f6cbaace03 2,790 1.00/1.00 vMB 8
701,559 701,559 00000000000000000002317caac5ad5ddd0092586e0475d4453e03116b859247 3,106 1.00/1.00 vMB 12
701,558 701,558 00000000000000000003c37ffafcac0b11992b8d40a104a5070a64609d4b20d5 3,113 1.00/1.00 vMB 28
701,557 701,557 0000000000000000000a2f7079a79fa2fb1ff11e4e157b1522f5924b83dc4f7e 920 0.69/1.00 vMB 2
701,556 701,556 0000000000000000000d3a41daf59b700b2b6204fb1707364db273a1e7d81eec 2,727 1.00/1.00 vMB 13
701,555 701,555 0000000000000000000d175015269d22da7ab88b623d90340c9e0b196fa6e304 2,441 1.00/1.00 vMB 9
701,554 701,554 0000000000000000000c5a11920fa0bdb5f33b0f2f983681848398d92bed9b2a 521 1.00/1.00 vMB 1
701,553 701,553 000000000000000000011d20301bd0d29e30eec2f82f5c2045c15641e3d51e6b 1,592 1.00/1.00 vMB 6
701,552 701,552 00000000000000000002a80c965b3ed9672ae7e70067075d4798bfb86a4e062c 1,949 1.00/1.00 vMB 9
701,551 701,551 0000000000000000000311a3c458582c47a944131f9d9fb6610222b6bbab4c87 2,421 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.67 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: 673.18 GB
    • Received: 16.42 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.