Loading Tool

Explorer IconExplorer

Memory Pool

79,346 transactions
30.75 vMB
0.10837307 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt 1ae3f455005d7cf8a8843c00891bf291da817f6e08fec4d570919fd176ad2c2f
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root c26b00c2d20c2ae83b56a66a018e811ed83c3c675d784fa0d908efa97e132012
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.03469954 BTC
Feerates: 201.36 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (336,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,247 578,247 0000000000000000000f6cf089ee7321f3fe418e44e18be9824b57e24b7525be 2,862 1.00/1.00 vMB 94
578,246 578,246 000000000000000000055f32d556fb3fb7e60dc4421ea436e48bc147cf70d7b7 2,432 1.00/1.00 vMB 80
578,245 578,245 00000000000000000004b5da4bb7e6abfc0e07306497e2d777296c46920e7497 2,451 1.00/1.00 vMB 91
578,244 578,244 000000000000000000074031611c33f231d6ec3d5caf0665d70a899c3573e717 3,072 1.00/1.00 vMB 149
578,243 578,243 0000000000000000000dad837524c475b3b7664ac552530bb5b39e4fed5f49b1 2,575 1.00/1.00 vMB 192
578,242 578,242 0000000000000000000a7229df343ae4363fbd6c256277b01d9edc35fe3dfbdf 1,646 1.00/1.00 vMB 95
578,241 578,241 00000000000000000006de30592576d67d575cf6a87d35f880fd307c60f56525 2,207 1.00/1.00 vMB 98
578,240 578,240 0000000000000000002791ea56fd77f4eccfa6d3d01ecf49dceb3e7d9cc114c5 2,344 1.00/1.00 vMB 144
578,239 578,239 0000000000000000000f30f61074b2a156916a0e88a68a68cbe3b8b499f1ca30 2,841 1.00/1.00 vMB 111
578,238 578,238 00000000000000000008ea7d1ef880065e360b16168726a92e1fe03db3ee4592 2,974 1.00/1.00 vMB 154
578,237 578,237 0000000000000000000947f3ad52e0c9e401391f81043afd5a6f38b10e750c99 3,058 1.00/1.00 vMB 170
578,236 578,236 000000000000000000271575efd8770b122a764e684c5502abad0475d81d7f03 1,596 1.00/1.00 vMB 174
578,235 578,235 000000000000000000213ece8a5a6edb8cba9efce4050f38fb31be07d709a4e0 3,258 1.00/1.00 vMB 199
578,234 578,234 0000000000000000000d4b199c206750a1c4bfa5816f50fc5e018f1d93e771e3 2,237 1.00/1.00 vMB 118
578,233 578,233 00000000000000000025f97bf96fa2b55c05d0f3faa3fc07d6faeb95dd04f588 2,695 1.00/1.00 vMB 135
578,232 578,232 0000000000000000000c3ea2686920fc7005397d854c73f3f8fb98f8f07eeee9 1,594 1.00/1.00 vMB 182
578,231 578,231 0000000000000000000bb43caa7fa9684c56b3c9847e4b221fcbe94d90b05f4f 2,710 1.00/1.00 vMB 141
578,230 578,230 0000000000000000000369dc6f61c703ee92400a647932ed39757596bac742d8 3,041 1.00/1.00 vMB 154
578,229 578,229 0000000000000000001eff059543e8a73deeca47400d9f1e633aef0b97dcf0b0 3,095 1.00/1.00 vMB 169
578,228 578,228 00000000000000000023f6f2b807be43616f02d6a68bf3bb59c69d316256c882 2,622 1.00/1.00 vMB 139
578,227 578,227 000000000000000000109b8397391b34857d21d86e79ab91d318f6e55c42ce6c 3,389 1.00/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.