Loading Tool

Explorer IconExplorer

Memory Pool

43,540 transactions
22.90 vMB
0.12671811 BTC
Random Selection Loading Transactions
Max Size: 125.32/200 MB

Candidate Block

Mining Attempt f9ac724782a19fc19c5d94078cb5604301a0101545d008d0ab65b9575d15495c
Version 20000000
Previous Block 000000000000000000002de571b094bfff7eee2407ae753761569733a5146f33
Merkle Root dd7a66a20f8a7fa378fd8c6c9bdda2599a8db6690c4c898a3d522e184aa61941
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,640
Size: 1.00 vMB
Total Fees: 0.05068576 BTC
Feerates: 101.64 > 5.08 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,085 (651,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,301 262,301 000000000000001390187a91fcdbfaf443003889c112ad5cdd2feb31f6ca02c5 46 0.02/1.00 vMB 80
262,300 262,300 0000000000000014975f1c69c35aef692db1fee6639803fbecb5a7a270dd050d 89 0.03/1.00 vMB 77
262,299 262,299 000000000000000e6203d9a7c5278dcd15684542100bc1f7144ba7be918cb5d0 391 0.22/1.00 vMB 69
262,298 262,298 00000000000000067a9a5968227d14865745805c0952aa1d015e0f4ce89b4b3a 203 0.08/1.00 vMB 82
262,297 262,297 000000000000000331a1d1e1073adea9d5de8ed58dc04f32ebfa14c1b91b6d9d 88 0.03/1.00 vMB 96
262,296 262,296 0000000000000016326a1f0df2d4922bfe02539bf6331c0d0c5691c60dd0ead6 105 0.05/1.00 vMB 68
262,295 262,295 0000000000000010c6f6d7c4e27db8313b14cfbfe1e51a0c53fa5c7e0654a9ab 132 0.07/1.00 vMB 54
262,294 262,294 000000000000000c7faf10932bfd5c94790560812a8d0e1ac2f0724f267a45f3 30 0.01/1.00 vMB 55
262,293 262,293 0000000000000003390db50866e4e70ce65ab15a84b6881248db6e6a3e16e2b3 48 0.14/1.00 vMB 9
262,292 262,292 000000000000000e32a0b0ee09a011bc330c4fdf91217801874c1f4931b8e2f2 75 0.03/1.00 vMB 66
262,291 262,291 00000000000000079ddc64bf826a0138fa2500f80593d55dde4b8d4c38c9b9ad 660 0.30/1.00 vMB 88
262,290 262,290 0000000000000005e97afd337035faf5a765780116fc79f3bd328c99d56f7550 170 0.08/1.00 vMB 65
262,289 262,289 000000000000000e5c872dfd9be54bab6307e4db840d00145b11d70544d83254 134 0.05/1.00 vMB 94
262,288 262,288 000000000000000d21a0834d62047120e8d4ad8417931b59d00cfb198e4464ce 133 0.06/1.00 vMB 90
262,287 262,287 00000000000000141088425b4dd6f82d169f815c1eac499caa076073d8adb072 261 0.13/1.00 vMB 97
262,286 262,286 00000000000000129f7781dc60db9eff11593ce559d6b2a7ebd022ed4b5b8c85 78 0.03/1.00 vMB 118
262,285 262,285 000000000000000a2328528eb63dc450fc6f93ac74fdfb4b5da3f408df3bb5c1 205 0.15/1.00 vMB 41
262,284 262,284 000000000000000bef8a2bf78368cf1dafe17b32535f35dd00184d290f06189c 35 0.01/1.00 vMB 87
262,283 262,283 000000000000000d68a3313e3eeb1124f6d56f910e794ccbdd9e9b88015f485b 218 0.12/1.00 vMB 15
262,282 262,282 0000000000000011bbd40912d81faf915b62d64df89ad36ea0c7805ba9a90d6d 378 0.16/1.00 vMB 92
262,281 262,281 0000000000000014703708f85a50af347831d52aa2bf8eaed319e3a13df6dc23 1,103 0.52/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 780.74 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: 556.15 GB
    • Received: 7.01 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.