Loading Tool

Explorer IconExplorer

Memory Pool

78,741 transactions
29.45 vMB
0.11858681 BTC
Random Selection Loading Transactions
Max Size: 177.99/200 MB

Candidate Block

Mining Attempt bc753d8ee522c311d225981576d1a45c11d412c1b7cfbcf2aa8435707da961cc
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 7aa5078c3765f90be42931cc055785bbcfeb765003df44aad05b856b0f9f6cc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.04121842 BTC
Feerates: 198.58 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (366,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,622 548,622 0000000000000000001f23b669ef74fdd031e5809683e0131b8262a749ce7d12 1,611 1.00/1.00 vMB 5
548,621 548,621 000000000000000000249061705d5591fc9dc5832b9e7ec2b3ddd3faba1b2de6 369 0.21/1.00 vMB 25
548,620 548,620 0000000000000000001657f9db0ae4909c517cd7dcbe14c9f18be5e030054036 2,957 1.00/1.00 vMB 7
548,619 548,619 00000000000000000007b9c471ace1d2b2cca137fecb1ebd695325ec29e46b2e 2,815 1.00/1.00 vMB 20
548,618 548,618 00000000000000000023f06e14757f2afb9e9032ff9b5f446bddf9631145b978 3,141 1.00/1.00 vMB 15
548,617 548,617 0000000000000000001bba3ea2d86af090c404f6cb38b1d2c31c172983d1230f 2,605 1.00/1.00 vMB 9
548,616 548,616 00000000000000000006f8b527cfddacc0c5fdd783b82254a779d6f191bd5cd1 2,863 1.00/1.00 vMB 4
548,615 548,615 0000000000000000000e79a80509101379eff1ee519658e28fe2cfaccdc69524 2,615 1.00/1.00 vMB 18
548,614 548,614 0000000000000000001447a5603ba6184cf2e4cdd1a4ee81e52b848cc4361845 2,626 1.00/1.00 vMB 9
548,613 548,613 000000000000000000206e185d902dc47390245346d8cf8e19b02a7e698e876d 2,568 1.00/1.00 vMB 18
548,612 548,612 0000000000000000002079f366d34a4e3dfa68b799bed643f0bbf508090dee50 1,976 1.00/1.00 vMB 6
548,611 548,611 0000000000000000001ac0ae17e7681f600b9d1d599727352df7787c23514589 2,869 1.00/1.00 vMB 24
548,610 548,610 0000000000000000001f8f8da43dd65068f5dfa46da55bf7d4f85c0d92c7f121 1,328 1.00/1.00 vMB 14
548,609 548,609 000000000000000000161d83ee49bdc592500c249b536054c65f777db85698aa 1,202 1.00/1.00 vMB 9
548,608 548,608 00000000000000000002cf15b0bd3816ba27ff142f72c7300c166ff737fcd9b1 2,317 1.00/1.00 vMB 16
548,607 548,607 000000000000000000155b481429cac8790d0d8391747bce307563a898d38d47 2,350 1.00/1.00 vMB 4
548,606 548,606 0000000000000000000b07b29adc5b2b44a45fe84eff941f83da8d5f45258838 2,970 1.00/1.00 vMB 20
548,605 548,605 0000000000000000001b98aedbc5b0cdc6e5f3129d036ad4befc35d62176f93c 2,815 1.00/1.00 vMB 11
548,604 548,604 000000000000000000049f2e3ed30dd00e20ff70c11f6e2b2dd727d844768fa1 2,981 1.00/1.00 vMB 24
548,603 548,603 00000000000000000025091aeed0945ba8deaba73546f4507f6acbed71d51da1 682 0.24/1.00 vMB 17
548,602 548,602 00000000000000000019e1b5caa8bebac88e41a01c9d7c1eed12a1966e7b251f 3,026 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.