Loading Tool

Explorer IconExplorer

Memory Pool

82,822 transactions
31.22 vMB
0.08932287 BTC
Random Selection Loading Transactions
Max Size: 191.37/200 MB

Candidate Block

Mining Attempt d10a08bd3d47b87d2eda132232c26d45290723272955952692e4289c7a4d740d
Version 20000000
Previous Block 00000000000000000001c741e94ff9ce9b4832dde958a2941db0822cdb652151
Merkle Root 839d35c17504e4359bce6a94d90605c58a39072c7eab795e6bd9b27cc20afbb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,032
Size: 1.00 vMB
Total Fees: 0.01891910 BTC
Feerates: 301.60 > 1.90 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,220 (331,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,220 584,220 0000000000000000001985d46a34439ea5796abfed73275f933ee369ef51c3b7 211 0.09/1.00 vMB 18
584,219 584,219 00000000000000000017d58d60ca678ed3afd04f30ff7a617dba3e19ddae7de0 2,743 0.97/1.00 vMB 32
584,218 584,218 0000000000000000000facb779f4246942bb25fd082947b3baec58e8f5676e10 3,151 1.00/1.00 vMB 30
584,217 584,217 0000000000000000001e392a4cd80e994d95dbdc5235b8c80cc623fae7361d51 2,617 0.88/1.00 vMB 13
584,216 584,216 0000000000000000000dae0e32fc0abab590291bd81ea0fb8e92fa35a2ef6e1b 3,066 1.00/1.00 vMB 40
584,215 584,215 00000000000000000021e5df730ec40ed4e77115dc691089fe98e086b6783cee 1,868 0.58/1.00 vMB 39
584,214 584,214 0000000000000000001d37214b631df13d2d2b4e4afdedcdb079fe3c8e8c9cd4 2,139 0.66/1.00 vMB 27
584,213 584,213 000000000000000000125d7afda946fb57b2526768fb046a92d519f0c234344d 2,915 1.00/1.00 vMB 29
584,212 584,212 0000000000000000001ab37bf31f7924e9c14baf76f2661f9c7a4ae38c40be70 1,109 0.43/1.00 vMB 15
584,211 584,211 0000000000000000000305eb321ecca3776fb0b2e19b61d58a6503db7ade07d6 2,256 1.00/1.00 vMB 33
584,210 584,210 0000000000000000000b74e21a9e0027ffdfbb4accaa9c0c257e81865cd8be62 973 0.45/1.00 vMB 19
584,209 584,209 000000000000000000164b200b3c51f0690743ae10816045bf7ea1616d0feced 1,506 0.56/1.00 vMB 14
584,208 584,208 000000000000000000222c02b22c69ad3c8a0ea948b4add9b0ac836e357d1ecb 2,757 1.00/1.00 vMB 36
584,207 584,207 0000000000000000000d58180b5387c1cec4fdb327a54178c6d2936a7f4f2580 1,164 0.68/1.00 vMB 9
584,206 584,206 0000000000000000001b777f8eb77e95e4aed6f1c10075d29034dc3aa738467f 2,721 1.00/1.00 vMB 34
584,205 584,205 0000000000000000000fa884970ad21351551ca1fe53796ccf508b4e57c58ef2 2,315 0.99/1.00 vMB 25
584,204 584,204 00000000000000000016b8e21ea6d45604cfc5621ff63ec7a7de7d64299c437a 2,390 1.00/1.00 vMB 32
584,203 584,203 00000000000000000020e6ba79d63a2d3b370257fc0e4e4b1335d60e01b89faa 789 0.26/1.00 vMB 28
584,202 584,202 0000000000000000001c11b7c27ee068c427df25ca447b031c28e3a9601204c5 2,599 0.95/1.00 vMB 12
584,201 584,201 000000000000000000103bd72c76430f27f17907959bd4437bc58fab3195d0e8 2,911 1.00/1.00 vMB 49
584,200 584,200 00000000000000000020463a502fe182d48e2016632b2a2a0b5658e73c6bbc01 2,704 0.88/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.77 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: 709.31 GB
    • Received: 16.87 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.