Loading Tool

Explorer IconExplorer

Memory Pool

36,318 transactions
19.42 vMB
0.06614274 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 105.35/200 MB

Candidate Block

Mining Attempt 5506d89da28366952f21e5ad9518f0d2387aa175552302441b6c99aa547c823a
Version 20000000
Previous Block 000000000000000000015194c1e7c0b87229e164e6a922332ea563fcc6966160
Merkle Root e04d26d1a1d81b1a0738c7d505babc812c14afc1bfb0c1f9a7dfee5638892390
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,743
Size: 0.997919 1.00 vMB
Total Fees: 0.02817141 BTC
Feerates: 150.62 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,838 (773,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,108 140,108 000000000000046f7634860846354c6a6cb86a26a9be719ea11d15e82e176aef 34 0.01/1.00 vMB 9
140,107 140,107 00000000000005dc4cabdc199d48c161b3688b8a4df4f9770c17d1c48b2424a7 96 0.05/1.00 vMB 124
140,106 140,106 00000000000000dce61ef50f10692027501834e994fe21a48c49f310a24e2189 25 0.01/1.00 vMB 0
140,105 140,105 0000000000000000349ba18be90b92616e322b19ebd5d4e94f44a1bcaf6a1c89 29 0.02/1.00 vMB 41
140,104 140,104 00000000000007525ee4f391f75a6545e8616f5c42e903a7e7a5ad2d875df5df 11 0.01/1.00 vMB 325
140,103 140,103 0000000000000291e277f4f89c03860e477bbf9053d31b7683a0358d1f8d920e 57 0.02/1.00 vMB 100
140,102 140,102 000000000000079b723782547c5e4dd292093e4a1d7be840a8bb381e8f637e47 31 0.01/1.00 vMB 25
140,101 140,101 0000000000000817f0766cc2c4cd0c353113cdd0c5f642fb8aaeb92266d90cec 9 0.00/1.00 vMB 62
140,100 140,100 0000000000000000bd4c6139e78aa472bfa22e33953986092e77cf60340a61b8 13 0.01/1.00 vMB 212
140,099 140,099 000000000000029de30932e0e847a626e6d6d8eefd9956050ff20df5113c1ebb 3 0.00/1.00 vMB 0
140,098 140,098 00000000000006263ddaa981723d51c4b4cf7bb43e69014bfdbd6ce4ab077f9d 122 0.05/1.00 vMB 6
140,097 140,097 00000000000006e59aa7b2c8ff928c2dc1a94d2556a02cab2cb8ee309dee5c7f 11 0.00/1.00 vMB 169
140,096 140,096 0000000000000114a96a2c30d878cffacd87e6d3530614e158b5bc04964defc2 71 0.04/1.00 vMB 106
140,095 140,095 00000000000001dd37833f08ea69550b34d1066401464f4f76d5f830918681f9 133 0.07/1.00 vMB 202
140,094 140,094 00000000000006f23d2c9553707bd383f32793016f5cfc9753ed8587e8c8b0f2 56 0.03/1.00 vMB 233
140,093 140,093 0000000000000162861ee2d3431e05db4b707fece20052f5fbbc2a610f14e3b1 121 0.05/1.00 vMB 185
140,092 140,092 0000000000000683b79daf3d2e73dc8cc66e94a2c51a1ef628e14749bcb626c2 110 0.04/1.00 vMB 204
140,091 140,091 000000000000073f0d9d16e3df4c87f21670fcdba939f732dccef104f5189a6f 8 0.00/1.00 vMB 106
140,090 140,090 000000000000051f8a2a0c4ec81f600d55058357452a6ae42af55615cf69f405 55 0.01/1.00 vMB 10
140,089 140,089 000000000000003910cd5b875eaff790fc5ad07c17a8243a6a55323ec394f45c 9 0.00/1.00 vMB 394
140,088 140,088 000000000000050a81140a573924911bb9cafd93e00d6ead68a60862854e55d4 10 0.00/1.00 vMB 357
Previous 10 blocks ↓
Total Size: 780.33 GB

Node Details:

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