Loading Tool

Explorer IconExplorer

Memory Pool

37,161 transactions
28.82 vMB
0.07328575 BTC
Random Selection Loading Transactions
Max Size: 144.30/200 MB

Candidate Block

Mining Attempt 930c5c554da74d9132b0fa05fb94be8768fab5ab67852a61b15451eac5709b43
Version 20000000
Previous Block 00000000000000000001506b941a54764348896f53a4e1b6257bc1abba2f4e73
Merkle Root 0833a60d91fcead3e63f12a9b0f4a94aae970d5f80e5256a6150402effce3eba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,057
Size: 1.00 vMB
Total Fees: 0.01697621 BTC
Feerates: 200.00 > 1.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,525 (883,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
30,597 30,597 000000004087b444c9a791ebd27dfe5eb8bc77a857d845ed7e918f0645da9d7a 1 0.00/1.00 vMB 0
30,596 30,596 000000006352676657d54b4554a0ba59741f8ec02d3595de0d6ba2346f7f485e 1 0.00/1.00 vMB 0
30,595 30,595 00000000e73102d50df252524f0981731594b5279ce709ee34078c18cac7a26e 1 0.00/1.00 vMB 0
30,594 30,594 0000000080dedd761d6a4cff504e39cc9d324883a4e59fedc7642572453750bb 1 0.00/1.00 vMB 0
30,593 30,593 00000000ff86d6b601c484e972d81ebf84e7de3ba4026acab595e12d9160d4c8 1 0.00/1.00 vMB 0
30,592 30,592 00000000924c4594c59c2f89e75d788b14c3053a576e0abbae79570e29c04fda 1 0.00/1.00 vMB 0
30,591 30,591 00000000d493ceea3ba79c6c41f8948c6f1ca35ac179dc9002094f2d65bb799a 1 0.00/1.00 vMB 0
30,590 30,590 000000007368e6dd18e172fc5951176032491ed9e9a102f0ebcb9f79cee8719a 1 0.00/1.00 vMB 0
30,589 30,589 0000000097f989154ee480d1d1016a051cb812056a1778f1664e93cbd561e10d 1 0.00/1.00 vMB 0
30,588 30,588 0000000092b3eb2b6ca8fb93a0ca992c6bac20c6c5cd9f140f104066b76ef03f 1 0.00/1.00 vMB 0
30,587 30,587 000000009c05e7df3662daed845c79c175e7ea765ff7cc1d952100225bc969a0 1 0.00/1.00 vMB 0
30,586 30,586 000000004fc51599a445cb19157aad83c0fbc0a4d8042c82d8759d2b598caf55 1 0.00/1.00 vMB 0
30,585 30,585 0000000001d7e7e783127bd2f371717bee2b6a3baf2685d9f839de506684007f 1 0.00/1.00 vMB 0
30,584 30,584 0000000017cc73d2a21f3a4f92c7a8523c3cf713349b67c0c6cdc58b84089a10 1 0.00/1.00 vMB 0
30,583 30,583 000000009fcfd7e1bb153025077eb2ba26e101bd2ebb2e4be9af0fbe6d2fe50a 1 0.00/1.00 vMB 0
30,582 30,582 00000000311225bfa46b640c48d641cf2ea200cf9381614ecabed2285be20dbe 1 0.00/1.00 vMB 0
30,581 30,581 0000000094bfd3d4afa831bc878f67ffdf5cd927b6606c60afaca4683d536f2b 1 0.00/1.00 vMB 0
30,580 30,580 00000000ff0eac5e3086998b678c259cbb8ef0048f83b7cfdaf86d494f39e1c7 1 0.00/1.00 vMB 0
30,579 30,579 00000000df311c6c7080a8eacac96b1a2e53322fb4aba546dbb6a761fe52a1e1 1 0.00/1.00 vMB 0
30,578 30,578 00000000122d1f90df1748044a1475a303076f535262a36958cddf253d581957 1 0.00/1.00 vMB 0
30,577 30,577 00000000f92c8ab768926abe351c8db5f756fd2d9fa4809c4ece735ef355227a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 620.35 GB
    • Received: 11.22 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.