Loading Tool

Explorer IconExplorer

Memory Pool

36,339 transactions
27.59 vMB
0.06290787 BTC
Random Selection Loading Transactions
Max Size: 138.97/200 MB

Candidate Block

Mining Attempt 6e5a83df2468520c4422ca582629ff1657cfb9b229824ac2985af21cecda7e26
Version 20000000
Previous Block 0000000000000000000141edea387271cfa939f1c4e7740f679098889b1d55ec
Merkle Root d5bd51808bf52bbd6c569593a39910a5b62e7db46954957f0b2c1a1c5fca46a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,611
Size: 1.00 vMB
Total Fees: 0.01039645 BTC
Feerates: 101.47 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,624 (393,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,697 520,697 000000000000000000323bba93a638fe08a9907bdb25438bc7dbeaf202b5bb0d 2,162 0.90/1.00 vMB 34
520,696 520,696 00000000000000000007cbef8c54a75f22393e3dc91b0da27be21aa810dc6ee3 1,049 0.52/1.00 vMB 38
520,695 520,695 0000000000000000001dbe9d591829ebe56088eb3d81055fa9fff291881f0a65 1,142 0.62/1.00 vMB 33
520,694 520,694 000000000000000000176731a26013449c7d41202b143c28590bfce8cc86cb51 276 0.13/1.00 vMB 51
520,693 520,693 0000000000000000002347dd5ddeaac19d27a9d83112c69475cefd9d078ad3fd 240 0.08/1.00 vMB 22
520,692 520,692 00000000000000000044ce4faddafc29d3caac66f5850a7297d1c4d0e7dff767 1,439 0.86/1.00 vMB 25
520,691 520,691 0000000000000000000e8b8a15f535b5f1a6f71155bc256dd989c70640ac9dde 681 0.28/1.00 vMB 36
520,690 520,690 00000000000000000027619d788aa8e53b9429c8432d1ce8b1fcbb17f337d2b2 664 0.27/1.00 vMB 46
520,689 520,689 00000000000000000025f763e2c937db7f9a6dc6f4789b299fccf216ba4d8252 761 0.39/1.00 vMB 48
520,688 520,688 00000000000000000034040a01f0762327a8c6cae436342fe4db38050ea3b2f7 1,937 0.89/1.00 vMB 15
520,687 520,687 0000000000000000002758cf5a0f5490b5c7b951e47de6c3c22b5b182e28010d 2,266 1.00/1.00 vMB 46
520,686 520,686 00000000000000000013db42d6d88e9b7ddfca3cb87672483c1d075603bd2c4b 702 0.30/1.00 vMB 45
520,685 520,685 00000000000000000009f47dbd611835d8f854a5dfa644b5e8fbebd747e1fcb2 66 0.03/1.00 vMB 37
520,684 520,684 00000000000000000023e88acb56d1f2bc64dabc20ec934b3cfe173ca3567ab8 782 0.44/1.00 vMB 23
520,683 520,683 00000000000000000016c9dde64b83c854503f11177c6db296155cd062e7b44a 2,065 1.00/1.00 vMB 39
520,682 520,682 000000000000000000345d88b9a87a9d47b15f7e108b26be395a96775cf39adf 801 0.35/1.00 vMB 17
520,681 520,681 0000000000000000002cc89fe3b09dcc6e7a06bf92bf9bc9d9ab775b79d9caf5 2,660 1.00/1.00 vMB 43
520,680 520,680 00000000000000000033e6ac544c06c2d88ef37341577b3cbb6b82b9a8f9975e 790 0.43/1.00 vMB 27
520,679 520,679 0000000000000000002aa4a83b0e3a3179ff7e1ec4231f4750e954a66079258e 462 0.22/1.00 vMB 45
520,678 520,678 0000000000000000001225f2f879017457a22a4cfe4cf1dee1e7392fb753b2a5 2,125 0.84/1.00 vMB 41
520,677 520,677 0000000000000000002ace4eef6a736fdc2c9cd101179dfb3bdc0c3cb4dfc538 683 0.38/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.73 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: 630.05 GB
    • Received: 11.97 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.