Loading Tool

Explorer IconExplorer

Memory Pool

34,424 transactions
25.69 vMB
0.06250742 BTC
Random Selection Loading Transactions
Max Size: 130.29/200 MB

Candidate Block

Mining Attempt bfb86b28a56b2ab45dc5ecf1fc993fda8f7c0de12a0fb2fd9707d608255ff4f6
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root ed13333ca16f1588a707e588d8ee6d7d5bfd9d736ff08f5be63515095ad0d01e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,442
Size: 1.00 vMB
Total Fees: 0.01563959 BTC
Feerates: 101.16 > 1.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (517,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,636 397,636 0000000000000000000bc4b03ad5463656b744c4971780477eeb235a2b925414 883 0.39/1.00 vMB 35
397,635 397,635 000000000000000006b2d583aaf70719a314cdaf7cdc7e877b60f65a0dd8da50 2,100 0.93/1.00 vMB 36
397,634 397,634 0000000000000000039249d4aa4f678e62f7d3b899db98750510b7b9a6105d6f 414 0.18/1.00 vMB 33
397,633 397,633 000000000000000004f4b95c42f018371e6254b9a028eebdabb00ddd3b5ccae9 612 0.46/1.00 vMB 21
397,632 397,632 000000000000000004e34aff18a90a5966a5c41dae4b8939503dad7493f68d10 2,421 0.99/1.00 vMB 38
397,631 397,631 000000000000000001a39bcc1b7e48b284265412984ebc6737c5611b2df1c8cd 1,930 1.00/1.00 vMB 35
397,630 397,630 0000000000000000027815faf047eb9f2393de4aa3899d8681450a03a21c9218 1,143 0.69/1.00 vMB 28
397,629 397,629 000000000000000002ea211fb0336715571ab49aba4c18aacc72726e6864e469 2,599 1.00/1.00 vMB 35
397,628 397,628 000000000000000004d3eb47d8d5902a9d32e6cc4b2646bd9779cbbdfd024e68 1,793 0.99/1.00 vMB 33
397,627 397,627 0000000000000000026827927c9fab5d3c0347f1448ee701ba249d3a48b31b26 2,675 0.99/1.00 vMB 41
397,626 397,626 0000000000000000023f1e6e96a3544f0480579d01c631ac39fc51d30efbd894 1,678 0.99/1.00 vMB 39
397,625 397,625 00000000000000000620eb3279a16812c66fb057990a66c77fc8238056beddca 2,794 0.95/1.00 vMB 76
397,624 397,624 00000000000000000355f229bde64a5b9b0ab6479c7e2acc1ec7ea53e9471126 283 0.17/1.00 vMB 29
397,623 397,623 00000000000000000101595270c7f99b508e11ee59f4b08f19809af65dbb8c36 1,955 0.93/1.00 vMB 44
397,622 397,622 000000000000000006e1ca2ca310fce4a71121ac25471e86a47c49dd3a9164ad 1 0.00/1.00 vMB 0
397,621 397,621 000000000000000000659ef61d3e589a8d7bed919ed9b6e8edfefe2710be0839 817 0.39/1.00 vMB 35
397,620 397,620 000000000000000003a7b5a7bd71770f4e836e44502d2646047a282fa1a5d363 215 0.16/1.00 vMB 30
397,619 397,619 0000000000000000009fb0623d8f1c8503d1c7956c8f843723426a62d1b3ae8b 804 0.85/1.00 vMB 19
397,618 397,618 000000000000000001413dea0243d8cf1fe8bc3af19956acbfe4b54911d4c575 1,059 0.99/1.00 vMB 29
397,617 397,617 00000000000000000755dca3ab1278b6089cf559041f97fc56456e025977a5f0 2,368 0.93/1.00 vMB 42
397,616 397,616 000000000000000001c440591938beaf69a52f663195b30222e757b59c2d684f 2,447 0.95/1.00 vMB 54
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.