Loading Tool

Explorer IconExplorer

Memory Pool

83,529 transactions
30.72 vMB
0.16941460 BTC
Random Selection Loading Transactions
Max Size: 186.40/200 MB

Candidate Block

Mining Attempt f2fdf2c86a2d2824a2b110175d730da4c14764071b6c8a6766f4335cebda01f1
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 6114ee94e7e2e05b2a34eb3a24d62154967b4211a43e720b3fbf242bc68a5815
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,995
Size: 1.00 vMB
Total Fees: 0.08716646 BTC
Feerates: 150.79 > 8.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (52,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
863,007 863,007 000000000000000000013b97259b6381202e550bb6935f781af147ede9cb312a 4,502 1.00/1.00 vMB 3
863,006 863,006 000000000000000000002c5478090f6aaa91cb4dff4548614578ee9559a8ddfb 4,756 1.00/1.00 vMB 6
863,005 863,005 000000000000000000004f87aebfb083313f94dfd0f2aaafdea30b473a74a2e5 5,637 1.00/1.00 vMB 3
863,004 863,004 00000000000000000002631d5254dcee3ff4b671f62aa32806986c83d2257d98 4,008 1.00/1.00 vMB 5
863,003 863,003 00000000000000000002569fc86569b84f401d94c4a37799c6c9a3c809600c3c 4,506 1.00/1.00 vMB 5
863,002 863,002 00000000000000000001543889fbd18d9bb194359b3f71eaa3e19205b7aa3474 3,659 1.00/1.00 vMB 9
863,001 863,001 0000000000000000000195c430a352424638ea8dd91ec80472b01dd090b12259 2,985 1.00/1.00 vMB 5
863,000 863,000 000000000000000000004e39c557f44435e2a4dffc9fa614765ee593583317c0 3,077 1.00/1.00 vMB 7
862,999 862,999 00000000000000000001e61a3219826ac91a92f95ab2b4a9afc0c0b392ea0066 1 0.00/1.00 vMB 0
862,998 862,998 000000000000000000010af492c9ba0678c2ee484a4f028dc5411265f7f6bb47 3,148 1.00/1.00 vMB 6
862,997 862,997 00000000000000000001ba219e5b772458eb0b947bb8000490f0f9c6ac26b84a 3,506 1.00/1.00 vMB 7
862,996 862,996 00000000000000000000da00b623b0bf3b477b64e4965b9b994b38cdbe98b88f 1,644 1.00/1.00 vMB 6
862,995 862,995 00000000000000000000a047d8eff88e61b89716d18d2040c707786c4c3bcafe 4,292 1.00/1.00 vMB 8
862,994 862,994 00000000000000000000ccc9dd6e962bf6b2b0955db8583122e6c6e7ffb4f709 3,186 1.00/1.00 vMB 7
862,993 862,993 0000000000000000000055e2b1f940c675a966a22455d0703e3b75f4a70fdf39 3,242 1.00/1.00 vMB 9
862,992 862,992 0000000000000000000011582a071361c9eb0e78dbe0284d1ece6a86dcb83e7a 2,731 1.00/1.00 vMB 9
862,991 862,991 0000000000000000000133b499a83b1af4cd2161f85581ee7db0ae3c27d91989 2,764 1.00/1.00 vMB 8
862,990 862,990 00000000000000000001ee0f8307d312a4bde23957c3d1b7373d0c44d8971ee1 3,807 1.00/1.00 vMB 11
862,989 862,989 000000000000000000008b2fd45139922166bb274c9cf0912c06ae3143f53fcb 3,110 1.00/1.00 vMB 10
862,988 862,988 00000000000000000002738ff08a3b988a898edb006c0034d295f60ebbc19eed 3,841 1.00/1.00 vMB 14
862,987 862,987 00000000000000000000696de2fcccc126c490bd0272a4f75a4aec1c0b773be3 3,609 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.