Loading Tool

Explorer IconExplorer

Memory Pool

78,247 transactions
29.03 vMB
0.07322239 BTC
Random Selection Loading Transactions
Max Size: 176.02/200 MB

Candidate Block

Mining Attempt 2a3bbc068714b53e6082818b0897a3d542dbfe82af77e36500371e4808f480b2
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 88d594cce04d057cd33ea2ff98737788fbb3e5b729d8dd4f239e44824b40c352
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,320
Size: 1.00 vMB
Total Fees: 0.01269494 BTC
Feerates: 502.67 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (267,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,654 647,654 00000000000000000009e36581aa78e071b2b1f82bb651ad59efb2ca00faa7bc 886 1.00/1.00 vMB 3
647,653 647,653 00000000000000000006d33f2d84a95ce301a2520fbcc4f78f729c298c548411 1,600 1.00/1.00 vMB 29
647,652 647,652 0000000000000000000da61ccf1515bcfcedf1cc39c9884ff00642caa9f87008 1,853 1.00/1.00 vMB 15
647,651 647,651 0000000000000000000514470b3686689e5ebb6c48635beef065dc27aa2698d1 2,324 1.00/1.00 vMB 79
647,650 647,650 00000000000000000005b3518b692b9c40b8b97d7b62c0076c4dce53d3404e24 2,399 1.00/1.00 vMB 70
647,649 647,649 000000000000000000045d7e5371b4b4a60590d2489613c847560b07773311bb 2,428 1.00/1.00 vMB 60
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
Previous 10 blocks ↓
Total Size: 782.55 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: 669.65 GB
    • Received: 15.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.