Loading Tool

Explorer IconExplorer

Memory Pool

82,219 transactions
30.24 vMB
0.16931767 BTC
Random Selection Loading Transactions
Max Size: 181.82/200 MB

Candidate Block

Mining Attempt 3eef8ae1154e14bcdf6d6c7b1a2ed87935a3a2967ba1602b53696fcd01dcca33
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 2b1eb446989de5acaa5b47f2e0d8228cef6a9c7b34c6dfbc235b67274aff3d01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,949
Size: 1.00 vMB
Total Fees: 0.06443986 BTC
Feerates: 1,002.91 > 6.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (387,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,665 527,665 0000000000000000003645ba74e071f67c7f6f235bbfc7a9262d36957b6636f1 108 0.04/1.00 vMB 14
527,664 527,664 0000000000000000000fd78c11095d8eea5f6d7dd8965a8272093a6a73823934 901 0.53/1.00 vMB 19
527,663 527,663 0000000000000000001bd3b481f866b7fdcda84899275b3091e38091bc9c4fe6 1,295 0.49/1.00 vMB 26
527,662 527,662 000000000000000000232c9157cb19c206ea5b3b72bd35fd5f188085a82c3727 511 0.25/1.00 vMB 17
527,661 527,661 0000000000000000000ba36099e5a9e17d0426c308e2b0ead62bcb05cc07e821 1,879 0.99/1.00 vMB 21
527,660 527,660 00000000000000000037331c74e7a30326dde10e9930a2b37e07f420b67159b3 61 0.03/1.00 vMB 18
527,659 527,659 0000000000000000001323af67673857ade0097976a978d933e4a0c08140875b 290 0.15/1.00 vMB 25
527,658 527,658 00000000000000000026e2a7e9c08841541a6fbab9d6bf5bc16d09708fc9c6ad 205 0.15/1.00 vMB 14
527,657 527,657 0000000000000000002a0a027645b9989198445cbc0c944bf006c3a4db8a4658 91 0.02/1.00 vMB 23
527,656 527,656 000000000000000000228abc39e5b5075d6d55a74a31ec4f5f85be277f6b014c 303 0.13/1.00 vMB 17
527,655 527,655 000000000000000000191adecc47c9dd1166c5d938a3d47000a4c4321551ce7c 1,095 0.53/1.00 vMB 16
527,654 527,654 000000000000000000367931798b55a54c771bfa747412924a0acdc4344e90a4 209 0.14/1.00 vMB 14
527,653 527,653 0000000000000000000aed8b4f10d533a4022d75adb0bbe243bd9cbfdb83b515 1,089 0.60/1.00 vMB 26
527,652 527,652 00000000000000000002cfd5aa5c1bc164ceb16ceb85a076690c908b621d8f35 101 0.03/1.00 vMB 22
527,651 527,651 00000000000000000019e0153c093c927156dec0d7bd54af0cc159c29098ffae 1,920 0.86/1.00 vMB 20
527,650 527,650 0000000000000000000403e96c8a7b69856fd8f292843fae4cc8ce21b0b8edef 339 0.11/1.00 vMB 19
527,649 527,649 000000000000000000338292fc843efbcfd8b082e9a7c7082a4f194cd7e35d4f 1,332 0.57/1.00 vMB 25
527,648 527,648 0000000000000000000d651d4ba229a717ea80f5367097aea0f1a0faf5088011 1,651 0.52/1.00 vMB 26
527,647 527,647 00000000000000000014a7af94c8b217d56591c4d49c5f7750efc60bb1d7e7fa 1,117 0.52/1.00 vMB 31
527,646 527,646 00000000000000000010b3f8e1fb9557f9a50ebfae706c91df6ad0399eb7af14 953 0.44/1.00 vMB 15
527,645 527,645 00000000000000000010cf0452dbaec0582ae1b303da132f980eccae3a9174f9 2,483 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.