Loading Tool

Explorer IconExplorer

Memory Pool

76,608 transactions
28.63 vMB
0.10331299 BTC
Random Selection Loading Transactions
Max Size: 173.51/200 MB

Candidate Block

Mining Attempt 41489d7ca59e181f76de50ca32341f10d96400019d683a5cbc00c1c0176fa128
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 30376986cdab4f19722165dcf8169dcd1c3bcce859fca0b27c0607f4f1025050
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,265
Size: 1.00 vMB
Total Fees: 0.04334202 BTC
Feerates: 101.65 > 4.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (384,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,386 530,386 0000000000000000000d6e9a06b572f1a9d765bc75bc9e3add8865595d40e1a8 1,349 0.59/1.00 vMB 49
530,385 530,385 0000000000000000001add5c0da07ac67536318a8e14b23c7e5fe37320a5f73d 236 0.16/1.00 vMB 34
530,384 530,384 000000000000000000332f4032babc1a239afd57195320a3d4ee05c794506f91 1,361 1.00/1.00 vMB 19
530,383 530,383 00000000000000000005fc17f8c7e88e803a117f318ca3df207d636df08a000d 202 1.00/1.00 vMB 2
530,382 530,382 00000000000000000008addcac3f35b9829473e8347925370dacc8047235358a 1,301 1.00/1.00 vMB 5
530,381 530,381 00000000000000000002cc54fc9c6cb63e6979e72ac85f8c86e4c86f9ee19e3f 2,666 1.00/1.00 vMB 35
530,380 530,380 00000000000000000032d49ad89a7d8cb59b8ffd13e4c5b7f5747b9070ecaf07 1,299 1.00/1.00 vMB 15
530,379 530,379 000000000000000000220da98e1a7784e6b3a421e5e21d0c17bda142e23f542d 1,670 1.00/1.00 vMB 17
530,378 530,378 0000000000000000001f8535f6b02c29201ca9318dffa9e8f48c3a89ef821baf 346 0.99/1.00 vMB 5
530,377 530,377 00000000000000000019b5f5965af5817e89404f8d9379c245c8e69a0185d1fe 742 1.00/1.00 vMB 4
530,376 530,376 0000000000000000001776b45392cb981ba48a9a5669a80469d462f08da188a2 2,344 1.00/1.00 vMB 31
530,375 530,375 0000000000000000001803e5b333017c2bde4a0fdafb88ee6f2e627e291a1e86 1,129 1.00/1.00 vMB 4
530,374 530,374 0000000000000000000021d2062e376a5edf513da21cc3e2639fbf1cd73140e1 1,810 1.00/1.00 vMB 9
530,373 530,373 000000000000000000139ad56989c49c6531aa2884c5781260458bf218220f1e 2,119 1.00/1.00 vMB 7
530,372 530,372 000000000000000000077ec7ba43e088551acf07c92f133b7172a0636724178f 2,259 1.00/1.00 vMB 23
530,371 530,371 0000000000000000001c379280893dec7b0f01bb81be4cdc7f77188f09964ce5 3,242 0.97/1.00 vMB 36
530,370 530,370 00000000000000000018278466c2b87b8bb3ac6a2bdd32d2ed7e6f0f6e58c61f 2,885 1.00/1.00 vMB 28
530,369 530,369 00000000000000000012866448ada3da8aafb426c34c6e85d753cd1f9f22a029 1,677 1.00/1.00 vMB 25
530,368 530,368 000000000000000000310cb32b1fd9dfa7a8dac5f375775e9b3d75b22dddcab7 2,609 1.00/1.00 vMB 10
530,367 530,367 00000000000000000015cbde753b7e6526f3c790014a1b68759c19babc54918e 2,399 1.00/1.00 vMB 35
530,366 530,366 00000000000000000003d7206fc85beee9e098c00098026516944070b4daef62 1,549 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.02 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.