Loading Tool

Explorer IconExplorer

Memory Pool

21,217 transactions
9.36 vMB
0.11276720 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.47/200 MB

Candidate Block

Mining Attempt 5d295acb1213a24ed7af749c0db3db56ec58955825a27d74580407168b3bd213
Version 20000000
Previous Block 00000000000000000001af40f37948f8002f4ad5d51161d9ec1b5afe1feb51cb
Merkle Root ab1eb8a46e7777b8497b59cff3f06c94d24b39fc8924609012f046117485ddea
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 1.00 vMB
Total Fees: 0.08792517 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,425 (759,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,798 153,798 0000000000000245d1536af1eafdb541df63b94e6b061d0359e01e5204c349b0 27 0.01 vMB 142
153,797 153,797 0000000000000c16909729cde1678dfdc60ea4cd811adcb546d21a34747ab0aa 8 0.01 vMB 49
153,796 153,796 000000000000027d670ca403575c3f3ceae4e134ace2931101150f1f0cf87f1c 7 0.00 vMB 659
153,795 153,795 00000000000005f449a918c258210a9ce7dfbe3fedb950719b8b578d636e23f9 122 0.04 vMB 64
153,794 153,794 00000000000003a5686d6a38e09468682f597de1c42edebfe264d15a06f74c56 9 0.00 vMB 28
153,793 153,793 0000000000000353f5567c297e77557a9b2e9b84d3aceb84ecc2eac4ea63ad5a 33 0.02 vMB 46
153,792 153,792 0000000000000dd99dcffb1927caebe1b167a166398eed7399a2b2b02b280413 103 0.05 vMB 31
153,791 153,791 00000000000004288af7f163ebbbe8d60476f76c52e49e6977f956dfd38fed70 52 0.02 vMB 102
153,790 153,790 000000000000022c526e0b2face601e86202f098c69580de28f030143d20b5bb 10 0.01 vMB 282
153,789 153,789 000000000000057f3c49edaf2bd0f12afc446da0073be35e8dd0bfc137a8f608 8 0.00 vMB 346
153,788 153,788 0000000000000ad88f8d0fcf3400499b3761df21fbbe7cf69bf564c273157354 13 0.00 vMB 245
153,787 153,787 0000000000000a59cb19a6f504df54d1943df203726ac3a4b1eff478829da2c4 27 0.01 vMB 123
153,786 153,786 00000000000001b39a58e270fc015f1b4ac85875af523ce241753a0fb7f3b2aa 115 0.05 vMB 52
153,785 153,785 0000000000000c5a406b99d1ed3b40486e9d32acbef13b2543783663c1353d4d 46 0.02 vMB 107
153,784 153,784 000000000000020afff0354603d1babca8ca6d01adcb06dfed9edf7ebaa0a81b 7 0.00 vMB 74
153,783 153,783 000000000000073ccece58b818902ec1e852f5b6278c930166eada66b10a253a 47 0.02 vMB 11
153,782 153,782 00000000000004ecda2d7e487464c3c2a7943d9855bd0caece123dc37b18b1c2 8 0.02 vMB 69
153,781 153,781 0000000000000bb44d01b8fe8f95d3372c3a734086bbb728c45c227281df463f 11 0.01 vMB 33
153,780 153,780 00000000000009b520178f28de96ad2fbdee5998b9f9c2ae7b8036a57e396be7 11 0.00 vMB 302
153,779 153,779 00000000000005188e14aef30aebadf3e8f96575ffafcfb4ceffad4049ad4a28 12 0.00 vMB 130
153,778 153,778 000000000000038f3063fbdb3806acec00ba1975cefe6c475feda5890fc4c892 75 0.03 vMB 193
Previous 10 blocks ↓
Total Size: 779.61 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: 299.36 GB
    • Received: 1.29 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.