Loading Tool

Explorer IconExplorer

Memory Pool

65,648 transactions
30.33 vMB
0.07664407 BTC
Random Selection Loading Transactions
Max Size: 171.57/200 MB

Candidate Block

Mining Attempt 0799f65d2ecd31bcdb30d21ca3aec71de5583060727d132181cccda91b6e72b6
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 5715bb6199ac19c0a299bac860627f0b0654fb960108025a623184d15f7e67b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,224
Size: 1.00 vMB
Total Fees: 0.01773510 BTC
Feerates: 150.93 > 1.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (670,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,748 244,748 000000000000004190bd97ad111773a8313ad9d82eb074a2ebae697f16f9199e 511 0.20/1.00 vMB 209
244,747 244,747 00000000000000b18d92553228b40c6c1a76f1e4018b8ef77863a689d00e08ab 567 0.25/1.00 vMB 160
244,746 244,746 000000000000009680864ce0ab69d4ec3cbffd1ce5abec83daa7e43acf6ae776 102 0.05/1.00 vMB 106
244,745 244,745 000000000000002d10906c6f8d29291e237abe6144d687f08e8667ff1f0da4e6 119 0.07/1.00 vMB 100
244,744 244,744 000000000000007db6d93f3c409e166780a6b142e5f42f568d6cdc8f1c3f122c 172 0.08/1.00 vMB 88
244,743 244,743 0000000000000058be38dbaa4bf2cdce9d6e4e8118dc307ed9fce8ebd7478eaf 158 0.10/1.00 vMB 123
244,742 244,742 000000000000006438a441c5c2687fe9b062aa236a4b35fa38b697fba184435b 17 0.01/1.00 vMB 105
244,741 244,741 0000000000000088c61a36d3964c23a6105658db6924ced2545a0fe1d9d5f447 129 0.05/1.00 vMB 94
244,740 244,740 000000000000007484d795987e45b2e00d13eb2a04a14bef17c0eea5c50451c4 153 0.08/1.00 vMB 246
244,739 244,739 00000000000000532b7ea528609d8345f383012c8089b9c81f7586f1fdbf6df7 188 0.10/1.00 vMB 281
244,738 244,738 000000000000003559ace80cfd3ea79f5b0ba51b604c4438b130cfbddd19c138 241 0.12/1.00 vMB 172
244,737 244,737 00000000000000c687ecd54d4ff460d3ef03a2c56ed4e28a281d1796918f3e1a 44 0.02/1.00 vMB 11
244,736 244,736 00000000000000427719dd4f96198cdcfaf656eb412f22aedc85a153af3426bf 430 0.16/1.00 vMB 213
244,735 244,735 000000000000002cdd8ca458d31f355c1102e2afeb632d60c8b9b407ad0ef4e7 93 0.15/1.00 vMB 31
244,734 244,734 00000000000000004839505c798b817786b0a6ae0c2dcb83783433759b434073 172 0.07/1.00 vMB 111
244,733 244,733 00000000000000379f9318abe4d326d372a01a0b4c5acff82f135deefcf03026 295 0.13/1.00 vMB 103
244,732 244,732 0000000000000068dd21c2b9a169a8b8b3d1cad3dc8f2ed00ad31b5651e76c73 326 0.13/1.00 vMB 341
244,731 244,731 000000000000007e7635b7c7db61e0cc355a36af0b1837fc291b06d9a47ff99d 90 0.05/1.00 vMB 132
244,730 244,730 000000000000006bb5a41abf2eeacffdb5afd3204f13b206506f3d0250c9e6a9 204 0.09/1.00 vMB 135
244,729 244,729 000000000000008ff25c3675c50e2458768420d650a7a50f17a7183a8ec74a84 157 0.12/1.00 vMB 92
244,728 244,728 00000000000000304b460c7e6411f0de7836391c8b60d1e3a12b25026770d3a9 40 0.05/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.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.