Loading Tool

Explorer IconExplorer

Memory Pool

83,319 transactions
32.19 vMB
0.08606041 BTC
Random Selection Loading Transactions
Max Size: 195.41/200 MB

Candidate Block

Mining Attempt c18ceb313b1a3a27c9514acedad347f440e83a27c15543859e878e6afd16820a
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root adaac31de26c0b61b5b33425f2b8f38ca362f25d2563e05301bbe0e9bfc38d83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,511
Size: 1.00 vMB
Total Fees: 0.01547251 BTC
Feerates: 150.92 > 1.55 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (350,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,777 564,777 0000000000000000002628e694198a0dfc82d85e9cd066515351ac0a8da0e600 2,904 1.00/1.00 vMB 15
564,776 564,776 000000000000000000293aa74563f47a43c5c433218a92f5a9bd366d2f9ff789 2,714 1.00/1.00 vMB 22
564,775 564,775 00000000000000000002ee312e966a1d82371c0ef7fd6104d2798787433fe59a 3,270 1.00/1.00 vMB 43
564,774 564,774 0000000000000000000bb668848528f8d9f1871336facedd0f26900e8008bc06 1,880 1.00/1.00 vMB 23
564,773 564,773 00000000000000000022e6cd37983f0e3138c75295b9ae60b1d777edc7da75cb 2,941 1.00/1.00 vMB 51
564,772 564,772 0000000000000000000fc4d3d9a5ca54668477eced409573b73e8f7a019a2a95 2,532 1.00/1.00 vMB 14
564,771 564,771 00000000000000000009c921e314d779c83d151bd0f5aa76361855780838a2b6 2,825 1.00/1.00 vMB 26
564,770 564,770 0000000000000000000a046c1e5063d757826197b103a65f6c5b435f9d1d8a2d 1,620 1.00/1.00 vMB 13
564,769 564,769 0000000000000000001762e22a7d7b12d39ee605f046a8f5c24df5348d920b93 1,456 1.00/1.00 vMB 6
564,768 564,768 0000000000000000002346e62f67a36f9574f56eeb4165acda1756a670f1d8ea 2,675 1.00/1.00 vMB 8
564,767 564,767 0000000000000000002b93d7d40ac8f5b9d7e9b0986caef23a4ebf20bd05d2a3 2,764 1.00/1.00 vMB 37
564,766 564,766 0000000000000000001c944003147f81cf170ede24af4545c913845de105305d 2,965 1.00/1.00 vMB 24
564,765 564,765 000000000000000000288a38dbddc90ff04e7ec9c78d436d11b2c51e5c65c56d 3,048 1.00/1.00 vMB 47
564,764 564,764 0000000000000000000b564119f9f3f696c67ebb5f54c4e7cfcc490356016629 2,992 1.00/1.00 vMB 22
564,763 564,763 0000000000000000002076903fe5a96bf190b354639f70a2616eb080780ded03 2,328 1.00/1.00 vMB 22
564,762 564,762 00000000000000000028b78a60855dc57f08389098cbc6be188b190a0bb69f02 2,497 1.00/1.00 vMB 25
564,761 564,761 0000000000000000001f4ae015b54a6a5397008918e2c3661b5e0066dbfe9113 1,991 1.00/1.00 vMB 13
564,760 564,760 0000000000000000000106d59f59880e7de122c73f9aa3eada1dcd634e6deff8 1,939 1.00/1.00 vMB 24
564,759 564,759 000000000000000000192eff0178cc24b6c5c15cca52380bd8a7155c3c50d005 2,277 1.00/1.00 vMB 25
564,758 564,758 00000000000000000006fd204c0aa26720d63819ab59cb08cffa03996896fda0 2,170 1.00/1.00 vMB 14
564,757 564,757 0000000000000000000b00a95a16af5f20e4a097b8b222c16bc08246ace220fc 3,186 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.