Loading Tool

Explorer IconExplorer

Memory Pool

79,968 transactions
30.55 vMB
0.08045287 BTC
Random Selection Loading Transactions
Max Size: 185.54/200 MB

Candidate Block

Mining Attempt 13e54d66c300582203772b333529ab5acad4b0bc9d087a532d78af357467e02e
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 5d7edc0a018b56afd4fdca1ff8a5a1fa461a359df1533083becc3ebfadde165e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,351
Size: 1.00 vMB
Total Fees: 0.01518506 BTC
Feerates: 351.58 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (341,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,384 573,384 0000000000000000001851dcb27f3c65519d38d65f2d43794f772570f10321f8 2,911 1.00/1.00 vMB 19
573,383 573,383 000000000000000000132d85314a07a6c6f0579b9aaedc72b464fb67cf7bba2a 2,569 1.00/1.00 vMB 5
573,382 573,382 000000000000000000067045abc2d439734cdb61a38972231fddf29b1c126c44 2,324 1.00/1.00 vMB 18
573,381 573,381 00000000000000000006000fe129ea818bb1d9f954722ddff0ae63b2730206bd 2,813 1.00/1.00 vMB 41
573,380 573,380 00000000000000000027f317077f309542c5722662dd0da364d49a3c14962e40 2,982 1.00/1.00 vMB 28
573,379 573,379 0000000000000000000771b3a620d64596c746d6928a0f053db4f1ebac768b68 3,258 1.00/1.00 vMB 42
573,378 573,378 0000000000000000001c1b6b5695dd9339e7fcfa3e01929f655910dc9462b791 2,935 1.00/1.00 vMB 68
573,377 573,377 000000000000000000187599cd75d1e2bd78a2f63e4e8a72598f2b257f385221 3,005 1.00/1.00 vMB 42
573,376 573,376 00000000000000000005a35e7110ccae38707b8994610ece854797ac84fec4a7 3,043 1.00/1.00 vMB 25
573,375 573,375 000000000000000000220ae5070dfb99d7e69274fbe8466d98016d10d1e619c3 2,879 1.00/1.00 vMB 57
573,374 573,374 0000000000000000002389b65b27bd3533b99c1b370b9422a77aec6df06728e5 2,203 1.00/1.00 vMB 26
573,373 573,373 0000000000000000002b77315a64f263b8929d5f3a4cd8247a48542cf54bf9c8 3,213 1.00/1.00 vMB 71
573,372 573,372 000000000000000000082354d45b612d9a1e78be009e8a317766121d848cceb2 2,684 1.00/1.00 vMB 62
573,371 573,371 0000000000000000001b695821d781613e213d553de754e0e96845b1d7295732 2,192 1.00/1.00 vMB 54
573,370 573,370 0000000000000000000d53682491631a7edbef9d5452186cf375f0b23fb83ad1 2,829 1.00/1.00 vMB 68
573,369 573,369 000000000000000000039493b9d3bbd7e5565ac954790d66f8309a71fd0b6129 2,583 1.00/1.00 vMB 88
573,368 573,368 0000000000000000000460275f4c6f679ab7613be9efd7dfae6afd1479ae8a3a 2,307 1.00/1.00 vMB 89
573,367 573,367 00000000000000000022afde6e4117e1f3ca7488c8f89cd52cd0e2ab090b3a0f 3,754 1.00/1.00 vMB 104
573,366 573,366 0000000000000000000c9aa04aa6370548d2f5f352908d0b6e646bbdb3a600b0 3,630 1.00/1.00 vMB 112
573,365 573,365 00000000000000000021998a604ef1ea3b1f2e9bff3af86554b199acf56828ea 1,824 1.00/1.00 vMB 18
573,364 573,364 0000000000000000002171d7b172de13d5b21b50cac92393d454e0f1911de73e 2,437 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.