Loading Tool

Explorer IconExplorer

Memory Pool

82,628 transactions
30.40 vMB
0.10518377 BTC
Random Selection Loading Transactions
Max Size: 183.26/200 MB

Candidate Block

Mining Attempt c4ce6c7a87b843c2d6c1aef6e40e0a2bf3e1fcdf42dcd8072d4fc60baa0459af
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 9ec0607263cb49feba4b8a53c906930e3418e147127553f7148ac551eda9e3b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.04274455 BTC
Feerates: 526.32 > 4.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (73,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,766 841,766 00000000000000000002a6de3201d43f7b7e20a253c8c5c619e02deff977c2b6 5,074 1.00/1.00 vMB 17
841,765 841,765 000000000000000000018b42375551cf5bab014c36be61292fe5eeedc3ba4dbd 5,426 1.00/1.00 vMB 16
841,764 841,764 000000000000000000015ebdd2ac62df9dc27c38c18537b6f71129da51578b06 4,142 1.00/1.00 vMB 26
841,763 841,763 000000000000000000001388e75c9e373cc728a93ac9f6a234f32771b1f992c5 5,072 1.00/1.00 vMB 19
841,762 841,762 000000000000000000015959bdedab00f2216ecc61ae54259a2ddf23ea0da0a0 3,543 1.00/1.00 vMB 24
841,761 841,761 0000000000000000000179c38ab46a9bb903d6566bcd425681f2860346684b3d 3,052 1.00/1.00 vMB 17
841,760 841,760 0000000000000000000005160072f241b067f5e176c7c0c30ca0a07b58de44c1 5,499 1.00/1.00 vMB 18
841,759 841,759 0000000000000000000081123db32cf08a98de65ea195c1ceea7c4cd8b1b6926 5,237 1.00/1.00 vMB 22
841,758 841,758 000000000000000000024243ef51e6e291e1867a799810b36a6171db289c077e 6,329 1.00/1.00 vMB 20
841,757 841,757 00000000000000000002640a48d606f336cc3203a4b92b2ab4d90f922f366f36 5,173 1.00/1.00 vMB 21
841,756 841,756 000000000000000000020a2cba84af34efd6ceecdb03aa83662cd84b3d55410c 2,786 1.00/1.00 vMB 26
841,755 841,755 00000000000000000002aa0d42ee591ba92896a73b13d6086c05dd57f5dca6ba 865 1.00/1.00 vMB 19
841,754 841,754 000000000000000000008c73c6f2eb9a9900a51e6e4dbad44434b665dd0c549d 2,463 1.00/1.00 vMB 26
841,753 841,753 000000000000000000016fe1253aaf87d73308f30332289143cb1c0e0d2de830 3,405 1.00/1.00 vMB 31
841,752 841,752 0000000000000000000224f7a00dbddf054464957d7419a92bffcc047646e0ef 1,777 1.00/1.00 vMB 18
841,751 841,751 00000000000000000000af875b4416c27e6d0434d32ac609f4cbfe6b0f7372dc 3,112 1.00/1.00 vMB 31
841,750 841,750 00000000000000000000bdc0d83764f8d94efb8b7f4e13d42b8f2f71fd9a08a5 6,500 1.00/1.00 vMB 18
841,749 841,749 00000000000000000000ae8c57c8e28c346dd718b2ac1c3bbab6767ddd648194 4,848 1.00/1.00 vMB 23
841,748 841,748 000000000000000000028c2210af001460b19578d5e85214014e0869b599377d 3,675 1.00/1.00 vMB 24
841,747 841,747 00000000000000000000d38bf072f6ff99bcb8cd3edff808b79ceaa81422a397 5,519 1.00/1.00 vMB 19
841,746 841,746 000000000000000000030d3be33f251ddeb5d7e480f28970064f594ba9dfb033 5,885 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.