Loading Tool

Explorer IconExplorer

Memory Pool

64,999 transactions
19.14 vMB
0.05184486 BTC
Random Selection Loading Transactions
Max Size: 124.59/200 MB

Candidate Block

Mining Attempt e407111cd685ad5c4d0f187b5d568fb138632f36578d56c3bb8dd1e8ca5eeb80
Version 20000000
Previous Block 00000000000000000000c300deaf522131f71e3c3f3bfb91579918e2880c9d6b
Merkle Root b5a6eeb099534c7e82c8f66b395e2bac72c8ac345c0390a1d15045830015c05c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,936
Size: 1.00 vMB
Total Fees: 0.00835247 BTC
Feerates: 78.54 > 0.84 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,817 (831,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,844 83,844 00000000000de93558115f40aeb6b3bafc10be29cd1ceb2c6d31be36e6db19e5 4 0.00/1.00 vMB 0
83,843 83,843 000000000006c512873670dc3bcff2c753c10d68a65c112ab99625823609d49f 2 0.00/1.00 vMB 0
83,842 83,842 0000000000250d5559b5a7a588501b2e531ab1140d1bc8866d82c2d8186f18cc 1 0.00/1.00 vMB 0
83,841 83,841 00000000000f25fa1efc36745b02de1cb98f99693e3424d9d17d4419ed3b12a5 2 0.00/1.00 vMB 0
83,840 83,840 00000000001502dac21afb7764c3cebafd624073b2890baf9920f3a6f16a340f 1 0.00/1.00 vMB 0
83,839 83,839 00000000000fad1742f4bf3ecdbc98d2b1b92cfb30040647a1a253281af32a53 1 0.00/1.00 vMB 0
83,838 83,838 0000000000275cf2f22aace824373f220ef61d2eeec9f2a1ad43525d85d68e77 6 0.00/1.00 vMB 0
83,837 83,837 000000000018e2fcdc7a40236cb821f780094dcb1bbc1a19c7284e099bc41754 6 0.00/1.00 vMB 0
83,836 83,836 0000000000021d7d969e6536a0b53ca95e20d2a9c58edeb5817072cbda01bd5a 1 0.00/1.00 vMB 0
83,835 83,835 000000000016c467654e15380bfbacb0225c4ba12cfd3d15580baead9ac1f734 2 0.00/1.00 vMB 0
83,834 83,834 000000000001c883b3fa405d22ba481c9e8fc549101454e5c649d12c4c6143f7 4 0.00/1.00 vMB 0
83,833 83,833 000000000002b184842136943ce802421cdf3fbeb1a503b61fe8db661502b236 1 0.00/1.00 vMB 0
83,832 83,832 00000000002e5aeec62f4087da9e840841305d4aa85a119287519f3ddd2e6987 2 0.00/1.00 vMB 0
83,831 83,831 000000000022399d16707ffdf7d9be84e99ce0e406e2fe5d1174d7ac16c4b22c 1 0.00/1.00 vMB 0
83,830 83,830 00000000001515cbfa8209bd634473770abac96e9933c85c0820b1ef1e29702c 2 0.00/1.00 vMB 0
83,829 83,829 00000000002aa9923be6590c276c8f418e8159458f6b2f126d28084d961874be 1 0.00/1.00 vMB 0
83,828 83,828 00000000002c3a2e6b11cc6460877b1958b9a07784f1a88aacdaa498655f4fd2 1 0.00/1.00 vMB 0
83,827 83,827 00000000001b3c4760068df820c4dbbc05821b27dd96bcb5431205d7ff01063d 1 0.00/1.00 vMB 0
83,826 83,826 0000000000263a15ae9f5e571815450d6f9c3ca084b1e1256e5b60c494457085 1 0.00/1.00 vMB 0
83,825 83,825 00000000002c7b76ccf59e5a5f442c14b18943d8c5001848dcb14a43d8f1f687 1 0.00/1.00 vMB 0
83,824 83,824 000000000022a21e0bdaf83cbba8d7249286c827594f5678245ba5ede8b77b44 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.79 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: 786.60 GB
    • Received: 21.67 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.