Loading Tool

Explorer IconExplorer

Memory Pool

44,368 transactions
26.55 vMB
0.05649434 BTC
Random Selection Loading Transactions
Max Size: 140.08/200 MB

Candidate Block

Mining Attempt 71052f76df830de65f68e0a054be075d061931ff74ba6f4db7f161c8e3caeaf9
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 05dfb7d1fa2f7125ef6ef7056ced85ae1dac0c6e835e789cec5b8a722223cc95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.00770757 BTC
Feerates: 54.71 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (212,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,281 702,281 0000000000000000000ae64786434df87fdc03eb0ae49d12d46817f11de3c76e 117 0.04/1.00 vMB 41
702,280 702,280 00000000000000000000fcb9c72101b71a7e227bb623b6d3bacdc5d43b22ee23 115 0.03/1.00 vMB 13
702,279 702,279 0000000000000000000078bc60119ca6d57c2c53cdf2147d11ec5e0515df0bf3 853 0.31/1.00 vMB 19
702,278 702,278 00000000000000000002ecdef1165f0bd53e6967f6e9c51a869dab76125c7d98 1,469 0.79/1.00 vMB 1
702,277 702,277 0000000000000000000bd4c2e6d744ef9f33457eabe2fca9de426bae97607cce 2,252 1.00/1.00 vMB 16
702,276 702,276 000000000000000000032176748d757afb5c1abe7b06196db57a9c5ec8647530 1,319 1.00/1.00 vMB 2
702,275 702,275 0000000000000000000c976293032d98d24bbef5347159c5550b33230ec56ba2 2,824 1.00/1.00 vMB 15
702,274 702,274 000000000000000000093c90c57444213b0d5757f79a6f9f60d764d312c03a0d 3,108 1.00/1.00 vMB 14
702,273 702,273 00000000000000000006ff049aaf6cdc57cbd14ff18fa061627a0222d42b4018 1,555 0.94/1.00 vMB 7
702,272 702,272 00000000000000000003e10d0bff6513cd744fa4ff48044c7dbbb8aef462e719 1,840 0.74/1.00 vMB 7
702,271 702,271 0000000000000000000930e7c2453df679051cc18226ee5a1f9a9192d0fca705 2,501 1.00/1.00 vMB 8
702,270 702,270 00000000000000000003ec899fa89d0f027d7e221b8bc1db95a3fb8a4d72ef71 492 0.27/1.00 vMB 6
702,269 702,269 0000000000000000000b87d04909e5cb5ee38c8c8c01dce4204404cdfd6ebc3e 420 0.13/1.00 vMB 10
702,268 702,268 0000000000000000000749cfca7c8265ca08391561c6387cd5471cb1d0d1ab9a 504 0.29/1.00 vMB 18
702,267 702,267 000000000000000000020ae200e35a7460e5d271675e084803671df1251e1325 1,838 0.67/1.00 vMB 8
702,266 702,266 00000000000000000003cbdaccf3a9df1676d7c7697ec78b2f4ff6815c3287f7 1,142 0.41/1.00 vMB 9
702,265 702,265 000000000000000000095b0ca808d5a8877023704c9174ee632318a16ac28c9c 1,549 0.92/1.00 vMB 4
702,264 702,264 0000000000000000000e1cbc7be1338d4103a5336d7afd7581a053aefa7a5f7a 2,557 1.00/1.00 vMB 9
702,263 702,263 00000000000000000000722b6b1a1cff921ffab2dd3450fd2e1ff0ded615f36a 795 1.00/1.00 vMB 7
702,262 702,262 000000000000000000086504c90221f89afc27f507af54f53c3f07b455376559 1,854 1.00/1.00 vMB 2
702,261 702,261 0000000000000000000a458f6ec555a8741e95c99ef58d3485fe8a1142912541 3,275 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.