Loading Tool

Explorer IconExplorer

Memory Pool

76,451 transactions
28.49 vMB
0.06729769 BTC
Random Selection Loading Transactions
Max Size: 172.65/200 MB

Candidate Block

Mining Attempt 6d711aa2045972534e582fe72a73c07482be3c76d9d98a6b98902456aeacfb50
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 49122a43cec2851a8eb7b28c77d34cddeda52156acc70a637d14b29d63f45688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,207
Size: 1.00 vMB
Total Fees: 0.00831154 BTC
Feerates: 71.79 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (115,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,752 799,752 000000000000000000024b06d5dd282148cecbded78b718ef4dd7f6757386d7a 3,998 1.00/1.00 vMB 10
799,751 799,751 000000000000000000000a1765aba79eba31a059ee2d16a171dbcbb0f276f9c9 1,769 1.00/1.00 vMB 10
799,750 799,750 000000000000000000012e4cc41e9d593ce21fedc94ddbe60bfc125551df6c2f 1,140 1.00/1.00 vMB 18
799,749 799,749 00000000000000000004ecb157472ea64c8fb8e180b81055ce1a00837353b76c 1,918 1.00/1.00 vMB 11
799,748 799,748 0000000000000000000407e6f60e97cee7a22c59575b066ea00f84757f837eb4 4,684 1.00/1.00 vMB 8
799,747 799,747 00000000000000000004178038e2d7f23e423d9919d76763bfb8a31dd8e6ff49 1,179 1.00/1.00 vMB 9
799,746 799,746 000000000000000000010644c22146512e9ee09eca22b29b130e73282c28ebb1 3,283 1.00/1.00 vMB 8
799,745 799,745 0000000000000000000127f699f2d94862ceb96949c52712e5d0b21bc5039f73 2,905 1.00/1.00 vMB 10
799,744 799,744 000000000000000000031a7d00aead81b3a1adb9fe05b5e6d6c36310fb457409 1,842 1.00/1.00 vMB 11
799,743 799,743 00000000000000000004b21e9d322e87292e7de3cdb629f9de1e6670fc9efe35 2,717 1.00/1.00 vMB 17
799,742 799,742 0000000000000000000014af30ded62e392a8fc32dbe44673abe9759d2effc3e 1,471 1.00/1.00 vMB 16
799,741 799,741 00000000000000000003cb73072134a0abde307be9bffd61c01e25268b1ed0a2 3,080 1.00/1.00 vMB 25
799,740 799,740 00000000000000000002b5794587cf5406a03ba28958d753b7cbd2bc0c062f45 2,341 1.00/1.00 vMB 18
799,739 799,739 00000000000000000001e21ba5fe11b1229d8ca8d85ca95d75739fc884925cf2 2,789 1.00/1.00 vMB 22
799,738 799,738 00000000000000000003ecd748449b5cb88f0aaa59830b2cef2d43b1208f39db 2,558 1.00/1.00 vMB 16
799,737 799,737 00000000000000000004d6419ae43366acd5048f47c734166d705455a54240f2 942 1.00/1.00 vMB 12
799,736 799,736 00000000000000000000a9bde0450031349e3f0212d0378bd3519c00115cf7d7 3,505 1.00/1.00 vMB 27
799,735 799,735 00000000000000000004618a7c13031848a5ae0962a2471d54575731c17ae447 2,027 1.00/1.00 vMB 15
799,734 799,734 00000000000000000002d2d75a2727cf9e76cd8d6059a5fcf3644386a0aa1e29 1,798 1.00/1.00 vMB 9
799,733 799,733 000000000000000000039c0530b78d3e1c088c69ad51ad00f14cc9b1fa30e6e5 4,374 1.00/1.00 vMB 9
799,732 799,732 000000000000000000033c5804dbfbb23bf5ae6150f6d488440e977f4170d010 3,044 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.