Loading Tool

Explorer IconExplorer

Memory Pool

82,487 transactions
31.19 vMB
0.10188730 BTC
Random Selection Loading Transactions
Max Size: 189.98/200 MB

Candidate Block

Mining Attempt 67019670563e42f465166be49abed7c2e7b9e4f53e650b7dec145fb02d75f2a4
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 508929b1f17b9b7ff17b8d46126b7e930dce7661d3754d7223494a8628a4d923
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,934
Size: 1.00 vMB
Total Fees: 0.02668676 BTC
Feerates: 151.12 > 2.67 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (487,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,637 427,637 0000000000000000000bdba98ec3fc245866bcff46837916018611f47b602f5f 1,595 0.75/1.00 vMB 63
427,636 427,636 000000000000000001e5a55417cfd16e842ab47b15f15621acc3ab213b32d793 1 0.00/1.00 vMB 0
427,635 427,635 000000000000000001e3dc3d001cc546111e3851b4200b2965f570e9cfee442b 2,259 1.00/1.00 vMB 75
427,634 427,634 000000000000000000f7abe13795531f1570bd5b269924e6460b67632add1dec 2,777 1.00/1.00 vMB 78
427,633 427,633 000000000000000002580444e8cae4dc38e442b74a955cea173eb5a04f00e701 1,708 1.00/1.00 vMB 53
427,632 427,632 0000000000000000040343fa5b85af8f14c0f93614e1bb6817574a5c4d3976cf 2,385 1.00/1.00 vMB 73
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
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.