Loading Tool

Explorer IconExplorer

Memory Pool

88,360 transactions
32.33 vMB
0.17320807 BTC
Random Selection Loading Transactions
Max Size: 195.76/200 MB

Candidate Block

Mining Attempt b3b99ec7c04b800e960cdb00200545066c968dbfdfe9118926dcf147583c4971
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 90ae7b9b1bca81c32c1037870264ccf766e77a621a873f0da41f2bae97146b9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,745
Size: 1.00 vMB
Total Fees: 0.08411048 BTC
Feerates: 216.64 > 8.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (267,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,648 647,648 0000000000000000000d3ee524a502bfd47919198e75969512d8d8648eaaff58 1,412 1.00/1.00 vMB 14
647,647 647,647 0000000000000000000cb6f556e44ce2f5ed92f8fa7b9f34add831eb4706644f 2,669 1.00/1.00 vMB 32
647,646 647,646 0000000000000000000cef350b2ca54caf9ed1cea252592615e94d4f950da237 2,157 1.00/1.00 vMB 25
647,645 647,645 00000000000000000006b52eeb3b8f64eedc46fb73e71477c35090f5c69af2a1 2,100 1.00/1.00 vMB 42
647,644 647,644 0000000000000000000f00ff480c0a14b4ff32dc9e47daf1715dbf666773f402 2,642 1.00/1.00 vMB 77
647,643 647,643 0000000000000000000f866376a564f04a406b742f6c3953a41bdfe8c9a99f0e 2,424 1.00/1.00 vMB 61
647,642 647,642 0000000000000000000d40d5e243f4deb73ee544114b3f24de0ef361c79227aa 1,667 1.00/1.00 vMB 104
647,641 647,641 0000000000000000000fb020a3b2ac69ae820c71e2a962b0211ae7730941eab7 2,028 1.00/1.00 vMB 115
647,640 647,640 00000000000000000003bf1fd0852e1594ba2af7fa753597c2ada9ff8d9677b2 1,898 1.00/1.00 vMB 40
647,639 647,639 00000000000000000007413d26a5e89500408d53985c13e8e5ef44647e6c12a3 2,320 1.00/1.00 vMB 52
647,638 647,638 0000000000000000000b9184d107d65b7f255017c5d227c30d5dfd27cb296f73 2,572 1.00/1.00 vMB 91
647,637 647,637 0000000000000000000801f462f8ee2ecdac8cbaea2f7acff5aac70b53f583f2 2,961 1.00/1.00 vMB 62
647,636 647,636 00000000000000000009c7a3617216ba19c18e8eac65c9941b8c0f62e50dcfd7 2,585 1.00/1.00 vMB 83
647,635 647,635 0000000000000000000af0b5813f84d574e4a9ef6bf08f692f606e744c25d389 2,755 1.00/1.00 vMB 75
647,634 647,634 0000000000000000000d3f57621ed17112a1a169c907ce77e65d5882f4c63a58 2,718 1.00/1.00 vMB 90
647,633 647,633 0000000000000000000afe64f8fd29af3d4859d127d3a7f02478738368fed788 1,948 1.00/1.00 vMB 83
647,632 647,632 0000000000000000000a3d92f498609a7d94e9182bb598e0286bd93359379159 2,351 1.00/1.00 vMB 92
647,631 647,631 000000000000000000093e0b7be4375926f18db9ae1775a514cf7a601c5c563b 2,848 1.00/1.00 vMB 94
647,630 647,630 00000000000000000001e27059ee29242115531630d8b46972f4eeffdeb9cf28 2,658 1.00/1.00 vMB 96
647,629 647,629 0000000000000000000800036eee0aff4fecf610a7293cabecdda9b2eb87edc5 2,758 1.00/1.00 vMB 100
647,628 647,628 000000000000000000061621159240b042cdc2cb1b2b5feee4619457d545c628 2,723 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.