Loading Tool

Explorer IconExplorer

Memory Pool

67,721 transactions
26.10 vMB
0.06173481 BTC
Random Selection Loading Transactions
Max Size: 156.64/200 MB

Candidate Block

Mining Attempt 5cfc74ceb491d29eb03f7b01233099e5ebce3fc0811526a2da358196af60bf53
Version 20000000
Previous Block 000000000000000000018d0d78720d3175d7f70f46b866504cf923bc2a4f157d
Merkle Root ec325e1c98c857b50cc4620d2e45c19596ca5445b683e3b058344d5119672bf4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 915
Size: 1.00 vMB
Total Fees: 0.00640508 BTC
Feerates: 40.21 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,487 (801,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,576 113,576 000000000000240f0ab826f51cb5833e3fb49d25823b3dcfc7b27673033e9d73 15 0.00/1.00 vMB 840
113,575 113,575 0000000000006d779cef09c8a4ec2a3b86c430f6c1137410345a3e1fbb8066c3 10 0.00/1.00 vMB 621
113,574 113,574 00000000000083ecc18d1aa0c1d64811160e0c7a7d004071aa932f38f098a3cd 21 0.01/1.00 vMB 890
113,573 113,573 000000000000cb1835fa9b0ce0c90aadf0e78c16ff491e14b0586692d7f5f48e 10 0.00/1.00 vMB 567
113,572 113,572 00000000000023b47fb1ec41ab4992978b62d87c04230758c44e7a1d60d8c9e3 13 0.00/1.00 vMB 0
113,571 113,571 0000000000001e7d304068005aa7ccf3efe9d78d082d21606d8a18bc5b773132 13 0.00/1.00 vMB 668
113,570 113,570 0000000000000d5fcf242f09229922bcbe7aa19d88750226a9a7ad5437a85f19 11 0.00/1.00 vMB 605
113,569 113,569 000000000000a6b66880e65b5e6a3b2453c29f1c7744b529a29bcc27c68dc3af 11 0.01/1.00 vMB 595
113,568 113,568 000000000000aae0ef2e53afcaa6915e389a571b4784b1846cea96dab326aa04 11 0.00/1.00 vMB 355
113,567 113,567 000000000000bc7bbd10f3e7d0e7a3771a54fba0700f9dee9b59d058ec48ebc4 379 0.10/1.00 vMB 1
113,566 113,566 0000000000000a78516efa45d15cd6ec328a8612281e82d5386a115bdbda2af2 9 0.00/1.00 vMB 0
113,565 113,565 00000000000033bd1c67cbe0d9c40490cb96ed90f82c03e61aeff7ffc33cfea8 9 0.00/1.00 vMB 318
113,564 113,564 00000000000014650440a8c4c8fac026aa9e50de38e11d87b1edad13dc7de341 34 0.01/1.00 vMB 1,229
113,563 113,563 00000000000009308a3f5a04b1af98300056ebed00bd417353b3fd8880a3ed5b 14 0.00/1.00 vMB 230
113,562 113,562 0000000000008c8e3de026ccf6b49ac4366a49062a1a03099a1f433447b03a18 2 0.00/1.00 vMB 3,928
113,561 113,561 00000000000049ce973dab8bf1d43aa4ee6c8e356bc9dec82e0edf89197b9bd2 8 0.00/1.00 vMB 0
113,560 113,560 0000000000004473016f1be22d0579764ddc7fc418f47bee00182a9c26f77ff2 19 0.01/1.00 vMB 1,621
113,559 113,559 0000000000009804d0dce4026041112407647a507d4c43de23ee93cac0bfd410 33 0.02/1.00 vMB 321
113,558 113,558 0000000000003254e0623d71f06f2ad878bf932ec2c0482f26d5ae87e0011986 11 0.00/1.00 vMB 0
113,557 113,557 0000000000007acd10c79b25d603851e8a00213db57363f37c9d770d5e1d943c 10 0.01/1.00 vMB 165
113,556 113,556 00000000000078bb869d36305b3c65758a8459ab81bc04e749b3540e50477acd 46 0.01/1.00 vMB 834
Previous 10 blocks ↓
Total Size: 783.24 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: 759.90 GB
    • Received: 19.09 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.