Loading Tool

Explorer IconExplorer

Memory Pool

34,206 transactions
25.61 vMB
0.06101226 BTC
Random Selection Loading Transactions
Max Size: 129.84/200 MB

Candidate Block

Mining Attempt b15ce5724e37589ac5d2ec51b0dedf223e06a897f226f8b1acfa6c352709079f
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 7ddf6c8e96b2d8df754d218cab60c719cf30afdec28bfe5ffe321c39db499bee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,957
Size: 1.00 vMB
Total Fees: 0.01300183 BTC
Feerates: 101.16 > 1.30 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (862,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
51,807 51,807 000000001974ff6df784948028d2992cc89fd4392117de11ecf51b1cb42f86f0 1 0.00/1.00 vMB 0
51,806 51,806 00000000048bda3e3e6cadd84d0a3e70f756acebb2a96da43ecd1bcef6657422 2 0.00/1.00 vMB 0
51,805 51,805 000000000fadb34bc43ad0cca1705a36da4786745398ee7755b9fc884ce3783f 3 0.00/1.00 vMB 0
51,804 51,804 000000001729eb156285e45f61c23306b84cb9400e8558bbedb0cc03362319ac 1 0.00/1.00 vMB 0
51,803 51,803 000000000c3fb77c4fc6628a4fb09c2a12ea0cdf35f0758d4c2e38027a34b331 1 0.00/1.00 vMB 0
51,802 51,802 000000001995c6d45e83c9d2a02e5519096c10ca421182c410016639bca31182 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.80 GB
    • Received: 12.44 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.