Loading Tool

Explorer IconExplorer

Memory Pool

81,199 transactions
30.66 vMB
0.08079538 BTC
Random Selection Loading Transactions
Max Size: 187.23/200 MB

Candidate Block

Mining Attempt 1c72d6521c4989a6dbb12cfacce7b0ccf20fba97ca2555a8cfe3c19cba6508b4
Version 20000000
Previous Block 00000000000000000000d1d2ad17fc19c6d3c0ce75e637dbcce014786420ab4b
Merkle Root 662a3e7de6e4a2bc7a16e81714a144d641c4255811922dc3c063901f716a9b9b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.01160793 BTC
Feerates: 81.27 > 1.16 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,357 (487,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,631 427,631 0000000000000000016bc93157350d2e763cd94f1cdb258dc92d806b1c3d247d 142 0.10/1.00 vMB 53
427,630 427,630 000000000000000001666825a4af0afe08dd35efb2d72b8d1bab4a584c976d86 440 0.25/1.00 vMB 54
427,629 427,629 0000000000000000036eea0009985418bc6c765102313d03d0ff68f3b55e7bea 847 0.91/1.00 vMB 23
427,628 427,628 000000000000000002e99ad73a9c120755b7a2fcac0bd40e527b838122f80ba1 1,914 1.00/1.00 vMB 48
427,627 427,627 000000000000000000848d3fc7b771ce190102d2c45f38d2f37854992bad35f5 1,479 1.00/1.00 vMB 49
427,626 427,626 000000000000000003105664098554b20fce1a8f96b87f1cb041c0af2bc5e0eb 2,348 1.00/1.00 vMB 69
427,625 427,625 000000000000000004c7dde07d0f896912a8c447b75a667a5dd5cbee41288d3b 1,904 1.00/1.00 vMB 44
427,624 427,624 00000000000000000395583a4c46ca957baf1dd98be5671e146f61aba3746bcb 2,665 1.00/1.00 vMB 77
427,623 427,623 0000000000000000041d866b746ba2dfce001db78cfc8b2afcbe95a72ac429b4 1,239 1.00/1.00 vMB 32
427,622 427,622 0000000000000000018a782f7b0740c875605a633591c771579cd34ce2e5e3bb 2,008 1.00/1.00 vMB 45
427,621 427,621 00000000000000000034b7e93c61d6f690c15065b57d91ec6bb18f59b345c7c0 2,200 1.00/1.00 vMB 53
427,620 427,620 0000000000000000008fd5a20ef0e30b6fffab6e4f7215b1ffe3b5b28286b8b2 2,401 1.00/1.00 vMB 75
427,619 427,619 0000000000000000023f2c2d4398632d71afd114ddd0db5c9700cdcf4d4e5c57 2,139 1.00/1.00 vMB 58
427,618 427,618 000000000000000001d41a095f9e1405551d49aa8bd035ca774a8f3b08506ca1 2,746 1.00/1.00 vMB 61
427,617 427,617 000000000000000001551ea014744a76735c1b75b248142f4691d85f2190d761 2,425 1.00/1.00 vMB 61
427,616 427,616 00000000000000000377d7096caa941e6e9d25c180709cc40d2aca4c482455be 1,759 1.00/1.00 vMB 63
427,615 427,615 000000000000000000fa6e1b9f4683104cf2b2232d4795417b6590acece4aa4e 1,851 1.00/1.00 vMB 77
427,614 427,614 00000000000000000304c7d74ff601348c008bd8a463a262a8c6e277da2a0be9 1,413 0.99/1.00 vMB 77
427,613 427,613 000000000000000001dd870894952989190008067797d294162f1731a901598d 2,919 1.00/1.00 vMB 103
427,612 427,612 0000000000000000038cd765f4ef362d299251e872b2f2fb1be275b0e37033a4 1,980 1.00/1.00 vMB 52
427,611 427,611 000000000000000001beed1e1bc174e304f6bc59fd18544abc884bce1b282982 1,484 0.69/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 783.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 718.89 GB
    • Received: 17.98 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.