Loading Tool

Explorer IconExplorer

Memory Pool

77,759 transactions
28.93 vMB
0.08200642 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt e6847867402fc772e4a0bac7578cc1f59a5b110d57e162da82cf0019528f530a
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root b162b59093816fea75e6fc35aebcd595656fc27272cd97933dfe1ab677aa7bea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,269
Size: 1.00 vMB
Total Fees: 0.02167078 BTC
Feerates: 150.62 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (496,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,654 418,654 00000000000000000111b87fcecc0fd207a717f672596a92a13c2452b2aae67d 3,000 1.00/1.00 vMB 127
418,653 418,653 000000000000000000869e8dd9a3cca01706a12b34a3267edafe988d69cf57dc 1,341 0.93/1.00 vMB 37
418,652 418,652 0000000000000000018baad3c274e56f7af1b0b1bba9ed5c2c08223ad55512eb 2,130 0.92/1.00 vMB 56
418,651 418,651 000000000000000005323b77a7d8b1a9147eec1fc5f3412bff2a81cae4cb1a75 2,003 1.00/1.00 vMB 33
418,650 418,650 000000000000000000ca9d2db6089ef4b58792064e0a32f4f68b848c72784544 2,919 1.00/1.00 vMB 79
418,649 418,649 000000000000000003111d12516f1dadd6ef9bfe696e5e87591641472296ae77 2,097 1.00/1.00 vMB 36
418,648 418,648 0000000000000000008d1f0707b659175948b29a8b6b9b209f33c1629d1a8cc0 1 0.00/1.00 vMB 0
418,647 418,647 00000000000000000006f88bea65d63d1fe9fdd4d0bcec905f49b30d4d7a1559 1,950 1.00/1.00 vMB 46
418,646 418,646 00000000000000000389c91f2db76db23bbbfb0fc2ce25f0e342bb035cfe6ef4 1,277 1.00/1.00 vMB 50
418,645 418,645 000000000000000001f23daeccff945aeb2ada735b7f76601464c2ea75929de6 2,926 1.00/1.00 vMB 77
418,644 418,644 0000000000000000020e8781f772f46b44cc330bca4fd37e69accef6c9d43852 2,611 1.00/1.00 vMB 81
418,643 418,643 000000000000000001e64c4457cc3d84d9332792053a8f3ec2257c88ec9f7c29 2,548 1.00/1.00 vMB 75
418,642 418,642 000000000000000004ac1f60f46642a7d3dbd8b4b7cdc0adbafb8e08faf8a8d1 951 0.46/1.00 vMB 50
418,641 418,641 00000000000000000168eb363628917eb8b4bb3eca3c1a9530cf8d4d7a70db50 2,336 1.00/1.00 vMB 53
418,640 418,640 00000000000000000152f394d96211799721adcc2df6856d250f39d15e604654 647 0.29/1.00 vMB 61
418,639 418,639 0000000000000000019a94ceadcf06bc84230ff5a64c3ddce788c5e23eda3e6a 1,369 0.62/1.00 vMB 60
418,638 418,638 000000000000000004e25776fa3cd26fb588e22e420b5790e83359da4f90e336 365 0.20/1.00 vMB 38
418,637 418,637 000000000000000001479b5072974596926feb3e4eb374270e51b7cdd941d534 10 0.00/1.00 vMB 132
418,636 418,636 000000000000000000b13ec0beb382942563de18c3529367374af5bb0f0e0c65 572 0.27/1.00 vMB 46
418,635 418,635 000000000000000002d7c3f894e10fe56df2a71e8c093ec89e546ab8cc0146e5 1,162 0.74/1.00 vMB 26
418,634 418,634 00000000000000000440c695b7868e49888cb76dafa2c4dfdd7dd3c5fa98d2e7 2,759 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.66 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.07 GB
    • Received: 16.37 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.