Loading Tool

Explorer IconExplorer

Memory Pool

35,734 transactions
26.09 vMB
0.07248596 BTC
Random Selection Loading Transactions
Max Size: 132.65/200 MB

Candidate Block

Mining Attempt 8e9ef765abe8a088d275f903cf9da498a56ce5a3499d74bc0c15825bb04130be
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 0b5b1da03b4ed6e025cbee8c5dc3632d7de373049ed4c80dca80dffc8bfd7566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,074
Size: 1.00 vMB
Total Fees: 0.02433357 BTC
Feerates: 250.88 > 2.44 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (862,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,828 51,828 00000000136e6d05e61e31dec5c1b59d4e0bc15c505638cffb88df25348a9368 1 0.00/1.00 vMB 0
51,827 51,827 000000000408871a4e58644aaca453fecf5fa771f3c3659f12f5074a30b88c95 1 0.00/1.00 vMB 0
51,826 51,826 0000000003d54c5204405e808281ae0b168e7b41d5d5e8a4fa6227219aeaa6ea 1 0.00/1.00 vMB 0
51,825 51,825 000000000ff3ae93d6609e46a4bc40b26455697fcd916878b6e4145e1dad9e21 1 0.00/1.00 vMB 0
51,824 51,824 00000000134824183b6e2372007d9fb1002bc80c68f46d243fd4b7c3df536eab 1 0.00/1.00 vMB 0
51,823 51,823 000000000dca6fd34ebca903b4316b48e1427ef11c1885ed17d86e72adfe0fcf 1 0.00/1.00 vMB 0
51,822 51,822 000000001526efe1428053613faf4dd3fd5c3a494f44412b4839245fbda964aa 1 0.00/1.00 vMB 0
51,821 51,821 000000001e464918ff3a1c539b8d28143a1132f5cc9a1df0f5f6861ca4f2bea4 1 0.00/1.00 vMB 0
51,820 51,820 000000001f71a8fdd120e5d9889d763469b7cc1f43298e5114b91a6829734387 1 0.00/1.00 vMB 0
51,819 51,819 0000000014b1c1640ae23c511bd4308aa6ab64681ea6966f277297c9b5aaabc7 1 0.00/1.00 vMB 0
51,818 51,818 000000001b5b0cc69e9a6df1155ae6151666d23da9f68214313e714a26ffc627 1 0.00/1.00 vMB 0
51,817 51,817 000000000c6451b7b92c58ca6b60f8cd7c230e2cf448c8709e202b85d7bc5dad 1 0.00/1.00 vMB 0
51,816 51,816 0000000014079f6811958b0c7b1e374523337692991010e8736eb2eeb126df59 1 0.00/1.00 vMB 0
51,815 51,815 000000001b8326fb4bede62b41c194ca6096501aa59142ca7bd3c5fe2384c555 1 0.00/1.00 vMB 0
51,814 51,814 000000001c5d2eb2b073c30cff1fc1080f31ce97641412493e984fd48903c147 1 0.00/1.00 vMB 0
51,813 51,813 00000000208eb4548098ebfc0c09cb1bc388f160032f5e20e83cf1e025f8f873 1 0.00/1.00 vMB 0
51,812 51,812 000000001b00d3246c4bf0855b8d0b53179747f63d8669b89af16ef58758c593 1 0.00/1.00 vMB 0
51,811 51,811 0000000005bea787cf33eb219ac64b758bb752cf7511030ee5ad06de61dfafdd 2 0.00/1.00 vMB 0
51,810 51,810 000000000ce5c5158294b6fefdddbfe3daeafc3cc77d6141871393a9645ebc6c 1 0.00/1.00 vMB 0
51,809 51,809 000000000eb923ed6e9a49a25280e65edc3da16487bcb8ad9816b7d7a17c9d6e 3 0.00/1.00 vMB 0
51,808 51,808 0000000013b5b2fb96d2f6d9e60bccb7d3556e1e6bdeb58412358ef1345c417a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.