Loading Tool

Explorer IconExplorer

Memory Pool

75,935 transactions
28.39 vMB
0.06629917 BTC
Random Selection Loading Transactions
Max Size: 171.92/200 MB

Candidate Block

Mining Attempt e03a6f564a54c25eb990291d45a4228e4c018a9a6a3095c29ebd4cfa2033d582
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root a41d4494c4a5ae1082b21a8398e7c284259bd7754d6f641534e65eafc01d8320
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,695
Size: 1.00 vMB
Total Fees: 0.00756944 BTC
Feerates: 101.00 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (317,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,648 597,648 0000000000000000000b99b4522af475b5758950e30736dca7414a43ed7fc131 2,795 1.00/1.00 vMB 33
597,647 597,647 0000000000000000000c0de8d1b1d16c5b8a41503ac325acea3d089be3607c04 2,683 1.00/1.00 vMB 43
597,646 597,646 00000000000000000009b944fe1b221a71dda0456f4cf1855d63bef1655d3ade 3,394 1.00/1.00 vMB 26
597,645 597,645 00000000000000000009cc8f9302f492ee80fb6f005c80ad7d5fb96743434539 1,466 0.38/1.00 vMB 23
597,644 597,644 0000000000000000000c4f16bdde71439fd4e9d9d559b6448585d8afed761b17 164 0.04/1.00 vMB 32
597,643 597,643 0000000000000000000a74c7a0732075e7e0cd0cea972ccfa19c6a4168e5dd07 707 0.22/1.00 vMB 27
597,642 597,642 000000000000000000067ecc6db925003b14aa6d403b4552ca24041cffd3f08e 1,485 0.43/1.00 vMB 20
597,641 597,641 0000000000000000000d1f5a93cf08651f62453bfb5274a006994c6af35f1f91 2,387 0.68/1.00 vMB 28
597,640 597,640 00000000000000000012dc385d8e1ce2f400a1ca0640415ca89d028b3d40ca4e 3,091 0.86/1.00 vMB 22
597,639 597,639 00000000000000000010f20e88ddea21d0ac1b23e628436148f0e543e5c1d79e 683 0.19/1.00 vMB 28
597,638 597,638 0000000000000000000b934f9d9e9a6f6e558f8f376c504b2faa5232088d907c 2,659 0.96/1.00 vMB 10
597,637 597,637 000000000000000000142653c041894f58a7fe23659dfe0605791a836e550b82 2,876 1.00/1.00 vMB 45
597,636 597,636 000000000000000000007f8fb65cc57913eef3bf21e1541d42b236a320561a27 960 0.26/1.00 vMB 27
597,635 597,635 00000000000000000007aa446201a406776ebb350622c089fadaee6f3411c89f 408 0.12/1.00 vMB 32
597,634 597,634 0000000000000000000d9fdd711d23d56fa5663d8c6b4ff29b9a4f0b9ee996a8 1,019 0.26/1.00 vMB 25
597,633 597,633 00000000000000000002df0cd5b15031b32848c371cef831b14293ca70add904 773 0.23/1.00 vMB 22
597,632 597,632 00000000000000000005fffa9614f6e05f90ac5ab682a383cf8c03902e7f5791 424 0.16/1.00 vMB 17
597,631 597,631 00000000000000000004f8121cd83abca81f120f1d2d2df39c7a5e2313a88713 2,089 0.68/1.00 vMB 23
597,630 597,630 0000000000000000000dfa6c789dc695d3c97c19973cad210cf5f5eff16c8f37 1,681 0.55/1.00 vMB 25
597,629 597,629 0000000000000000000cad90e5f3ab3185fe262451a0137b4bdbfa0b6c8c6316 1,799 0.68/1.00 vMB 14
597,628 597,628 000000000000000000042001f7245f673161bd2f23e29294e197f956db965d07 1,706 0.57/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.