Loading Tool

Explorer IconExplorer

Memory Pool

78,071 transactions
28.95 vMB
0.07219545 BTC
Random Selection Loading Transactions
Max Size: 175.43/200 MB

Candidate Block

Mining Attempt 9b46b42fd22b7dd7c046d628df251cb31f7e88cccd9f01cbe10a1ac71cdd95ef
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 6741a81dabd76461bec5c3917a82e4a6ff34675b0aebcb78c147f34a4e818bb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,481
Size: 1.00 vMB
Total Fees: 0.01186252 BTC
Feerates: 191.02 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (720,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,322 194,322 00000000000006b168559f1639fab652f5cae5367c3a88ee953e2f05eea83030 212 0.07/1.00 vMB 148
194,321 194,321 000000000000013c30929dabcb28a9f527318c0077c975f2b1cfb78bdbae8b3c 139 0.07/1.00 vMB 95
194,320 194,320 000000000000045fa49d6531eabf43a4f515b284dee245de138db8af4ef8c86a 100 0.05/1.00 vMB 21
194,319 194,319 0000000000000405b246f42e4144bdceb4973c42f7d689a0f1b1d7a3e1f4344e 38 0.03/1.00 vMB 78
194,318 194,318 00000000000002c2f89b6f3dcb9b95d0e121362bed254e6651b38a9eacfc5f24 239 0.08/1.00 vMB 146
194,317 194,317 000000000000028059fe1dec50a2a8d51099b8f2e60902f01410a919fdb6e87c 592 0.25/1.00 vMB 129
194,316 194,316 000000000000011d59c04f16df9f874e0b60d582524a4ff9097f740604725577 190 0.06/1.00 vMB 37
194,315 194,315 00000000000002f50c65d1f777c77cf4ff31ab4a643e10566b4624b378710621 211 0.11/1.00 vMB 107
194,314 194,314 00000000000006c39205235c2a158e6a95685cacd9237c6555ce22a5caa9c5b6 46 0.02/1.00 vMB 121
194,313 194,313 00000000000001999c6052dcd6ae94599b2699b782809a6fda1dbf8eda097001 113 0.05/1.00 vMB 37
194,312 194,312 0000000000000526aa0a6aa58590f515abe90520f3fb30df088a0dc9d46dd379 656 0.25/1.00 vMB 1,757
194,311 194,311 000000000000076103e6533cedcb4b9d1a915d4ad1936b2e6c0b899ee0e0f216 150 0.07/1.00 vMB 91
194,310 194,310 000000000000053d10394586e5344206008156077f863e04e0689ef8c575ac3b 417 0.16/1.00 vMB 167
194,309 194,309 0000000000000543bcecd5ea0a3d307e8db252f3b1055aee23eb6719ded5a466 34 0.02/1.00 vMB 85
194,308 194,308 00000000000002d35ff54e0fc050a3673d43b2d8346e30c0f9a1172ec7f4b0ff 146 0.05/1.00 vMB 3
194,307 194,307 00000000000004b084d1da6cd12d73443722fbe168b3f8ccab93e3265aa59c84 226 0.11/1.00 vMB 107
194,306 194,306 00000000000005398e2fc8b3d25b081cffb0d2afacfa952f1fdd065101cc3a76 298 0.14/1.00 vMB 118
194,305 194,305 000000000000008072b77eefc3acd5fd0c3571c87905c186df6ed597b4961a00 521 0.20/1.00 vMB 157
194,304 194,304 00000000000003a0b777e2b05a96532220f2c9750ced29ee19b361927f3ae73f 216 0.07/1.00 vMB 50
194,303 194,303 0000000000000636aaaa2311022714c37e7951a6008f2543cb45008016c7388f 596 0.23/1.00 vMB 138
194,302 194,302 000000000000055a040e3a828d613050dd3505dee5df32a3dad9245d8a38c1b8 186 0.14/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.55 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: 669.56 GB
    • Received: 15.75 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.