Loading Tool

Explorer IconExplorer

Memory Pool

80,667 transactions
30.23 vMB
0.15125809 BTC
Random Selection Loading Transactions
Max Size: 182.16/200 MB

Candidate Block

Mining Attempt 29c85f5a0655af8e253bfaea6bd0c17825deb130bd3a90509a85dadb0a7b4922
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 5f9ff6a5d0260a3982c7b08753b49dc1a6b3a52c271ade18058d86432ab98a8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,883
Size: 1.00 vMB
Total Fees: 0.07777293 BTC
Feerates: 251.00 > 7.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (156,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
758,471 758,471 0000000000000000000751d6abf5434290e196be8e53905ba4d07a12faceb718 2,410 1.00/1.00 vMB 14
758,470 758,470 0000000000000000000049ad51a6d5665552bd840ffeda8db9cb06596c354bd0 2,112 1.00/1.00 vMB 10
758,469 758,469 000000000000000000028c673e0a35aefad3b4148b4585f1db7659b7804fef4b 1,660 1.00/1.00 vMB 10
758,468 758,468 00000000000000000007826ae4818ffea3c94ac5a6628404545694d8f53846c9 2,548 1.00/1.00 vMB 8
758,467 758,467 000000000000000000008ed9d9747a6450e2b98eeb67bbf8eb16fa18127e3320 3,246 1.00/1.00 vMB 13
758,466 758,466 000000000000000000035f9004aae67375b7392bc8f30ec57ecc184210007c43 1,783 1.00/1.00 vMB 9
758,465 758,465 000000000000000000017c14c48de858353270583362aa12779923bf7d93a630 2,532 1.00/1.00 vMB 16
758,464 758,464 00000000000000000004b7cdf1ca59f3aae2c5de5448e2ccf41ef195daaaa923 2,883 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.62 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.03 GB
    • Received: 16.11 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.