Loading Tool

Explorer IconExplorer

Memory Pool

98,049 transactions
25.73 vMB
0.07464028 BTC
Random Selection Loading Transactions
Max Size: 173.23/200 MB

Candidate Block

Mining Attempt 06c52813a7aa89cbe0913523526ec8501a82645c76939573c7992b1453db55f2
Version 20000000
Previous Block 00000000000000000000440dc3f8ded607f9ec6383bf60daeb19903d251e58dc
Merkle Root 50b42dd94b99196bc145f339f4ece7690da4621c6b49eab7e0f8ee694e47f3d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,168
Size: 1.00 vMB
Total Fees: 0.01308681 BTC
Feerates: 201.37 > 1.31 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,063 (907,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,990 8,990 00000000b5f612cfc098368210f90e3aa7252e0fc159b0c221878dc00eb8b318 1 0.00/1.00 vMB 0
8,989 8,989 000000006c357df6424112ff33dabaa2938b36716bfb3086fc9593cd56df9f16 1 0.00/1.00 vMB 0
8,988 8,988 0000000012bb65eed8f38158dbcafbe9303aaef2f375439e31f3bbf0aed5adb7 1 0.00/1.00 vMB 0
8,987 8,987 00000000331cee5d93850f982ca4ff67cf7032a280e23924114015c485de9466 1 0.00/1.00 vMB 0
8,986 8,986 00000000a832413162c986edb5745f156fa4eb5741b0e6a919342072e2b1e3b3 1 0.00/1.00 vMB 0
8,985 8,985 00000000730d3d553d61fafe4d8afad3ad963580ad4955e10fa09d57b12142a1 1 0.00/1.00 vMB 0
8,984 8,984 000000003a3e84b36c88b05ee681f1a1bb084ba6222ef53b58feefca168df591 1 0.00/1.00 vMB 0
8,983 8,983 00000000d89087ae0c65dbe821b9a9926077f3f618fc8fac46d7070f28eb1153 1 0.00/1.00 vMB 0
8,982 8,982 00000000df13b9e208afff5f5d0f391a9265b32be4298ceb5df6aa79ff9d9e70 1 0.00/1.00 vMB 0
8,981 8,981 00000000bc575fd8fc0320ee5b7bcc92a846871f10c3643dfa2e917d7ab0f997 1 0.00/1.00 vMB 0
8,980 8,980 000000002b6ddc71413d93249aeeb35ae0e0d2fbdb9d4333667a40826638589f 1 0.00/1.00 vMB 0
8,979 8,979 000000003aabb2148cb1f0e9a9866a40f4b4cd0f4bd4922bd4fc059f968e144f 1 0.00/1.00 vMB 0
8,978 8,978 000000003bbe0019a8123a29bbf9555947e9367dff367cfda99c1999ba2f7d8d 1 0.00/1.00 vMB 0
8,977 8,977 000000006005091f4aa4f2f9ab8fcdbedf71fa27a1eabeae6ef94b5e3811ef1e 1 0.00/1.00 vMB 0
8,976 8,976 00000000455c3231e43bb558f8baeb192818c59ba84cdd3f8ee5f31460a5aa29 1 0.00/1.00 vMB 0
8,975 8,975 00000000f9f2eff4d24b4f63c6b86c04b54622e7727f820df1d3a8c0cb70344e 1 0.00/1.00 vMB 0
8,974 8,974 00000000770b9deaf4fbe2bc6f47a80373786a5b8ec6c699079f21ae0beb7ff1 1 0.00/1.00 vMB 0
8,973 8,973 00000000156fd2cf2dd0589f39c323f99b934d0b08fd1188976c69b53842390d 1 0.00/1.00 vMB 0
8,972 8,972 000000000c52354ba07004839e93b43a90d17fdff43732ed32267ef07e887137 1 0.00/1.00 vMB 0
8,971 8,971 000000004135e9bcc2ce23326ca43eb91f92f6021699ca8e89088a2a097c4d48 1 0.00/1.00 vMB 0
8,970 8,970 00000000315878324d2ac843c44ff83f1b9846120e7cfee816eca240d191e981 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.23 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: 813.35 GB
    • Received: 23.85 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.