Loading Tool

Explorer IconExplorer

Memory Pool

34,959 transactions
28.69 vMB
0.11694596 BTC
Random Selection Loading Transactions
Max Size: 142.45/200 MB

Candidate Block

Mining Attempt 6e4ee7b84651ec24b34ac5294567a19be91099590cccbf2ae3808c65ba48c79b
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root 0adead48b90463a9381b16a66b6171558ab23dd2c5d76e93ad32fa11d1d8f2a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,998
Size: 1.00 vMB
Total Fees: 0.05997431 BTC
Feerates: 208.44 > 6.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (680,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,940 233,940 00000000000000bc1b3f729c520520e5050a3ffe27e939711c1c4cef802b7d29 16 0.01/1.00 vMB 55
233,939 233,939 000000000000008cb96a94741f2e60003decac7945959aa032a3f4094d838362 381 0.16/1.00 vMB 176
233,938 233,938 0000000000000190f58da45715d121037af58288627b3bd44e62daa4ac7eeda5 561 0.23/1.00 vMB 185
233,937 233,937 0000000000000072482fd05c36bf5271e0a6d33f0aa2d40beebb9bbf58dbf85d 451 0.24/1.00 vMB 154
233,936 233,936 0000000000000192f0808e98b7317c566d4b8c31448ecc9a6190be34683f8ae7 227 0.10/1.00 vMB 183
233,935 233,935 00000000000000d6049d1c7afaf4d901eea9e38af59bade3b268e48819d625ad 564 0.26/1.00 vMB 191
233,934 233,934 0000000000000151317aff74c5c78b7d405daa97ad485c6967683b2d13b0859a 292 0.24/1.00 vMB 88
233,933 233,933 000000000000017455aca75af609ef107c5ef0ebc74bafd7b033a05f24363433 709 0.25/1.00 vMB 233
233,932 233,932 0000000000000102543aed5649549afd1d555d9c126434f35822f3a97dcb32c9 329 0.10/1.00 vMB 76
233,931 233,931 0000000000000170deb4cf055608836254eec24c3aeeeaac0a683695f3f6bd47 489 0.23/1.00 vMB 185
233,930 233,930 000000000000018c841c7f778eb6435b0ca45e12fd5e5dfa412e8086009c1eda 553 0.25/1.00 vMB 258
233,929 233,929 00000000000000cbfb97820e209b60b1e1c171afcd6f23d3b5aa8ce9573de3b4 5 0.00/1.00 vMB 67
233,928 233,928 000000000000008e9252aaa9c08e5a2f14cd1fefe0257681ec6dc54931f58e9c 337 0.16/1.00 vMB 182
233,927 233,927 0000000000000184e335a2d899ed972aca3a661a01243cf65ac8546d2c2f7acb 756 0.25/1.00 vMB 366
233,926 233,926 00000000000000e80654288619b9a362e2b4033be6003523b6fb1d02c4c775e7 397 0.16/1.00 vMB 200
233,925 233,925 0000000000000005e78fc615d9ac12fd2d18ee8fae857a05b059aaf0a9595a7a 769 0.35/1.00 vMB 152
233,924 233,924 00000000000000b5b69e9dba5a2f110fba400004fb475f3c1da13cbdb50c79d9 128 0.04/1.00 vMB 169
233,923 233,923 000000000000009e2e7d7b508ebc69243ea64ee0c167a381a01f5d52a413895d 278 0.13/1.00 vMB 157
233,922 233,922 00000000000000796e48d7d15dea89946f7fbeb709b0d1dac4e0324cfd67401b 189 0.15/1.00 vMB 16
233,921 233,921 0000000000000174d5ba869e1a12e5c5d8d67ed0ba998d25f326b8beeb40cec1 215 0.14/1.00 vMB 130
233,920 233,920 00000000000001485853fb76792a5fdc0df2809335c74960fefc214e034f4faf 593 0.31/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 781.52 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: 612.93 GB
    • Received: 11.10 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.