Loading Tool

Explorer IconExplorer

Memory Pool

29,222 transactions
28.28 vMB
0.08884753 BTC
Random Selection Loading Transactions
Max Size: 136.19/200 MB

Candidate Block

Mining Attempt e0fcda4b98322e574960b2df55f9dcff4853976cdf198e4a3424c7459a9c42ee
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root c71643300323452cd29d78db1c2a87b0a0b1b96193e8498849883fd08b6b1566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.03363749 BTC
Feerates: 150.73 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (463,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,753 450,753 00000000000000000292d51fdef9b1350f22d7c7fa4f8a578c9db397aab52eb6 1,960 1.00/1.00 vMB 124
450,752 450,752 00000000000000000038369a90980c33bd7d5ddf960e3da867632fc03a16e028 1,944 1.00/1.00 vMB 90
450,751 450,751 00000000000000000247b931b36ba46ee16428cdc879d2ca7579565c359f3459 2,402 1.00/1.00 vMB 117
450,750 450,750 00000000000000000060a21dc12b863a7fcc7453efdd505924973220aec976fa 1,995 1.00/1.00 vMB 82
450,749 450,749 0000000000000000005b590d98c0f902e09e7701206f04a0cfd0c90007b25f1f 2,514 1.00/1.00 vMB 120
450,748 450,748 000000000000000002c97c34d9501f45f7044f09bcf2f97c42a510f3be8e2f68 233 1.00/1.00 vMB 78
450,747 450,747 00000000000000000256697dc3bf6dad7b3ed161664cdc3fc7622e053b906afb 2,046 1.00/1.00 vMB 108
450,746 450,746 0000000000000000019405f0ede2e95938d957397d5057e30e0b678d142504bf 1,935 1.00/1.00 vMB 64
450,745 450,745 000000000000000001d59b53911bf765420421b9e2e6b9631a7e38fab0d61d55 1,895 1.00/1.00 vMB 84
450,744 450,744 000000000000000001d2c047680d63222726a8917c28133e15700e272632b54f 1 0.00/1.00 vMB 0
450,743 450,743 0000000000000000006f4d7cd11965c6372f53feacfa5492f9a0cedc98a62a7c 2,630 1.00/1.00 vMB 75
450,742 450,742 00000000000000000248f8e86bd33939d28a68d6a9a3b092fa5908875aa56c49 2,266 0.99/1.00 vMB 89
450,741 450,741 00000000000000000274a786b8de4816549dfce9f7b37848ea82f9cc26ccd7b0 1,818 1.00/1.00 vMB 90
450,740 450,740 0000000000000000013b2819c70ead0873226ee3878efe228fbbc62c4db72fe5 2,411 1.00/1.00 vMB 92
450,739 450,739 000000000000000000c539c9b051ee720f8d85de455c42288fcc599dc4f1efcc 2,457 1.00/1.00 vMB 137
450,738 450,738 000000000000000000851b9078b08ff080ded51115b2a2ff6ed1a72e995de3f0 2,200 1.00/1.00 vMB 83
450,737 450,737 000000000000000001f013df64f7ff595dadc5ac8536a3602ba47cde019924d0 920 0.42/1.00 vMB 127
450,736 450,736 0000000000000000027a0f47d16055a5fb8db5b361672ef02e9a5cdc1ed65de0 2,057 1.00/1.00 vMB 66
450,735 450,735 000000000000000001796f1519f545d27707e82a3901947108a207ad55c8b71d 2,082 1.00/1.00 vMB 82
450,734 450,734 00000000000000000126ba4db37a211e8a057d7ea4c46a648f68386372f69891 2,189 1.00/1.00 vMB 85
450,733 450,733 000000000000000001b527edbac0a9843e6e1690c74f2d56a6a55c2a34e50714 489 0.27/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 781.45 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: 610.86 GB
    • Received: 10.76 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.