Loading Tool

Explorer IconExplorer

Memory Pool

78,325 transactions
28.72 vMB
0.10566142 BTC
Random Selection Loading Transactions
Max Size: 174.71/200 MB

Candidate Block

Mining Attempt 98d48a84efa102c7317073d66bb3f3b7b16025dadb9f4d6149109af6a5a62e9d
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 445c9d21bb40c5b27e4efa7897593fd397439965eb3fa56fbd203f3e174f8053
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,936
Size: 1.00 vMB
Total Fees: 0.03769405 BTC
Feerates: 602.26 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (589,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
325,946 325,946 000000000000000000b6ef97ec58386728462a3cca686db2eae5bf7cedb504a2 9 0.01/1.00 vMB 9
325,945 325,945 000000000000000015dcb3df84aa0dcf597c02be061b379a68e6bee1bdc1a660 67 0.04/1.00 vMB 24
325,944 325,944 0000000000000000084161579deda14470e82a81aaab1224bdb68d53b6033af2 340 0.19/1.00 vMB 22
325,943 325,943 00000000000000000971d68f6d5fa891f4319ed52dd72c85ffa8ec04d83c5c35 782 0.47/1.00 vMB 24
325,942 325,942 00000000000000001430a7b125e9a87b82cf73b3d918973674f9882c47628a9d 32 0.02/1.00 vMB 18
325,941 325,941 00000000000000001076fcd2e4617ef4e8acd75c42af917053528267297b5e72 423 0.29/1.00 vMB 18
325,940 325,940 000000000000000009f06b271ee5ded575a1b809b34895ddd9efc9fd9c68d26f 849 0.35/1.00 vMB 36
325,939 325,939 00000000000000000d701624dbd00af0c1c0a1f4f1fec9387af8567478dec3a7 55 0.03/1.00 vMB 6
325,938 325,938 0000000000000000016ed6a44ec97e8be31e8b5adc5c766fd0322c6360430a88 583 0.36/1.00 vMB 22
325,937 325,937 000000000000000011185270aaabe1ffc59cf0b6b3f6693576bfadd65eb4405a 808 0.35/1.00 vMB 32
325,936 325,936 00000000000000000b5875bc2935ffd2b50e61e8899aaf471fafd0c1fb2a9680 456 0.24/1.00 vMB 29
325,935 325,935 00000000000000001a30de9f11b43f5cc94333c5fef7b9c228c474f6580dbe57 305 0.19/1.00 vMB 22
325,934 325,934 00000000000000001ef5b273ce12ad4bbcc8c2ec7a1cd51efb138ba9a911c5d2 456 0.26/1.00 vMB 20
325,933 325,933 0000000000000000162beeec23f4c5e3cde6f3dc732b8629e630367fd9d4c0e6 1,568 0.75/1.00 vMB 31
325,932 325,932 0000000000000000188c97d78064bfee1a6f4c9d0b5987fc19bf2667eaca6f4c 1,456 0.75/1.00 vMB 27
325,931 325,931 00000000000000001b66ad7c1a5b36bb8b4a3ceb0f3278aa44a25d6e01ea5c35 785 0.43/1.00 vMB 33
325,930 325,930 000000000000000002e08c82bbfbf99cda913c4693d967535896444d490975e1 502 0.25/1.00 vMB 37
325,929 325,929 000000000000000005e48f611ef73658f49d06c46dc778b2efd629896d223d61 831 0.43/1.00 vMB 26
325,928 325,928 00000000000000001e9db11ba094a6f857e4b12e9436b343d622b2c7f36f53b0 116 0.07/1.00 vMB 28
325,927 325,927 000000000000000015a3c14b4048363d90a4119e2219f749dd2e01b0b2cdced9 382 0.19/1.00 vMB 28
325,926 325,926 000000000000000015b95c76cc5d8f438e38392e01150f18b09791d1b5ae3802 138 0.09/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.92 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: 714.39 GB
    • Received: 17.53 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.