Loading Tool

Explorer IconExplorer

Memory Pool

81,579 transactions
31.05 vMB
0.08744001 BTC
Random Selection Loading Transactions
Max Size: 188.40/200 MB

Candidate Block

Mining Attempt d79c867e3e10d45457531e7c6f96ac79435fef8edcbda0b1977e5eeb92b96004
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 3192c50b0bb3b83465a855e9a8e19fbe278014da0f4ce915df9ad7c18bd0d2c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,662
Size: 1.00 vMB
Total Fees: 0.02055344 BTC
Feerates: 100.69 > 2.06 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (115,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
799,731 799,731 00000000000000000001db693b2847ff4d9b3c3c8957bd4b02b917e217015b82 592 1.00/1.00 vMB 8
799,730 799,730 000000000000000000021d629eae59bde9cadc801f22706aefa69ef8681e5da9 2,366 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.72 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: 702.36 GB
    • Received: 16.63 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.