Loading Tool

Explorer IconExplorer

Memory Pool

49,514 transactions
29.86 vMB
0.07670922 BTC
Random Selection Loading Transactions
Max Size: 159.82/200 MB

Candidate Block

Mining Attempt fec2d67bf83527e3da661342ed57c80055ec3e2f30ea92505491f08c04568156
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 8a04dafb86554c7e89833a2efe8672352c6a1fc1b1b1a71d37113f1001e2c2f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,554
Size: 1.00 vMB
Total Fees: 0.01461143 BTC
Feerates: 117.91 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (905,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,600 9,600 00000000ca2be0b2535ca0dc5b74a3d59f3209f664c3c6dd016d227d31548995 1 0.00/1.00 vMB 0
9,599 9,599 00000000ebf49c30f01d0508174e84dd9b9fabe8a518ec316eb538d834cfdf00 1 0.00/1.00 vMB 0
9,598 9,598 000000000ac3ed525cab5b76f0858fe59d0677b7e99933406903d18cc0a86899 1 0.00/1.00 vMB 0
9,597 9,597 00000000f8ad031b16ce8173faab150fdc34e16ac6516ab5229ae07f0f76ffed 1 0.00/1.00 vMB 0
9,596 9,596 0000000028f4d8160b371beea8a1cc36b026aaeff1c9e4bf0d05cfa5dc4599fd 1 0.00/1.00 vMB 0
9,595 9,595 000000009befcfc715b95f5bd59e81a90de2a8e465d3e814a53321bd003f4849 1 0.00/1.00 vMB 0
9,594 9,594 00000000d4845af70264d790ac5fe2e8911eec5be26795a29df65eef1bc1a788 1 0.00/1.00 vMB 0
9,593 9,593 00000000283ae40e5825e8f74ceab6ab1c97b9cc3a468892f53780503c0fe594 1 0.00/1.00 vMB 0
9,592 9,592 000000004f0f3c567b7cd9ac0375e57207f1741a7e43e70b5ad36a4a162b6107 1 0.00/1.00 vMB 0
9,591 9,591 00000000ce3d29921074f8f2f42fc689b985086aaed696adc8420056862b050d 1 0.00/1.00 vMB 0
9,590 9,590 000000000ceaa2dfa65980f24a79b9986d798722937e5ea341eca4ed6e016dd6 1 0.00/1.00 vMB 0
9,589 9,589 00000000b60cf3b3402318de47bc87b5a2a89644fbba421d52e8dfaf6cafae5a 1 0.00/1.00 vMB 0
9,588 9,588 000000004b94101e16825742055109f51c7fc8966c6918e48416cf95bf750580 1 0.00/1.00 vMB 0
9,587 9,587 00000000b089d36f578ad9e419852345cdd87752817b25b39708a8035c4069e6 1 0.00/1.00 vMB 0
9,586 9,586 00000000c1e4c451d7f0f978f26904d27a578c9efb82f669e39afac8d97fdefa 1 0.00/1.00 vMB 0
9,585 9,585 000000008ff8524b146510571e54866c99c5d2fe815348089b7da10196fad5c8 1 0.00/1.00 vMB 0
9,584 9,584 000000009540ad91c4b76a3060b545daa853cc2182396fb23ecccc907e87d0b8 1 0.00/1.00 vMB 0
9,583 9,583 00000000769bdd49485a3885587411b2e2a0fef7efc38f9df7a9845e67724765 1 0.00/1.00 vMB 0
9,582 9,582 000000003764082701ec20cff0d916e2085f0416b289e77aacea65d4f30247f2 1 0.00/1.00 vMB 0
9,581 9,581 0000000002aedc1b39bb1d25095100c193813b5344d79273347089259468ece0 1 0.00/1.00 vMB 0
9,580 9,580 00000000f9ba9d049dd3925b4e7a5e19a80a29fcc8b74897b82c5a517323a25e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.