Loading Tool

Explorer IconExplorer

Memory Pool

39,988 transactions
31.69 vMB
0.07200517 BTC
Random Selection Loading Transactions
Max Size: 158.30/200 MB

Candidate Block

Mining Attempt f4fe17195ec3b0d1855cfd44e7aa09f7089495d5acd78da5cb901bec314a6219
Version 20000000
Previous Block 00000000000000000000bf95f98cf3f19b98ec17d23f759f7862a75355b4678f
Merkle Root a07665626686e68ca267fddde0b94e3500f9aabe6468409921d2b430f2a8bfb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,035
Size: 1.00 vMB
Total Fees: 0.00688044 BTC
Feerates: 151.42 > 0.69 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,338 (890,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
23,932 23,932 000000006387bf8ebf64ca7a64a9f6e4af9e4fd168f09aa621db50c7a94c00be 1 0.00/1.00 vMB 0
23,931 23,931 0000000000d785b49355ea0e53cff2b183ccce43f786f351a9ef6cb848873848 1 0.00/1.00 vMB 0
23,930 23,930 0000000084ca0a2b0c7183bc79366605d1b6a26e25762f6250267d7b478910ca 1 0.00/1.00 vMB 0
23,929 23,929 00000000c986a2665b3421f3dd0fc43a6b38eaf21315e671af5329f4ad56c278 1 0.00/1.00 vMB 0
23,928 23,928 00000000bf62f9043462cb643876a9b7085a1621b001052cad696c1b1460f423 1 0.00/1.00 vMB 0
23,927 23,927 00000000aa1cd0708d98116f114aa96e9e9d789a02bbca281c3c018d99a870b0 1 0.00/1.00 vMB 0
23,926 23,926 0000000022f95fc13701a7083723b3f4f3a285a92179c1aca624384fdf3fcd20 1 0.00/1.00 vMB 0
23,925 23,925 00000000722fbd713156e76a01d4dbf1c09a6c6966fbcfb8d44d9aa3e28c379d 1 0.00/1.00 vMB 0
23,924 23,924 0000000023bfdfd0a344edf64fce11dec32e1fffbd13fa114972c063891758cd 1 0.00/1.00 vMB 0
23,923 23,923 000000006b78d2162b95dcc8121f3334043377bb55e946e7e0bf464c967db924 1 0.00/1.00 vMB 0
23,922 23,922 0000000040c6d6f7281a6bd8d79e2daaf30508cec2d364bbceaa6f62afa1451b 1 0.00/1.00 vMB 0
23,921 23,921 00000000f12465d10ee206bc4fe424029e68b88463c545d4b79d3374113afe06 1 0.00/1.00 vMB 0
23,920 23,920 000000006779d2d792c5fd1b798df2711dd7a2b5de1d0e0ccfe4f99041318976 1 0.00/1.00 vMB 0
23,919 23,919 00000000c7c9ad2145f5d19940e193a992055944ddd3d5be2af2beb3d1eb8799 1 0.00/1.00 vMB 0
23,918 23,918 0000000089d603665b82cd21730012684accbac6f29de709521fe098f2abbcbd 1 0.00/1.00 vMB 0
23,917 23,917 000000008595b875aef65d75bd0a745547f89a6db8c6b87271897aef8740f1cb 1 0.00/1.00 vMB 0
23,916 23,916 000000003f3ee19e8cb44423ed146056528698c04c8a4aae2b11403b309e7ce9 1 0.00/1.00 vMB 0
23,915 23,915 0000000058d8aa3c743e7830b24fbeb10bb40cce86e9bd22a700abfe77e5bdf2 1 0.00/1.00 vMB 0
23,914 23,914 000000008e5b2eac8d336906ec0180e251516de294e3dc8627620e4cfa320d20 1 0.00/1.00 vMB 0
23,913 23,913 00000000c510250242bc94790b1276bdf2ec6cfa0b2a8246f634b547c81cad71 1 0.00/1.00 vMB 0
23,912 23,912 000000006e38853d3fd574185fea885dbdea9178646404557f56303752510e63 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.20 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: 585.28 GB
    • Received: 9.42 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.