Loading Tool

Explorer IconExplorer

Memory Pool

79,388 transactions
21.37 vMB
0.05021002 BTC
Random Selection Loading Transactions
Max Size: 144.22/200 MB

Candidate Block

Mining Attempt 5f9157024814236018236c5344f8360348b8873c17aab02f3f8b4c52e619cb19
Version 20000000
Previous Block 000000000000000000016be2cebc5e9bf7e370e88033103175037ab8a39f2ca4
Merkle Root d900992e77d4260e5c2f35824a913f041af5c72b66a5f5acf76c0a74196ed616
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.00334356 BTC
Feerates: 50.43 > 0.34 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,874 (910,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,214 5,214 00000000fc0835127379eaa4c4592084e5b99b50eef43c96a140a2930fdee654 1 0.00/1.00 vMB 0
5,213 5,213 000000000b9cb276a6d303d7104c9fb7c92b2c79193196c9e2200ac2c34adf02 1 0.00/1.00 vMB 0
5,212 5,212 00000000db30aefe9e1dd65c55d9bf2d28655f5ba8e557fa19fab50731304b7a 1 0.00/1.00 vMB 0
5,211 5,211 000000003ee04ee60071265a1b483c7a127aa3c1d64373e89f3a1ab4330e6af7 1 0.00/1.00 vMB 0
5,210 5,210 00000000994224fb25bdb3642854d2c03137272675b05516e478dac3323873be 1 0.00/1.00 vMB 0
5,209 5,209 00000000386e3d6a8e6bd289519e5aafb9c7216d173e9621465931dfe321d2ee 1 0.00/1.00 vMB 0
5,208 5,208 000000009e5d26570424359900f436bd26b26e6b0b3573dad84b14df4b88bfeb 1 0.00/1.00 vMB 0
5,207 5,207 00000000225c742645a738a40408457906fc0982d594ee9f5e1cc805ee167083 1 0.00/1.00 vMB 0
5,206 5,206 00000000169187847245c73167740fe0f71c0e6106f944745086aceac2c2e165 1 0.00/1.00 vMB 0
5,205 5,205 00000000faacf44cdaa8799c463453703e5853e87178da6f6da4c547e58d7015 1 0.00/1.00 vMB 0
5,204 5,204 00000000d0e19bba017fb2e4f9250ccfde58f0be055b46b0fa4ed8f6b52b871f 1 0.00/1.00 vMB 0
5,203 5,203 00000000cca557c753f23c8402cbce795b4cb399e94142b429ff16a7d2cca758 1 0.00/1.00 vMB 0
5,202 5,202 000000006b383d48b71cdf1aa824697863b286e6d302150d898c9783ff20aef9 1 0.00/1.00 vMB 0
5,201 5,201 00000000a7900a5c3cac254aa7db9052d2f694529a49c5b0477bf4d1e09269ec 1 0.00/1.00 vMB 0
5,200 5,200 000000005139fca0ddd3f3ab9372b45b51171e3ff9568dc2e5c756d08db16b0f 1 0.00/1.00 vMB 0
5,199 5,199 0000000004b5e05be7c491eb4f6cd26c118039046cfdc10bd42f575af477f67d 1 0.00/1.00 vMB 0
5,198 5,198 0000000079994f85bef0f1d6aabd59b089b5cd58e36d295fef9c0087ab399d30 1 0.00/1.00 vMB 0
5,197 5,197 00000000c9a90bb14ed4b41e2db5bf1e24a06b03792e866d7a925b52b2e5ecfa 1 0.00/1.00 vMB 0
5,196 5,196 00000000b2a680fb402a48739d1ed3e729cae7e391595ab6750546ec76bafa3c 1 0.00/1.00 vMB 0
5,195 5,195 00000000943ba7339120b1825aac5f04c1d3b353841168b3fe9c2bd088416a21 1 0.00/1.00 vMB 0
5,194 5,194 00000000979acfde1a0429e84cc740ffe1ff9881c7bed2bc5ca886faa7368e07 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.89 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: 795.45 GB
    • Received: 22.12 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.