Loading Tool

Explorer IconExplorer

Memory Pool

78,640 transactions
29.38 vMB
0.06374715 BTC
Random Selection Loading Transactions
Max Size: 176.82/200 MB

Candidate Block

Mining Attempt ecb7821ec48fd68a49e30e77a8b8f8a47a510e71929f120ef678e73c57fbe33b
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 470cc805d690367dde7cfefbf80b7c0ce9a0bb025aa239ced8bdcb39b4676047
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,529
Size: 1.00 vMB
Total Fees: 0.00422187 BTC
Feerates: 30.48 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (198,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,945 716,945 00000000000000000002252000c19329ed23659d24d382fc3cc75fde5a12987f 173 0.10/1.00 vMB 8
716,944 716,944 000000000000000000096a6f2ba233f2a37b1f015849dc0894ff7b086a1d28c3 626 0.42/1.00 vMB 10
716,943 716,943 0000000000000000000ac351c560976046368d6faa52411cc7c786da5cfd25da 296 0.30/1.00 vMB 12
716,942 716,942 0000000000000000000a7c320060e69e9f4c8c17dcad9cb3e81f11450e5f2cc9 342 0.13/1.00 vMB 14
716,941 716,941 00000000000000000007aa5ee9177878f7cfd0241b1c5eeab76ff7d2cc57d41c 2,330 0.72/1.00 vMB 6
716,940 716,940 00000000000000000001208a95f498a9dd124c67b63a6930383d76f2f10fb9f2 2,231 1.00/1.00 vMB 26
716,939 716,939 0000000000000000000559b16581151b3b3d23da58d02afd258c0b6f0ddd9963 1,407 0.61/1.00 vMB 12
716,938 716,938 000000000000000000099bd208567ba10813f4c3759c979323a8bca9b217bb1c 146 0.05/1.00 vMB 18
716,937 716,937 000000000000000000069c398451fe0d40e15bd0281660a908648a5188b74b23 1,508 0.64/1.00 vMB 12
716,936 716,936 0000000000000000000aa6deaef5bd2c7b96ef8d218c50eca4433c55b06bc648 926 0.40/1.00 vMB 12
716,935 716,935 00000000000000000008ab3b842a2e2e8e430a790d0cd4cf18a2d0e365540658 1,119 0.81/1.00 vMB 13
716,934 716,934 0000000000000000000844e73d1cc3e3325ccb700b88904189c43638b0f39b70 1,266 0.44/1.00 vMB 17
716,933 716,933 0000000000000000000b4823d1bb826907426f80ff59be41b41aa1cfb1d87ab3 586 0.22/1.00 vMB 14
716,932 716,932 0000000000000000000888aeef23d80eec8b2d7289fb0619d014a7b34e2bac8b 215 0.09/1.00 vMB 13
716,931 716,931 000000000000000000033e640b2c41db4ab1bdd72ec8b0d64b7332c70e790f5a 1,399 0.56/1.00 vMB 11
716,930 716,930 000000000000000000057ebddcdb0ac3e8546a3dab56472f102373961ba1466d 409 0.62/1.00 vMB 2
716,929 716,929 0000000000000000000a3b8496d05a16088a7ea009022465641ebd8f359f9d84 1,775 1.00/1.00 vMB 11
716,928 716,928 000000000000000000054aee97949f81087eaefd5193733c3de6e2eb8f503cf5 385 0.20/1.00 vMB 2
716,927 716,927 00000000000000000000a22dc45e8daae5df79f1b22a9a393f7c68f6435b6aa8 1,753 1.00/1.00 vMB 15
716,926 716,926 000000000000000000011f98c21093a3a83e1ff871e2be90799c69c1ef601312 1,709 0.98/1.00 vMB 2
716,925 716,925 000000000000000000022f2f981b54440c2a8e5e95754a8b5d205ed1ad3d186f 1,258 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.37 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: 663.15 GB
    • Received: 14.89 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.