Loading Tool

Explorer IconExplorer

Memory Pool

77,105 transactions
28.82 vMB
0.11787946 BTC
Random Selection Loading Transactions
Max Size: 174.32/200 MB

Candidate Block

Mining Attempt b7b0b72d28c28c7e5045714a389ddf678e5af7e8e18c21775e3068c2d63d714d
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ec356a61e1741a2561bf73521d6e8ef143f63161e7a9ddd700a1efa6f052b178
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.05789679 BTC
Feerates: 101.65 > 5.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (140,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,609 774,609 0000000000000000000528b11592ef08822b79f6573e4410e2025987cd3e6508 2,227 1.00/1.00 vMB 27
774,608 774,608 00000000000000000001409a7b23376dd079c2d65a649c063bd964bbeb0125ad 2,378 1.00/1.00 vMB 11
774,607 774,607 00000000000000000001c45bf0c960be8de19dabb87097ba2a5029c7fe3af5e5 3,748 1.00/1.00 vMB 32
774,606 774,606 000000000000000000019fa80e8e6e22a7595b7bf5afdce792e1cdf21e875ebe 2,795 1.00/1.00 vMB 19
774,605 774,605 00000000000000000005f56b857f38ff8aafec04d89b8cb38a8dd2ac93d3751c 3,866 1.00/1.00 vMB 31
774,604 774,604 0000000000000000000004a6145e04f41eafd103213689d5d8b505549d2fcf62 3,277 1.00/1.00 vMB 20
774,603 774,603 0000000000000000000699f76d1ba0fa1720400c37f0fdd10e75034cd5d13015 2,017 1.00/1.00 vMB 12
774,602 774,602 000000000000000000000f04a634616326029ed5dad4d71d5300438ad404c68c 3,664 1.00/1.00 vMB 22
774,601 774,601 000000000000000000030c3c3eef28df11d945ed93e3cd4aa1eef76edc82a31d 2,765 1.00/1.00 vMB 11
774,600 774,600 000000000000000000053473b449fe71a6734c67aaf9dc6354426c42473b0cfe 2,763 1.00/1.00 vMB 22
774,599 774,599 000000000000000000006ad295916342b7a411da8eb6b20f816a4c08767dcfa7 2,442 1.00/1.00 vMB 21
774,598 774,598 00000000000000000003dd739a049b1da5d1eef538aeaa005808d9d2135ad220 2,686 1.00/1.00 vMB 20
774,597 774,597 000000000000000000041a2863fccd69d1b2050327fa01c7a3eaa2a49aeada4b 2,745 1.00/1.00 vMB 32
774,596 774,596 00000000000000000004d0d0780bdad0108e01c4c93312f43d46cfc5d5ff396c 2,836 1.00/1.00 vMB 21
774,595 774,595 000000000000000000049f1542b440a1feea05a062f75f53f950ee8ad1559808 3,483 1.00/1.00 vMB 26
774,594 774,594 00000000000000000004bee7734d61454b6840a83f46e8dc7e1514e589288106 3,791 1.00/1.00 vMB 29
774,593 774,593 000000000000000000049f76af9715c55e7b3ce7867f8c46504313657ff7a02f 2,569 1.00/1.00 vMB 17
774,592 774,592 00000000000000000004e7fe9f8c545ddeefdb2981dc5bb1139a2db0a11480d2 3,520 1.00/1.00 vMB 15
774,591 774,591 00000000000000000002f886fe0e56d6d81c3b65ca74326a5130641a68303751 3,016 1.00/1.00 vMB 23
774,590 774,590 000000000000000000004adc714991262f73ce061ce6fd094d6b07e4cd25c492 3,420 1.00/1.00 vMB 17
774,589 774,589 0000000000000000000327bb7a4fe6a220a24057c4c6ad6db37eb962705472f2 1,829 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.