Loading Tool

Explorer IconExplorer

Memory Pool

75,280 transactions
30.81 vMB
0.09589720 BTC
Random Selection Loading Transactions
Max Size: 180.89/200 MB

Candidate Block

Mining Attempt 179deb2884a06500ffdf6161c23f1a5902b4e55c36fb7790a39214c26ba9577c
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root e04dd49f5b4b9758dbad0c474be1eb18cdd4efe9da8290d1f4f6d0a890285360
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,023
Size: 1.00 vMB
Total Fees: 0.01746392 BTC
Feerates: 301.35 > 1.75 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (17,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,880 897,880 000000000000000000020cca7fe5e8b3460ccdb574d7718db12874b2a5a8fbf6 3,513 1.00/1.00 vMB 3
897,879 897,879 000000000000000000006167a0edd7d448cff9b64b56d097a219d816370a9dec 3,546 1.00/1.00 vMB 4
897,878 897,878 000000000000000000004888e407d5fa7531e6f7c70679d1820c6fcfd2dcc22b 3,528 1.00/1.00 vMB 4
897,877 897,877 000000000000000000007f380c0123f26fd13528b635a8befad46685ff454558 2,944 1.00/1.00 vMB 8
897,876 897,876 00000000000000000000c92e337ba4c03e9d218d952458283741c6dc1df7145a 427 1.00/1.00 vMB 2
897,875 897,875 0000000000000000000232fc651857e33f38a5c9b106e1592b7641bdd20115c8 2,976 1.00/1.00 vMB 4
897,874 897,874 0000000000000000000182d579480e01560eaefdad60a4f89d9fa329d1f01c3b 3,226 1.00/1.00 vMB 5
897,873 897,873 000000000000000000018cc157b22b0b748208c58dd1a59d88d3d69ca34f1690 3,544 1.00/1.00 vMB 7
897,872 897,872 000000000000000000003076dc881940e372a6e5de2eb6056242ceaa8e820fb4 3,008 1.00/1.00 vMB 3
897,871 897,871 000000000000000000014f3046a963029bda4d8cec93bc12fc08a7e4b9a7f3b6 2,855 1.00/1.00 vMB 4
897,870 897,870 00000000000000000001e3746c7939ef687ff69ab212b551ca8ebf02addbcfaa 3,346 1.00/1.00 vMB 8
897,869 897,869 0000000000000000000171f47a56dcc7e5ff575c1fb76a6d585f202310c6e382 3,731 1.00/1.00 vMB 3
897,868 897,868 00000000000000000001afa74db1e4e27d84e3416c4393272c98bfcf85053d41 3,531 1.00/1.00 vMB 7
897,867 897,867 000000000000000000020668d936ab151a62152d0fc4e8686bfc68fbc7335d3f 4,371 1.00/1.00 vMB 4
897,866 897,866 00000000000000000001cc781994f1bc1c4b175141dadaf5b91dd9e4f1544dad 3,358 1.00/1.00 vMB 6
897,865 897,865 00000000000000000001bbb2f96f65a2510634f834e9c6c267ca50a6758df5b0 3,416 1.00/1.00 vMB 7
897,864 897,864 00000000000000000002239bcd7cc41c2000e2a2e4ca50328f18f664edc96f36 3,623 1.00/1.00 vMB 9
897,863 897,863 00000000000000000000be3964201ac0bf702edefb2f84c5b45ebd8b2b024152 4,498 1.00/1.00 vMB 4
897,862 897,862 000000000000000000018127dec567915fd6e6d2f2e3233379b82f8737609189 4,077 1.00/1.00 vMB 5
897,861 897,861 000000000000000000001b04b5ff09ecb429451b5303406b5f3861097b5127e3 3,093 1.00/1.00 vMB 5
897,860 897,860 0000000000000000000125ff5d38f49603bf291c5d012ba8974415bd05e16b4b 3,437 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.12 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: 739.09 GB
    • Received: 18.62 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.