Loading Tool

Explorer IconExplorer

Memory Pool

73,967 transactions
27.33 vMB
0.06644778 BTC
Random Selection Loading Transactions
Max Size: 166.87/200 MB

Candidate Block

Mining Attempt 26d4f9e0c3813b06380772fdeb81dcfe914a4e2916e1751482210dd0eab12f92
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root a51457ae4c94c30263cbdc0ab1ae33ef594e9e3c75fa7c8c38c44903b84379f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,457
Size: 1.00 vMB
Total Fees: 0.00830986 BTC
Feerates: 73.20 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (460,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,800 454,800 0000000000000000022216e4ef8c16680ff3b3a134f2df7f8dab60246b47513f 1,665 1.00/1.00 vMB 103
454,799 454,799 000000000000000001242bae26da9276168578b966ca29dec3cdba717d07bef9 1,966 1.00/1.00 vMB 112
454,798 454,798 00000000000000000011b4593fdf99dd10d132f03d1b6a1e1c6e69a4f5871f06 1,934 1.00/1.00 vMB 158
454,797 454,797 0000000000000000020b02f622f5cb763bbd3671a2c0088bde592de5360caf32 2,515 1.00/1.00 vMB 158
454,796 454,796 000000000000000001da8d434fd8a8182a240a8e45f5ab9163a6041215da53af 1,993 1.00/1.00 vMB 129
454,795 454,795 0000000000000000016db87296d9965c5e0fd93f5e44d02f0a383f8eae0b2bb4 2,488 1.00/1.00 vMB 137
454,794 454,794 00000000000000000279137fcc26f01fc21db72e58ff37ec5fa280ee5f6f9480 1,555 1.00/1.00 vMB 98
454,793 454,793 000000000000000002112076f3f17dc727878030bb72bd369a067afd9c20e861 2,112 1.00/1.00 vMB 127
454,792 454,792 000000000000000000a9400be3a8807dc2b9359d6724b1b5927e175b29ee6fc9 248 1.00/1.00 vMB 44
454,791 454,791 000000000000000000892e9df50df3608db8c199703a6fcfbd5f0e27f70ada08 688 1.00/1.00 vMB 73
454,790 454,790 00000000000000000093886bf36477a0e08df3d932407f99cbbf08c1145307b3 593 1.00/1.00 vMB 65
454,789 454,789 0000000000000000020880ff47d95ea3940a4d59ca13a1f6e1bff4cc20e893b2 1 0.00/1.00 vMB 0
454,788 454,788 000000000000000000a5202f8d89620eeb9f372afefa81bf65917f61e96e966c 425 1.00/1.00 vMB 56
454,787 454,787 000000000000000000d59b97e785b73572671a5d2fdee2a8eb88524d03ab6b2a 2,171 1.00/1.00 vMB 113
454,786 454,786 0000000000000000009a8c1f9088cd0b61802252ed34d62d57c6b7aa99943524 2,492 1.00/1.00 vMB 159
454,785 454,785 0000000000000000006d3c0d5771830f3eceaffe8148a0a3cb4a32b8193c9328 2,002 1.00/1.00 vMB 113
454,784 454,784 00000000000000000202d784abeabb8f4f0f54871cdf17cf8c14b2f9d32710d1 2,841 1.00/1.00 vMB 150
454,783 454,783 0000000000000000013b9531b3b03424d022b7b057c897430acd6a22229ea50f 724 1.00/1.00 vMB 65
454,782 454,782 000000000000000000ff463b83e826f0be59d02bcae43e18ab05698b0a7c69c2 1,305 1.00/1.00 vMB 88
454,781 454,781 000000000000000000d6c6d44ef049c585d1d49003b26e1df7bc165c785307a0 1,534 1.00/1.00 vMB 81
454,780 454,780 0000000000000000023597baaefda392f1ae7a72004ff7dba00f72b4325cbc45 1,363 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.