Loading Tool

Explorer IconExplorer

Memory Pool

82,115 transactions
31.82 vMB
0.08093168 BTC
Random Selection Loading Transactions
Max Size: 193.13/200 MB

Candidate Block

Mining Attempt 6b539304740fcec79e42c8d3d35039ba3a66e343a55f1fa54aba48931e25b5e3
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 4be7defc94135a656cb36101bd693460d6227974a13546ac674a5ba4b72450c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,414
Size: 1.00 vMB
Total Fees: 0.01145137 BTC
Feerates: 73.20 > 1.15 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (501,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,672 413,672 00000000000000000056bedbcea806b1bc6b98769142a22c68efbe8948ce31eb 2,011 1.00/1.00 vMB 44
413,671 413,671 000000000000000000fefcb44ef6a49f1784cde9a18b92b9d4ddcb1964536069 1,399 1.00/1.00 vMB 75
413,670 413,670 000000000000000003df778d825782ad804cf0f7b40aba9f34f4d4f943996a6c 1,174 1.00/1.00 vMB 62
413,669 413,669 0000000000000000037e37c43353fb8102acd58b1d4b42414ea2db168bf61583 1,106 1.00/1.00 vMB 68
413,668 413,668 000000000000000002977ab61e969e79a9a5caad02ebb374f9e809017a8d4d66 918 1.00/1.00 vMB 84
413,667 413,667 000000000000000000ce8148320222cc61dafdaac40c39b7c0ba950c3fd13ec6 1,458 1.00/1.00 vMB 68
413,666 413,666 000000000000000004bb141b6973fcdea8edac9a5bb874d059b4abaf518c1831 553 1.00/1.00 vMB 73
413,665 413,665 00000000000000000380d918a14e4c7ce50dad1598b4aec9fdbdc551c36345a7 846 1.00/1.00 vMB 83
413,664 413,664 0000000000000000029e6ba15c27d60e53fc73deb8184d93dc73396559817242 1,915 1.00/1.00 vMB 42
413,663 413,663 000000000000000001a942f736a03f7cfe83af58d399c62d63893b3b287fecdf 1,501 1.00/1.00 vMB 65
413,662 413,662 0000000000000000032f10955efb9a4786f227162e9a0cb14812af5a47285612 2,219 1.00/1.00 vMB 42
413,661 413,661 0000000000000000030fe340e8fa4d82e71e796adc5fac19747d79998085cb99 1,746 1.00/1.00 vMB 44
413,660 413,660 000000000000000004a8cdb8941ed467c8af08ca0e1578de302ccb503344b84b 2,619 1.00/1.00 vMB 51
413,659 413,659 00000000000000000051f4d6f7eb5c43537c0cfd84a6df8916ff520f5c3fe1f9 2,367 1.00/1.00 vMB 63
413,658 413,658 00000000000000000413987374243a30ff1e219f6bfe5493307d8b12a5d79db4 1,403 0.93/1.00 vMB 81
413,657 413,657 0000000000000000040d7ad074a70640413dd7dc7061d66570c3c5548cbd2828 926 1.00/1.00 vMB 82
413,656 413,656 000000000000000001b8b251efd50a4a4e4f90d6162f5eeb181b7528b5e8ab05 1,622 1.00/1.00 vMB 103
413,655 413,655 000000000000000000b45070370dc62ffcf9110ef3a09b05ef738cf14ce2be7b 1,321 1.00/1.00 vMB 27
413,654 413,654 000000000000000002ebcad7cf94f09680e5a98c243407c7d40a30fb8eda4dce 1,292 1.00/1.00 vMB 33
413,653 413,653 0000000000000000044a64cbb6b69f1aab63ee6f280ee9d1c2e59676011c693b 2,083 1.00/1.00 vMB 41
413,652 413,652 0000000000000000022d961ae7ec05ef2fe1b5f49c0b5030f15c70b1d567cfd6 1,227 0.99/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.