Loading Tool

Explorer IconExplorer

Memory Pool

74,734 transactions
27.90 vMB
0.07013208 BTC
Random Selection Loading Transactions
Max Size: 169.40/200 MB

Candidate Block

Mining Attempt 80335fea25297fe222cb4923aa395e1f2a4b921f3616b60e6a1f5443cad78b5e
Version 20000000
Previous Block 0000000000000000000106a76cd00b2438a61d530816ece1b5e21316173946db
Merkle Root a9fe4652e1a7cd3e8c711dbfdcaed8da7c37e08a00e30e0f4467bd0e545b37ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,364
Size: 1.00 vMB
Total Fees: 0.00971705 BTC
Feerates: 44.54 > 0.97 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,617 (829,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,982 85,982 000000000023cfe847fcc9ed68bd5c08e8d2eef5f803433dd37aba2b8dcc656f 6 0.00/1.00 vMB 0
85,981 85,981 00000000000054934194b1566c39628a7519ae56cbe78aa5b8e776c488247fe8 1 0.00/1.00 vMB 0
85,980 85,980 00000000001a2a9d1b877472e2e7eef10d6c0228f9a590f8f44765e62f1885ee 1 0.00/1.00 vMB 0
85,979 85,979 00000000002dc767a9f83c05c2e123bb61fb92115dbadff785c1f0148ef7214e 1 0.00/1.00 vMB 0
85,978 85,978 00000000001dd5dec1500b76d5492ff791a7a2bc87430abbcfc36d851c643965 1 0.00/1.00 vMB 0
85,977 85,977 000000000022ab8cb42d613e3a18f4e189bfd22abba9ebe6c72adf6519bbffe0 2 0.00/1.00 vMB 0
85,976 85,976 00000000001a41374afaa7df4bc3037a63f32d7ab759df9f46f86aba01a7dfa2 3 0.00/1.00 vMB 0
85,975 85,975 00000000002f25a1f8c35ddd108e21b8fcabffbc367b269d98a01691f4957a5d 2 0.00/1.00 vMB 0
85,974 85,974 000000000027af96ac98fa5da364b5a0e1d8621687d3b7fd31dd8c6df57f4471 6 0.00/1.00 vMB 0
85,973 85,973 0000000000262f199f45d39593040c49bf029b807136a652f684ff69ff8c6f61 1 0.00/1.00 vMB 0
85,972 85,972 00000000000b7bd515c0b5fe94ec653f2e30f743b94a339b2abdde1ece75ea03 4 0.00/1.00 vMB 0
85,971 85,971 0000000000219bf85be07906cc0f16f5a192d6fe66ccc765ac92d59be666dd63 1 0.00/1.00 vMB 0
85,970 85,970 00000000000aff4931caeda94021ae6af2f722a6eeacfe856bc2a4b2a50ca42a 3 0.00/1.00 vMB 0
85,969 85,969 0000000000045188b7f87f423e756f241db7e2bba04278525ffc8af953ca67fa 4 0.00/1.00 vMB 0
85,968 85,968 000000000004adfc47fbc2b7baff94b47fdc344eabdc33c98146ed3d110bf526 4 0.00/1.00 vMB 0
85,967 85,967 00000000000fde0c81316a8d209dbee91bc0ec5833609c326496cb17327c0d1a 2 0.00/1.00 vMB 0
85,966 85,966 000000000025fce0bab948628ff50a7885d7f19f5194e8bcf15b4c7fd05821fe 1 0.00/1.00 vMB 0
85,965 85,965 00000000001d59714cd808a349fc7b98efce638000c94e66d6190cf69aa4f06e 2 0.00/1.00 vMB 0
85,964 85,964 00000000000016bdb3a2eb3948031d0d1ad31a640947d427a307df94d1275e16 1 0.00/1.00 vMB 0
85,963 85,963 00000000000b7c77cc867983e8a5d556f774fba625ce1e1831a4ce82d5553883 2 0.00/1.00 vMB 0
85,962 85,962 0000000000188e70c938c3ea82729684e513a3f7f32ae7491863b2c73221760b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.46 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: 771.79 GB
    • Received: 20.07 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.