Loading Tool

Explorer IconExplorer

Memory Pool

83,543 transactions
31.47 vMB
0.14768855 BTC
Random Selection Loading Transactions
Max Size: 187.38/200 MB

Candidate Block

Mining Attempt 4eb1aafa2f519a77a5be4ca3047d9e2d5c36d71087ce8e1f7854ae77f7b5d84f
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 624c797f57901d0bac97edbba4a84c081249a959b60f991eb83dff873507adec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.04573615 BTC
Feerates: 402.75 > 4.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (256,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,603 658,603 0000000000000000000a210431eb04b25ea7e3e61d08b45e64a7b8de8273c303 1,408 1.00/1.00 vMB 73
658,602 658,602 0000000000000000000af02f2905aa494074e7d642d06d6321eb51342028baba 2,603 1.00/1.00 vMB 53
658,601 658,601 00000000000000000005d5488e38db02707d29c53275c2d50374d3d9426c0ae8 2,478 1.00/1.00 vMB 68
658,600 658,600 000000000000000000060dc7d0ffab4d6edc09ea09be14864a1bed42997078af 2,358 1.00/1.00 vMB 105
658,599 658,599 0000000000000000000a836c85200d9f5219c71fa56916d0bcb66b3e7e22d8db 2,502 1.00/1.00 vMB 61
658,598 658,598 000000000000000000054fcd52753ae93c3299733bc5a8829b59df585c2e9096 2,518 1.00/1.00 vMB 56
658,597 658,597 000000000000000000016c67484fb68910f1b357364c6b50e3e7d6fa84c46ef2 2,459 1.00/1.00 vMB 34
658,596 658,596 0000000000000000000e2184ff2511b8c26c8566da47eef6783632928b871a30 1,405 1.00/1.00 vMB 71
658,595 658,595 00000000000000000004f7f9c182c2f674a03f3ee47e09f5712cb3077bf367d4 2,636 1.00/1.00 vMB 53
658,594 658,594 00000000000000000001cbb5c54ee1721d1cd23fd2862e1745b2a57c681f84bc 2,504 1.00/1.00 vMB 32
658,593 658,593 0000000000000000000ecaf3da62471e8ad3b1faef9d93fff75d58f61ebcc74f 2,527 1.00/1.00 vMB 50
658,592 658,592 0000000000000000000c15c0006c0b9bf0691ac59f0f8ac87310180e1fe0c699 2,589 1.00/1.00 vMB 30
658,591 658,591 0000000000000000000bf60246cdd14b88ade64d3a650cd906a8217a0800fb78 2,541 1.00/1.00 vMB 46
658,590 658,590 00000000000000000001c9add713c7ea508feabd1ee5c9428aa30a2c4159750e 1 0.00/1.00 vMB 0
658,589 658,589 00000000000000000007915bf0323ea25af9c791784a9e24b87742a39e0f792b 2,473 1.00/1.00 vMB 65
658,588 658,588 00000000000000000000f9c4a66795229332e67c5efa3cbff0e9185c0d8126e7 2,705 1.00/1.00 vMB 39
658,587 658,587 0000000000000000000bdf5d2fd3fdbe904eb1ee88b4e5bbeae714ef23c93814 2,569 1.00/1.00 vMB 78
658,586 658,586 00000000000000000008d84f047062370a9a059c1e1f1458bf45c7e7613f0866 2,927 1.00/1.00 vMB 77
658,585 658,585 000000000000000000037990e7a691c8875d30cf10f5ae83293c706f8dccc36b 2,747 1.00/1.00 vMB 79
658,584 658,584 0000000000000000000086793ce56c6cd0ba0b40bf5fe9202b37b627baaea06c 3,067 1.00/1.00 vMB 95
658,583 658,583 000000000000000000074133dd6a3b24caab1973d15cff8b392beeed9c354f58 1,578 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.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.