Loading Tool

Explorer IconExplorer

Memory Pool

44,923 transactions
27.37 vMB
0.10388983 BTC
Random Selection Loading Transactions
Max Size: 143.49/200 MB

Candidate Block

Mining Attempt 0e3e2ace80239d2e16dde0289af3fa886304a0540bcf61339372c50c2f0f0afd
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root a4dfc21a361a6a7a5de83bc80e9ee06be9c9076f175b044fb65f368d51dcb01c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.04741970 BTC
Feerates: 151.16 > 4.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (582,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
332,759 332,759 00000000000000000ee32c83f2916e81affad478a4f96fa7499f81ff6fba74bb 696 0.24/1.00 vMB 55
332,758 332,758 000000000000000019af9abce2225acdbc26c5e3135d8d74f78b92c9d424bf15 1,149 0.75/1.00 vMB 19
332,757 332,757 00000000000000000f49a4ff312810641972b1c2439186adc04f11f1c022e9db 1,460 0.75/1.00 vMB 24
332,756 332,756 000000000000000012f1fe2a25e8dd848afbfe848d592e7f8e90fdcf685f3c69 64 0.03/1.00 vMB 46
332,755 332,755 00000000000000000f5681b65dcc0cc5951d4382294c77fb674b7d5a27df57e6 1,916 1.00/1.00 vMB 23
332,754 332,754 0000000000000000105b4637be0c9805c333676e080232788a9d1e6a7fec9ef1 1,295 0.35/1.00 vMB 47
332,753 332,753 0000000000000000184373e2a29822e094fccfd53d88765f1bf322b61ce779e3 1,293 1.00/1.00 vMB 18
332,752 332,752 000000000000000006801d49cf8975017b904e46541ae1efc206bd8135bd4c2d 872 0.32/1.00 vMB 40
332,751 332,751 000000000000000007b12c764e67b3641da4ba3151e3245b8bb47b8b4f0075f7 1,389 0.75/1.00 vMB 26
332,750 332,750 00000000000000000264c8e72dc658bebab80b5807a7d91d025e8c9925aa12cf 1,255 0.50/1.00 vMB 31
332,749 332,749 00000000000000000c869c108b734f2eab6545f4ab6a9051c2a4b6446697854a 757 0.53/1.00 vMB 18
332,748 332,748 000000000000000019f961d511802ae8ad21172ef3628df40ab89a441c3b445a 1,006 0.35/1.00 vMB 37
332,747 332,747 000000000000000019f77919edd3dae567e296eddea70040de7180c1c29e682f 190 0.08/1.00 vMB 25
332,746 332,746 000000000000000004f89fb6ad25ad2356a7a9bb66f81e7fb39220c3cfbcdbd0 862 0.44/1.00 vMB 26
332,745 332,745 00000000000000000e1d284df3df6905d17c560aa54ecfe4ee3070cb6e72faa1 761 0.42/1.00 vMB 17
332,744 332,744 00000000000000000c67a3a626a471242828303e008648d8fb7b2bef79507864 1,076 1.00/1.00 vMB 17
332,743 332,743 0000000000000000155aa3bb624b6e6da6425dbe8e6488746d4197b20a366438 1,424 0.50/1.00 vMB 31
332,742 332,742 00000000000000000623ca9079a9e5fdf312a3031f1ed81d514a7eedc3f1cb96 128 0.04/1.00 vMB 61
332,741 332,741 00000000000000000ef4fd29b6a5bb7ad7dd9620c7e4d26fbf08a553cff83749 745 0.27/1.00 vMB 34
332,740 332,740 00000000000000000b3b4a630916e3f688c0019d922d5e7c324b4ad6b018ca4a 141 0.11/1.00 vMB 26
332,739 332,739 0000000000000000062e7e8fd6e5a0a878fbef40be58b46ed24944485ad69fc8 828 0.45/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.