Loading Tool

Explorer IconExplorer

Memory Pool

82,633 transactions
30.40 vMB
0.10520592 BTC
Random Selection Loading Transactions
Max Size: 183.26/200 MB

Candidate Block

Mining Attempt cced88b38da118b1a3cc61d63c5f17a19b17b25c685038df301017c64b32a359
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 9ec0607263cb49feba4b8a53c906930e3418e147127553f7148ac551eda9e3b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.04274455 BTC
Feerates: 526.32 > 4.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (381,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,301 533,301 0000000000000000002de841194890d9cddf455a992d12d6d10b35c6548caceb 1,514 1.00/1.00 vMB 25
533,300 533,300 00000000000000000011cb5039ad3efa98996288821d9a09037bff9b7bb93772 1,264 1.00/1.00 vMB 15
533,299 533,299 00000000000000000001274f2a5d07d4442b34003653ee5e497202521f97d8c0 1,681 1.00/1.00 vMB 19
533,298 533,298 0000000000000000002f477209c48bce68cdf6321b3840e71a027f9ef7f115cf 2,230 1.00/1.00 vMB 25
533,297 533,297 0000000000000000000a42a91f93073fb963a79c53fc8a5be5e3d674e75dd6c0 1,815 1.00/1.00 vMB 6
533,296 533,296 00000000000000000013a342e95038c3866c524107809040887b50fef0a5fc71 1,096 1.00/1.00 vMB 6
533,295 533,295 0000000000000000001939cd9cc69d0253a54dd8575a57fcc85825af75bfcc86 2,782 1.00/1.00 vMB 41
533,294 533,294 0000000000000000001d733da253709f63c1b54c1c740a74f18d3fd3ab0cf583 2,519 1.00/1.00 vMB 47
533,293 533,293 0000000000000000000667392776ea5898e1b3011f6d3fb53be453c2287d9477 2,052 1.00/1.00 vMB 20
533,292 533,292 000000000000000000331fbda36bd51c9325e607d7f3d1b81be6a2178257a71d 2,591 1.00/1.00 vMB 48
533,291 533,291 0000000000000000001e80cac1b7856bb225bf1820f80dcf76da4ab5b853f004 2,605 1.00/1.00 vMB 34
533,290 533,290 00000000000000000019538c4f18d659f18ac69553913499c98d1974f2a0f6c5 2,715 1.00/1.00 vMB 16
533,289 533,289 00000000000000000029b82e8b856f0c7bcc2ac8e30c87de0d2c40900e79614e 1,916 1.00/1.00 vMB 26
533,288 533,288 0000000000000000000ad1a710a289eff5e911790f1d671a87a5fce70dbee15a 2,731 1.00/1.00 vMB 21
533,287 533,287 0000000000000000002e21430ef6069da00feafb4ef2ef2851920ee09896c149 1,679 1.00/1.00 vMB 22
533,286 533,286 00000000000000000010a3fbbcf49ecf4d9b6d79fa615351562ca65f7f5307f0 2,074 1.00/1.00 vMB 53
533,285 533,285 0000000000000000000cae346d690c9853f598df83f8ee585871afbae1265ce9 1,406 1.00/1.00 vMB 73
533,284 533,284 00000000000000000020a1a0cb010e54769ef811f95974dbeb6d07656a076073 2,137 1.00/1.00 vMB 21
533,283 533,283 0000000000000000001827a7da85c86a61a0fc8606306fc4a540acaf8cb6810b 1,352 1.00/1.00 vMB 44
533,282 533,282 0000000000000000001e6de3c2a1c5adb057ae8b452c80e8a406e01cf67e8e00 1,020 1.00/1.00 vMB 51
533,281 533,281 00000000000000000013f9350cc074886645f16c34224ecde8e2b1d6a24c8672 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.