Loading Tool

Explorer IconExplorer

Memory Pool

60,981 transactions
20.39 vMB
0.05456167 BTC
Random Selection Loading Transactions
Max Size: 129.01/200 MB

Candidate Block

Mining Attempt 2dbe7614a81bae66e6d2765b06b697a269ae5ed15f860381d82ccff788524d91
Version 20000000
Previous Block 0000000000000000000128225eb65351aaca98190844727dbb5b262a70ee63ae
Merkle Root bf5f27a75d88f1b3d94e2430e9ed6ed5ab77232f352047ac7f7b0be04a900fea
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,653
Size: 1.00 vMB
Total Fees: 0.00800788 BTC
Feerates: 71.64 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,679 (868,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,637 47,637 0000000008510a4837237d69aacc50b00754ec03f231febda4ef0e3f5d95a40f 1 0.00/1.00 vMB 0
47,636 47,636 00000000228649a94b59ee3b1bc1be20a7d9c8e7dc1b30a574a75f26f072c348 1 0.00/1.00 vMB 0
47,635 47,635 000000001f75f92df4f48355c4777f7a9ecb6c85eb6de3af91d7b9ce6a9e522d 1 0.00/1.00 vMB 0
47,634 47,634 00000000173784e9a50a155c3be280b512cd4f79aa3d9ed1acd8aebc48c437e8 1 0.00/1.00 vMB 0
47,633 47,633 000000002964f73d6e1ad0edfe721f55b5ca69d7c1d93dec94cc65ec169d5bc4 1 0.00/1.00 vMB 0
47,632 47,632 0000000002ebe92dfbe1785b050e49e596a3061037fd68c4c1657a693f869835 1 0.00/1.00 vMB 0
47,631 47,631 000000001848c48a243a6c049c3005ebf6baf443dd0962f2ae56aabf1cbd467e 1 0.00/1.00 vMB 0
47,630 47,630 0000000017c4f88a203ee42f2778596ab069aa268dbc40f68212480ff743dfb0 1 0.00/1.00 vMB 0
47,629 47,629 000000002c4d5b2c12a71d7f886cad1a55f07ab15e3c3a60b22ee3f98a236686 1 0.00/1.00 vMB 0
47,628 47,628 000000001df8edc7652a5da0cabfc11ddf44ce5e154431257a1a56da492a89e3 1 0.00/1.00 vMB 0
47,627 47,627 000000002ab484f445dd5f717b5900847bf09f62582a88af10574e7cd46e9f44 1 0.00/1.00 vMB 0
47,626 47,626 0000000012080797003adb72194771275066d87e2746451bbb0f1b94ff459080 1 0.00/1.00 vMB 0
47,625 47,625 00000000348c0c09e7297e65b2180b3edab9d7413e041a246b53490f9b4013b9 1 0.00/1.00 vMB 0
47,624 47,624 0000000016d929676e56d9f0232b48f3f1150ac38f278679fed12fb14499bfcb 1 0.00/1.00 vMB 0
47,623 47,623 000000001220c342c34a1d318cc9166b575ff79b056a8616705fb604a703407a 1 0.00/1.00 vMB 0
47,622 47,622 0000000011b10336bd074aa4b460e273c525302e4729708fa381def83aa1bff6 1 0.00/1.00 vMB 0
47,621 47,621 00000000063e38b44ba53c13bccab58e9e82893d6452064d43aa055224cf2168 1 0.00/1.00 vMB 0
47,620 47,620 00000000052dace201bee9af4368b02fcb1fdc0b8c4843b640f856a06b187fa3 1 0.00/1.00 vMB 0
47,619 47,619 000000002d41c384f086552eded0f20ff11e3dbc7020b922f106e5c9d5de42eb 1 0.00/1.00 vMB 0
47,618 47,618 000000002cbeda1be7415cc1b4f0a06400bd3bcb600fb0933a11ec74ca2f0097 1 0.00/1.00 vMB 0
47,617 47,617 0000000020e42718dbb1b0165a03ebcaef1e0121ef544b004e372db39296c10e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.56 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: 774.34 GB
    • Received: 20.68 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.