Loading Tool

Explorer IconExplorer

Memory Pool

38,741 transactions
15.78 vMB
0.12104514 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 90.01/200 MB

Candidate Block

Mining Attempt 2dc3de9e16a9e41c6d30969aa330bf19449bc257b69df57c0fa5ee7ece7ca4bc
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root f6b80f57ab13c8189d79148004ea1c43f8656cecced7308aadf8853284830605
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.05395336 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (772,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,921 140,921 00000000000006a0e9cbe57335835c382bc09f11045b68dbb834495f4ae22faf 104 0.04 vMB 238
140,920 140,920 000000000000017fab19329089a1ab54e1f4ab110b1ef0c5d4f9990c2815d624 14 0.00 vMB 897
140,919 140,919 000000000000000121734a048a6dcd9f5184929ef6b4d60fab74612de0e5e26c 107 0.05 vMB 275
140,918 140,918 000000000000038559aa65f99789894199f2f4f08bfba66454864b5e514ba58a 19 0.01 vMB 295
140,917 140,917 0000000000000390717df9a1baaf8e65f9b96c87ee994d20dd897a95e8adc3e9 84 0.04 vMB 178
140,916 140,916 00000000000005ab0d71214ffa5b38cd51e13525892a221bbf748fee8de806ad 107 0.06 vMB 190
140,915 140,915 000000000000086c4deffb797bbd084cebeff98b9967c9a6450e9118813b5f79 167 0.10 vMB 476
140,914 140,914 0000000000000452918ccdebd47fd6e808838204d3311badf7d20eee3cacd884 1 0.00 vMB 0
140,913 140,913 000000000000036430dda4c2e0e2cb0f3b98893fc3e3cadd4db99e6ce6cd5bc7 7 0.00 vMB 86
140,912 140,912 00000000000007f15e2e295a697bba76415eac8149d2cb9bd4167ced0fdde4db 12 0.00 vMB 0
140,911 140,911 00000000000002d686e56746e94d8587ce9fe79793c0b28b750317677a830b8d 161 0.06 vMB 1,859
140,910 140,910 00000000000003b2f362306df3232af83f397ff58bb8562c296bff290d28d857 69 0.02 vMB 171
140,909 140,909 00000000000003d961404286ce3d29d45e402725225ffab55f77db911bbf475a 27 0.01 vMB 13
140,908 140,908 00000000000002444daaac90a79da204f38a31d02f14503b48b92f06f7e3465e 8 0.00 vMB 17
140,907 140,907 00000000000000f403070c91e8b6d600c4a6f275d3cb100a61e78cb123ab8614 57 0.03 vMB 152
140,906 140,906 00000000000007b64474d6436a3c32344a09c8fdd476d51af22374307649690f 13 0.00 vMB 30
140,905 140,905 00000000000001a74e6fa019ede32722173708afc84d2e0118576acb6d1146be 16 0.01 vMB 252
140,904 140,904 00000000000008560799379b2d1a51f166e36f76a893f28e829271fa3758d094 7 0.00 vMB 698
140,903 140,903 0000000000000690ecfa8e241961bc0f337864374f998a02b9a10a251e519987 154 0.05 vMB 75
140,902 140,902 00000000000005991004f70bfc3fd2a391b1cfe9fb182b755140841eb3d57ecd 106 0.05 vMB 81
140,901 140,901 00000000000000f6bdfeefc9f2a005da2d5038bea0ea36f1b1e2a6cb82c863a9 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 150.25 GB
    • Received: 0.61 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.