Loading Tool

Explorer IconExplorer

Memory Pool

80,713 transactions
29.77 vMB
0.09356335 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt 19ea27cc8a9fb95ff0f3714f3e9d6b9a6bd857e6400503a7a86952268019ff00
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ead4afa36ab7cc6dc470df5383d912c96b24cf2b87966cc46c7dfb07f8a26f72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,979
Size: 1.00 vMB
Total Fees: 0.02661363 BTC
Feerates: 90.00 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (428,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,641 486,641 000000000000000000508b04ebf7baf431cf4c3a2460c0b654f148b72aefdc9d 2,374 1.00/1.00 vMB 144
486,640 486,640 00000000000000000022413331084c96aec1105d0734e976059fbc44ade7a85b 30 0.01/1.00 vMB 518
486,639 486,639 000000000000000000cbbcffd1d3eb363485f7f2d51464e045edefe730c20e40 114 0.05/1.00 vMB 22
486,638 486,638 000000000000000000a27d02b6d05dca6eef0414705a8289ff98ab75219629de 1,538 0.65/1.00 vMB 87
486,637 486,637 0000000000000000006d942373052fcbaa49e92817e300675c30febea32cab4f 1,749 0.68/1.00 vMB 87
486,636 486,636 000000000000000000c901d4253ddbb0d331c7f181334bf09a91f4dede4ec6c2 1,232 0.61/1.00 vMB 79
486,635 486,635 000000000000000000bf3d0164284538fe5856fbb6df7b737d38869c0478646f 524 0.23/1.00 vMB 82
486,634 486,634 0000000000000000003103028f1c3ba6631f8bec547f7f5cede41bfdf337f0c6 1,511 0.68/1.00 vMB 86
486,633 486,633 000000000000000000fc1d4567bb399d4f70e1b2bc5fcbbfff542e0e75e1b21a 2,254 0.95/1.00 vMB 38
486,632 486,632 00000000000000000005356d1a2aa2870b863d35e1266d050a476e750cf8fac4 2,188 1.00/1.00 vMB 75
486,631 486,631 000000000000000000caafd65365566d7ae10420a8a81d17e60a9872c1d061ca 1,884 0.98/1.00 vMB 90
486,630 486,630 000000000000000000da2e0824e435c64a7d244fe3ee205bf881486b69ec3634 2,088 1.00/1.00 vMB 171
486,629 486,629 000000000000000000d7adb7013a6e0a3cec2c64128547d4685a24e745f8f995 681 0.29/1.00 vMB 95
486,628 486,628 0000000000000000008619f94a40aea8c00d66afb53f35565c92bebf3ebece0b 416 0.16/1.00 vMB 100
486,627 486,627 000000000000000000c77773e9d10d50801e4dd887fb708f3a3ba6f73a49ce6a 2,343 0.97/1.00 vMB 21
486,626 486,626 000000000000000000d4e6d021c1041d48d59e229b94106ed9dafaed7a347c74 1,947 1.00/1.00 vMB 102
486,625 486,625 00000000000000000086d756bffceb186a4ac4604960a97fccc8e72b42c6e240 2,244 1.00/1.00 vMB 61
486,624 486,624 000000000000000000f839d9d3d6a7a2e847ecdbcd4a9f9bd75bafbba2962196 2,409 1.00/1.00 vMB 149
486,623 486,623 0000000000000000002561de0de712f71605de13d013f44a5afe4f7a65ca344b 42 0.01/1.00 vMB 932
486,622 486,622 00000000000000000059f18f776ec2cdaf1693fe8e01441b4be422a7feb37325 1,692 0.98/1.00 vMB 105
486,621 486,621 000000000000000000349e32913262e34630f41982010fdd2f37c36288a4df1e 1,241 0.54/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.