Loading Tool

Explorer IconExplorer

Memory Pool

40,910 transactions
28.85 vMB
0.07875151 BTC
Random Selection Loading Transactions
Max Size: 146.86/200 MB

Candidate Block

Mining Attempt 559ebc31f2eec2b56e9d726ac1ca1560ad7d476651d9be2a27c42fefdf551ebc
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 613f9dd43bc1c7d34aeeae1c19350cb139e89b5cd223c40262b7eb084c09384a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.02264305 BTC
Feerates: 150.93 > 2.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (861,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,807 52,807 0000000013b0eb48da2ee4b5f752f2c02d7e091c81f8d571ab79ffc96cfe60c3 3 0.00/1.00 vMB 0
52,806 52,806 000000000be2352c019d8cbaab000756a115ea906465af164765d9810efd8d52 2 0.00/1.00 vMB 0
52,805 52,805 0000000009c6ebaf84e9e3088de1609893878f78783cec0ac937c906698b5599 1 0.00/1.00 vMB 0
52,804 52,804 0000000002414bd8a98d2e77fe361e0adef05f3359eff6cf0e82c18ff283abe7 1 0.00/1.00 vMB 0
52,803 52,803 00000000018acd194274ad48b01ca37aac6f4fda23ea5546fbabe7f5b162c560 1 0.00/1.00 vMB 0
52,802 52,802 00000000028614331d138dfd253fdea37d80bcf270fb259f6d609c55870f04c9 1 0.00/1.00 vMB 0
52,801 52,801 000000000e5ad0f67775531e1456e1a0bc2b74d560b909e96c02c843a0fd53ba 1 0.00/1.00 vMB 0
52,800 52,800 0000000003e5b9f423b612b022e49176a681d62dff2273196ba6814c6a901880 1 0.00/1.00 vMB 0
52,799 52,799 0000000000d49359951482e4ccbeca3921aa771019f130355a99f1c0db389955 1 0.00/1.00 vMB 0
52,798 52,798 000000000e6e0a44eb7f0210e0e3e70a3b719c9bd591791eb65eb899da700325 2 0.00/1.00 vMB 0
52,797 52,797 000000000cfa41f5d314d6371d45a2119dbfa0cae68fcdbbc3aeb5a5328027e1 1 0.00/1.00 vMB 0
52,796 52,796 00000000007ac840b72c971300c2de05bac59fa1974bcf7324195e98711fedc3 1 0.00/1.00 vMB 0
52,795 52,795 000000000fca5ed5492c1bd6c740812aa3905c04a56d78411ffe32bcad6f0959 1 0.00/1.00 vMB 0
52,794 52,794 0000000015e387cde430f859c126d77a1d817c6ef475bc7de73dd030dee2dfe1 1 0.00/1.00 vMB 0
52,793 52,793 000000000c1a856e7055ad6b48072248a5588d555e0b2f752e9eaa85cbe846bb 1 0.00/1.00 vMB 0
52,792 52,792 000000000e411e3dcc44ba74e319c9fc0e9e587fb5bb1307f482475f40149c76 3 0.00/1.00 vMB 0
52,791 52,791 0000000008ff4d0dc06ec46dec8bfdd907cd42cad438b8f71b3e5cc649aea250 1 0.00/1.00 vMB 0
52,790 52,790 0000000005b0df72ca8169f927648851f0f127704dc92912f19d552a1b480828 1 0.00/1.00 vMB 0
52,789 52,789 0000000010075ba84101d6c59ac895ca3372591ee2868fb43955e772ff2987a7 1 0.00/1.00 vMB 0
52,788 52,788 00000000044a3046f7988714dea8c9a7227db23af845cb23cae9a8f6819af732 2 0.00/1.00 vMB 0
52,787 52,787 00000000008f56adcde0f7c372f25248e505e5059e7e85e7477be262710a594e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.70 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: 629.15 GB
    • Received: 11.87 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.