Loading Tool

Explorer IconExplorer

Memory Pool

79,651 transactions
29.26 vMB
0.07621503 BTC
Random Selection Loading Transactions
Max Size: 177.86/200 MB

Candidate Block

Mining Attempt 56d2a1b2bdc3960ce23ad68c5d46e9eac9a64f4226f38e8f8b42ecd05c50cbac
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 2257aedfc0eb1438f2574c5becec5007abff0fd557f03cf99faced43da963d1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,085
Size: 1.00 vMB
Total Fees: 0.01495892 BTC
Feerates: 74.86 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (515,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,783 399,783 00000000000000000638e22f31e0ddbde1ebfc3875047a6346342c378f70f4eb 1,982 0.99/1.00 vMB 25
399,782 399,782 0000000000000000019ac711db06306a3c88dd27b08a3bbd19b9ad9b4d3b3591 2,426 1.00/1.00 vMB 35
399,781 399,781 00000000000000000596781fb1efbaffbadfef1d2a062ac3f112ce8183514703 2,802 1.00/1.00 vMB 52
399,780 399,780 0000000000000000067d37179314c8f591ebd614c1f5b05afb86e2bdb454c69e 1,800 0.93/1.00 vMB 76
399,779 399,779 00000000000000000118ffcf3dc4774842f6ff5d76706deb9d5235a7d12db97b 1 0.00/1.00 vMB 0
399,778 399,778 000000000000000003a84d5b1627f7d6e25bbf675b295f2073e69aee9da483c1 3,353 1.00/1.00 vMB 47
399,777 399,777 000000000000000005af1ec8b843afa64bd2ac3c3f64e075c45380e9d25bc803 2,570 0.94/1.00 vMB 37
399,776 399,776 000000000000000003fb0e6d633f4fcf98bf59b3fb4a2f0d047a55489c5d4323 2,082 0.98/1.00 vMB 67
399,775 399,775 0000000000000000011b04bc9f4f3856e299b53a335eb1c42be906237c860bb8 3,309 1.00/1.00 vMB 40
399,774 399,774 0000000000000000015373947aa93c7cb16a308fb0a59644d4123072ad24ce5b 2,734 1.00/1.00 vMB 68
399,773 399,773 00000000000000000470b7874a7e6d4ffee7913c101d525f47ca6344768a7b05 1,340 0.74/1.00 vMB 35
399,772 399,772 0000000000000000036804e75020fc04f16ed07e6f65dc6aede40b65c54fe8c8 400 0.30/1.00 vMB 27
399,771 399,771 000000000000000000abfc37822fe49e8241752be361823fe74fb608ae71ef40 1,177 0.99/1.00 vMB 18
399,770 399,770 000000000000000000f44a70bff6e4d837e30b513b2ed39e20dc1a00deaa8085 2,727 0.95/1.00 vMB 58
399,769 399,769 000000000000000003c8cb113495d52a078c731ea1b50bb6d0dde6c013a207a0 1,060 1.00/1.00 vMB 23
399,768 399,768 00000000000000000178036cf063b71b6ebf955ee9eb709a7d20acdfbba526e2 2,383 1.00/1.00 vMB 60
399,767 399,767 000000000000000001518fbcd352189d6e172a4b07f2a51ac851a58a4cbc3d41 1 0.00/1.00 vMB 0
399,766 399,766 00000000000000000369a178ba8964bf99617744b22171d95734b60e8bf1cf48 1,387 0.93/1.00 vMB 28
399,765 399,765 0000000000000000047f6fb9ad31b7a7d11c1c77010207246441ebe3627db9ac 1,878 0.98/1.00 vMB 41
399,764 399,764 000000000000000006140327d536716fc2c6c07db7eeebaefacfd470437deddb 1,892 0.93/1.00 vMB 51
399,763 399,763 0000000000000000057649dfbfc6108737b7073f1250452ccc069535dd794258 1,463 0.92/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.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.