Loading Tool

Explorer IconExplorer

Memory Pool

28,042 transactions
9.26 vMB
0.09148510 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.93/200 MB

Candidate Block

Mining Attempt fe9d65df54f800ca68320de164646f32352b26511a5a9043f4396ea7b47cec5f
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 90f0016fb285a84974168bbf568f34d092d0d560a7743a980ad74b0f8918f22f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,000
Size: 1.00 vMB
Total Fees: 0.02495911 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (775,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
137,606 137,606 00000000000000b8e62d05927635cf871776f645b6e7e2df17adf21544f55c3a 113 0.05 vMB 247
137,605 137,605 000000000000073768df4940343f1d8cbbd318ed33d00ecc8146d23d43381950 83 0.05 vMB 113
137,604 137,604 0000000000000083b498e8c0b74313b57b2403fbefd6c69db8fdd1ba2c00ddfe 1 0.00 vMB 0
137,603 137,603 0000000000000649ad87b864e7a4dce51c6c41b96220f41a531659a6dae66a47 18 0.01 vMB 158
137,602 137,602 00000000000003d93c55f7d4fd03d5379e7fe4832c8f56bdcd0eedb0f60fd012 43 0.02 vMB 616
137,601 137,601 000000000000095414d2ebdeadfb64442c2d151cc5c305ea4b3c12b8b0ddca93 8 0.01 vMB 40
137,600 137,600 00000000000001d9899113a0e5e42f70c7152875dc777c5148e9828dd58e2917 80 0.03 vMB 57
137,599 137,599 00000000000000390a1292fbb93bba3f7194dbbba7225609411491008dee0487 28 0.02 vMB 133
137,598 137,598 000000000000045c911b7d5fbbebd974e0ab6ce8fe6ed536d517a66488342e95 67 0.03 vMB 34
137,597 137,597 000000000000069cb65a8ef4c23cd59769d9da27299a79389498d424c8ab06fe 61 0.02 vMB 39
137,596 137,596 00000000000007004903c4104559cee3fa875c6833cb8ef8bf7e0127f45fd69a 12 0.01 vMB 177
137,595 137,595 00000000000000d527bbf27941f641bdcad6351d19b0a53b48609db508ab74e6 1 0.00 vMB 0
137,594 137,594 000000000000018785da9753d9f774b9eeb56111c08ca4f339fbf069e1374e53 8 0.00 vMB 778
137,593 137,593 00000000000002ee406ab5a8b46a38be4e862e41f73232036354d4260077aad9 95 0.04 vMB 177
137,592 137,592 000000000000031d4d71e1cab3164011bae77fd98e3ef0233afb51703e9515d2 1 0.00 vMB 0
137,591 137,591 00000000000005cc92f3ab0cc09c16cbbc4fac91b776cd53ce85f99f4e2e4241 12 0.02 vMB 20
137,590 137,590 00000000000003c4c8fdee71daddd8e557662a82e94a5564119a20d858bb11e1 30 0.01 vMB 0
137,589 137,589 0000000000000645acc0961a702a9588c96ee22587a76ef673db3a5236afee90 1 0.00 vMB 0
137,588 137,588 00000000000009b48caad9fd6c769b6cb5978922f985cf1abe3873c8144ebef1 112 0.05 vMB 167
137,587 137,587 00000000000000fec1c20ba3a5981ea3b4240aaf5f85c16e6817196568db27e2 31 0.02 vMB 120
137,586 137,586 0000000000000821cea200325655e2a8c190a31490a70ab86f9b50d2f3746095 7 0.00 vMB 130
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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