Loading Tool

Explorer IconExplorer

Memory Pool

84,728 transactions
31.81 vMB
0.16535978 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt 91553517998fb41eec4c9d1f6f56998308a8c277a917f1e82f73389828940fd2
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 3dfa5f9809bfb41d322cb2be4056348de7463e4fbda9ae91d97d30dd1448d244
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,066
Size: 1.00 vMB
Total Fees: 0.05222167 BTC
Feerates: 402.75 > 5.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (156,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
758,492 758,492 00000000000000000006ad0a8b83511d886aaf2e8e850db9dc044ca5b1455db6 1,821 1.00/1.00 vMB 12
758,491 758,491 00000000000000000004cd44dd448d022f6b0bee418398f0a28336b8deb2562e 2,390 1.00/1.00 vMB 10
758,490 758,490 000000000000000000029774e4ae4cbbfa1236f155ff8c5a5236b3439b1ba582 1,969 1.00/1.00 vMB 10
758,489 758,489 000000000000000000077205f3a8ff2e7afb70288ea071b91e676714deddfd83 2,906 1.00/1.00 vMB 11
758,488 758,488 00000000000000000000386835cb23d0452c02950282c0df80089380f97ea4dd 3,674 1.00/1.00 vMB 18
758,487 758,487 000000000000000000024ad9c42912b3a163129854ad869773cba5781063dd40 3,032 1.00/1.00 vMB 13
758,486 758,486 00000000000000000001c9428a75968c268c6ebc6c0c0f4f643c5e60ba8fa642 3,056 1.00/1.00 vMB 13
758,485 758,485 000000000000000000043dba08a1a69e7fc34e2546e85cd57da1c387ca109ff0 1,311 1.00/1.00 vMB 13
758,484 758,484 00000000000000000000176208bb9d8f69ab364004439eed6abeb2701b4517a4 3,702 1.00/1.00 vMB 15
758,483 758,483 00000000000000000006dcae5d7df0e3fac0db57d90c2ca19561bcf172ed51d8 3,675 1.00/1.00 vMB 19
758,482 758,482 000000000000000000057a1a751ab67064a92d489af6f5290873722ec5e32cd3 3,262 1.00/1.00 vMB 27
758,481 758,481 000000000000000000002c51650ad49f5678a64e4b70b15d9316a01a14b603e7 3,178 1.00/1.00 vMB 12
758,480 758,480 000000000000000000030e77a87d50ce9481374123e61fc3fa2260c940233f13 3,458 1.00/1.00 vMB 11
758,479 758,479 00000000000000000005a10c54cbaab3f1a574b21d172dc3aa211a0b5ff212cb 1,903 1.00/1.00 vMB 11
758,478 758,478 00000000000000000004d0561213a6cdcf05e35f38be25fbae3c28382a1fdf04 3,062 1.00/1.00 vMB 21
758,477 758,477 000000000000000000057b8857876ea4fed792fba9571b43e6a0c4a485b9203f 1,507 1.00/1.00 vMB 13
758,476 758,476 00000000000000000006e8e4241a1f8ab07adf15e36237b9c53bc9f88c22801d 1,909 1.00/1.00 vMB 6
758,475 758,475 00000000000000000005cea9f597879e62715d80ebf23f4c42464300bca5b446 2,379 1.00/1.00 vMB 11
758,474 758,474 000000000000000000014f4273fbc8e323a503bcf312a2db89c281fb1a91becf 3,250 1.00/1.00 vMB 27
758,473 758,473 00000000000000000005d312532ff7fda3fc5f71648ebcfe701b8a49bdd7c76b 2,841 1.00/1.00 vMB 6
758,472 758,472 00000000000000000000f08a76b4b7323e6a01c831a7bbd6847d000faf88a5f8 2,620 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.