Loading Tool

Explorer IconExplorer

Memory Pool

27,493 transactions
25.82 vMB
0.04763803 BTC
Random Selection Loading Transactions
Max Size: 138.29/200 MB

Candidate Block

Mining Attempt 7e21df394dd7278f087b93917bab7fd3d53cd5cb1d45013b7b0c43aa1940d888
Version 20000000
Previous Block 0000000000000000000185d77522918d571cb2ae794449a2171cb0c501d16ca8
Merkle Root fcd44afe6d8dae50ad8c96c01807d4bf361d1a74f4a251483ed5332f1ed0d9e2
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.01881662 BTC
Feerates: 128.83 > 1.89 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,593 (82,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
857,632 857,632 00000000000000000001cc62fdcd4a0bb5ff46bb5c4eac9b91a928343a241d5a 5,573 1.00/1.00 vMB 6
857,631 857,631 0000000000000000000010fc401ce296a95d02f5b395b65ffaf92a9c03a5603f 7,242 1.00/1.00 vMB 3
857,630 857,630 00000000000000000000597dcfc318ac1574baa9b483617d039c8cc7172ba4d2 7,541 1.00/1.00 vMB 3
857,629 857,629 00000000000000000002c1a30f1e8f8455d7ad5eb8f8846fa2de6941d0177221 5,913 1.00/1.00 vMB 6
857,628 857,628 000000000000000000013523b8f7c9a2b2453dc074b3b8b030e43183c9a7dfea 6,096 1.00/1.00 vMB 3
857,627 857,627 00000000000000000000eb5326305969f1e10c5e1ff073624b423164942c1363 4,078 1.00/1.00 vMB 8
857,626 857,626 000000000000000000005ec47c606328e1c7883a3d84d0ffea21f26962652e4b 4,624 1.00/1.00 vMB 7
857,625 857,625 000000000000000000019e353a6e83dd06b915b73b2d3b72a6ffaa822a27c4c3 6,719 1.00/1.00 vMB 4
857,624 857,624 000000000000000000023f5b5ab1b2e5b5ef90a64f93b520dda04e71f13b6333 6,284 1.00/1.00 vMB 4
857,623 857,623 00000000000000000002b6dc45167456c1713abc1f976aa0dee4652a93807ad8 7,765 1.00/1.00 vMB 3
857,622 857,622 00000000000000000000da851026aa4aa6403d7177fc44c933e55efb5c92632b 6,204 1.00/1.00 vMB 4
857,621 857,621 00000000000000000002e2f3e14b6dd9319f71cdd86bd9a5d8009fd4a9fa8db6 6,286 1.00/1.00 vMB 4
857,620 857,620 000000000000000000012c08766309cbdfb2f7e7bca32910d876c4864d7f2c87 4,893 1.00/1.00 vMB 7
857,619 857,619 00000000000000000002f9a89bbbde2951a8cdc489d54f39195c1c8f94ad43b3 2,021 1.00/1.00 vMB 7
857,618 857,618 00000000000000000001e39de851cf05ab107f36ea7497df3c8d58ae7ae79f12 3,255 1.00/1.00 vMB 16
857,617 857,617 00000000000000000002227a03866a3944056655823f9bec8eb77191d6fca2bf 5,557 1.00/1.00 vMB 7
857,616 857,616 000000000000000000000eebdc7d1097dc0caee5d639ba8a7711cc274f6cc923 7,395 1.00/1.00 vMB 3
857,615 857,615 0000000000000000000042b4ffcd8cb5743641d87e3c306c222b51c083b21c41 6,930 1.00/1.00 vMB 4
857,614 857,614 0000000000000000000297efc389546fbfc4701551b8e174b115ff3be77d65bf 7,791 1.00/1.00 vMB 3
857,613 857,613 00000000000000000001ae7ce4a66abdf3082ba8924a11abddf5963618458042 3,977 1.00/1.00 vMB 6
857,612 857,612 00000000000000000001ff89989db2eef029277c784bc1e04e5de40bde1440ed 3,666 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 827.83 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: 4,509.49 GB
    • Received: 244.39 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.