Loading Tool

Explorer IconExplorer

Memory Pool

80,787 transactions
30.44 vMB
0.08764260 BTC
Random Selection Loading Transactions
Max Size: 185.75/200 MB

Candidate Block

Mining Attempt fe45fe4a6fce8c38675a8301e56e8606cf4ef309cb9f6355faec1369986c0443
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 19d2574faac523f022f6c2ed2b9fc14fc5fd339c6d50636b6110dddd84a0aabd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,733
Size: 1.00 vMB
Total Fees: 0.01922500 BTC
Feerates: 402.75 > 1.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (426,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,995 488,995 00000000000000000040550f419047f04bdee448d41d5a53e6e67a31aa1eaf3a 472 0.36/1.00 vMB 51
488,994 488,994 000000000000000000d5139ff68ecf350a88e4693119b21e744b5357de50cb73 2,120 0.95/1.00 vMB 81
488,993 488,993 0000000000000000007de493ed09c5ce774eb3ae96c413563f66681764e83a9c 1,404 0.79/1.00 vMB 73
488,992 488,992 000000000000000000688e36f099096511b806c548f01fa76a0ef64d94e6b24b 460 0.19/1.00 vMB 132
488,991 488,991 000000000000000000e84b1330fdd5dfd1387e1a8763f0eff3467c8163b5691f 687 0.36/1.00 vMB 21
488,990 488,990 00000000000000000024b5e67c13497a2f86c80befd4a37a85de98fa9cd8b1c2 2,294 1.00/1.00 vMB 93
488,989 488,989 0000000000000000001e0cbd25fa0b75f868007129877fc86f2460414971cf2d 1,633 1.00/1.00 vMB 80
488,988 488,988 0000000000000000005f8ca8c5a2d7d0d25c0be54daca6f64fe3da5f598948f0 895 0.43/1.00 vMB 134
488,987 488,987 000000000000000000bd3b6f2ba66246f2f1b7ace0d36a21d9e2ecce7c0dc87b 1,493 0.81/1.00 vMB 72
488,986 488,986 000000000000000000ceb49ee7be0cb93f0b34493c623dcb4addad67e845b180 1,714 0.78/1.00 vMB 56
488,985 488,985 000000000000000000efc1bead6962685e7080679ce9ce150ee2731f0974b823 1,915 1.00/1.00 vMB 57
488,984 488,984 0000000000000000009114d3218cadea4db14bd54d47a49dd9b534c8cca66458 1,674 1.00/1.00 vMB 57
488,983 488,983 0000000000000000001c50faa603cb50219a4a6ca352d252e87ae996e344ba5b 2,087 1.00/1.00 vMB 139
488,982 488,982 000000000000000000a57f10c66430118d9f4903b5c524585a10867141dc6d1c 2,091 1.00/1.00 vMB 46
488,981 488,981 000000000000000000b1a7f2c6b733bb035732866c23214aa4717f8dc0049e6a 1,817 0.91/1.00 vMB 76
488,980 488,980 000000000000000000ba88ec7269bd364d5313625bd1ada772ca784dff7d43e8 2,279 1.00/1.00 vMB 112
488,979 488,979 00000000000000000056809928a9d625b583bfec2ef99f0981dd11a26502d65c 1,423 0.95/1.00 vMB 36
488,978 488,978 0000000000000000009ae4d8c8a334672b06007a63326aba6506a8134f1bf77f 2,146 0.96/1.00 vMB 114
488,977 488,977 0000000000000000004178ca01076664e5af0fa964af5b257ead142447955889 2,535 1.00/1.00 vMB 97
488,976 488,976 0000000000000000002d2025af3e6f3531a18d4f7495e78865cd00fb7434a638 1,862 1.00/1.00 vMB 35
488,975 488,975 000000000000000000b1f96de01bea1bf3cfa4f601f58177af4fa6f650d687aa 2,037 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 783.00 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: 718.60 GB
    • Received: 17.92 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.