Loading Tool

Explorer IconExplorer

Memory Pool

75,826 transactions
21.03 vMB
0.07590481 BTC
Random Selection Loading Transactions
Max Size: 139.36/200 MB

Candidate Block

Mining Attempt 015a705ec775d6e598d62dd20b2fa88793e405c0c05232b0ac7cc54cd1cc337e
Version 20000000
Previous Block 00000000000000000001ae82612e8aaff57a65843595d248ce964a665c61b525
Merkle Root 9187ea118c59340232745b175b3119efe4bd4d31ea652e4b52ea2a9c40d319a2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,050
Size: 1.00 vMB
Total Fees: 0.02912697 BTC
Feerates: 150.92 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,976 (907,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,941 8,941 00000000a035c95dd3a6899a4bf6c2be6d45a0b18b6865fb03122b016edfb7e6 1 0.00/1.00 vMB 0
8,940 8,940 000000004b62ed92f99d307a43a29d4a733f5a175e4cc840841cfee4884a7231 1 0.00/1.00 vMB 0
8,939 8,939 0000000026d4b23e5780d66e77dbe0b8a3d4e22acf3134432e39b8077a1b73fe 1 0.00/1.00 vMB 0
8,938 8,938 000000008176125447506e846d6be713bba9c2e743fc03cd700699f7a7e51305 1 0.00/1.00 vMB 0
8,937 8,937 00000000ee447ae94f067933bd06693246a12e1986d18ca5117364b632878e8b 1 0.00/1.00 vMB 0
8,936 8,936 00000000220d009e9e7ad165566fe1792b470ddbb3a48646ffd857cb109e8f37 1 0.00/1.00 vMB 0
8,935 8,935 0000000058793892f5c17ee6b8f0b3e19a5f21ff0088571745e424cb4a121082 1 0.00/1.00 vMB 0
8,934 8,934 00000000b9738a7ee984bd3e48848e1ceb05f685dc78fe664c1f0cab5a106441 1 0.00/1.00 vMB 0
8,933 8,933 00000000e7c8a4559b4adcec6a6b80f638f6450ca61642d340a26d8600bb6140 1 0.00/1.00 vMB 0
8,932 8,932 00000000e90ca9bd8807f5dbf163877b8841aa4b69be0b3988a1f8075db9af35 1 0.00/1.00 vMB 0
8,931 8,931 000000004c1c619de034b362b803027e8e0f2dafcab0ab6b8fc9913f59d9e8dc 1 0.00/1.00 vMB 0
8,930 8,930 00000000708b7636f212f961e7cba2690180d94a465f6638434294945f96560d 1 0.00/1.00 vMB 0
8,929 8,929 000000004c0d9d28f458d311db3de69f0fce041f04815b6d100ddcef2456cf9a 1 0.00/1.00 vMB 0
8,928 8,928 000000001e12f35b5ad35f5d00d2ebe8cf317b9bf43bc36058c224b2e85d613a 1 0.00/1.00 vMB 0
8,927 8,927 000000009632edab3bad8322e22a52709c05d9257f0ea0c3649cf3b725f090d3 1 0.00/1.00 vMB 0
8,926 8,926 000000009693162dda45657adb691d84c66f42d2cc21075212a8695d243b9f5d 1 0.00/1.00 vMB 0
8,925 8,925 0000000034ef597f4ec8b0479e997836b76ce8f11cd14091105abc96297d4995 1 0.00/1.00 vMB 0
8,924 8,924 000000009bc048e19006c823c0e3df7d78f107b6a4724168af82cedc17128c01 1 0.00/1.00 vMB 0
8,923 8,923 00000000476eb44a1d215dc310bce95ab5e889d77201cf2160ff2ba0482eaddf 1 0.00/1.00 vMB 0
8,922 8,922 00000000c321b9e5f79ab15effb6aaeb533a14de0ad16d0bd946bb5f57d694ec 1 0.00/1.00 vMB 0
8,921 8,921 000000000e243d7fab6c3a4d4cf416813cacef5be2d46f821b3ac26475f0c7da 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.08 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: 806.44 GB
    • Received: 23.05 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.