Loading Tool

Explorer IconExplorer

Memory Pool

77,269 transactions
28.67 vMB
0.06575845 BTC
Random Selection Loading Transactions
Max Size: 173.99/200 MB

Candidate Block

Mining Attempt 43e19606434edf8118c6fa2ce69aeb386ee7c76b3db10fdd4ee7503bb6e5382b
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root edb76697c5b709a143facf30ec11b32d7a38cb4f9209bc67ed45fa5412b137e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,671
Size: 1.00 vMB
Total Fees: 0.00613227 BTC
Feerates: 100.53 > 0.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (327,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,943 587,943 00000000000000000017520d3da9db9ce18ae03e5b7a43dbf2ce364608d333cb 2,968 1.00/1.00 vMB 32
587,942 587,942 00000000000000000004ea915010c00d3d3980b66dfa5a2f8e8f147d4864f03e 1,566 0.49/1.00 vMB 24
587,941 587,941 0000000000000000001f2f7da68de79cfdadaa8beaa13f8541ec1600b033563c 1,836 0.68/1.00 vMB 33
587,940 587,940 000000000000000000080f7e6cfd69dd1ebf4d6601a15756261396a0029dacf5 1,305 0.70/1.00 vMB 3
587,939 587,939 000000000000000000060c8e0781eb05133cd17b6cce75cc2b14a1390ec5d94c 1,891 1.00/1.00 vMB 5
587,938 587,938 00000000000000000000ddca3ad1979ff34ea6b7f902b7f62ff79c4834c5dc4d 3,458 1.00/1.00 vMB 28
587,937 587,937 000000000000000000029075c032c4ddea3fc4cb79559a9a1d4af665133f7b7e 2,856 1.00/1.00 vMB 26
587,936 587,936 0000000000000000000ecb30bc7560a82a1bfaa05ba8ca3141b66eabde44293b 2,903 1.00/1.00 vMB 37
587,935 587,935 0000000000000000000ae41d3b612efaa399b35eb6a93582604de0b55ec6506b 3,300 1.00/1.00 vMB 49
587,934 587,934 0000000000000000001e2d1849e9aa65cc25509fd622b81f42a98fc1601c31b4 2,756 1.00/1.00 vMB 61
587,933 587,933 0000000000000000000f1d949329850f194ea35a3f46a1e949a3d9ce0c726a9b 2,856 1.00/1.00 vMB 55
587,932 587,932 0000000000000000001c2ca9dfd0f63113bf67461b75425f48e48294c81efee5 1,422 1.00/1.00 vMB 4
587,931 587,931 0000000000000000000b411506b6f702afa7209004368a1f2aa908ae715bb0ad 2,637 1.00/1.00 vMB 21
587,930 587,930 0000000000000000000130754d91f8209b44f7afc528835963ce47693e7970c4 1,773 1.00/1.00 vMB 15
587,929 587,929 000000000000000000042287266a62b5034d256aa702f5c539e80dc5bef58e55 2,072 1.00/1.00 vMB 16
587,928 587,928 00000000000000000000d40d1e9052904c7c440ec7d3bf892d53a6ddad7f1dd9 2,681 1.00/1.00 vMB 37
587,927 587,927 00000000000000000012e39f068acaeb7f6ba74ff779c806fc544b6df568a681 1,465 1.00/1.00 vMB 44
587,926 587,926 0000000000000000001b0660368b4ad093749ffa638441465f4bddf51bae722a 3,038 1.00/1.00 vMB 56
587,925 587,925 0000000000000000000843ab77f514dc5417329f819b7c29e38bc5bf1dd35c92 2,047 1.00/1.00 vMB 81
587,924 587,924 000000000000000000085ac5d2beda3110142c2eafb3196be42b65f1ee634232 1,821 1.00/1.00 vMB 25
587,923 587,923 0000000000000000001b1c7d674fcf658074ed993ffe8233ae8e2ed404f30a47 1,678 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.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.