Loading Tool

Explorer IconExplorer

Memory Pool

79,082 transactions
29.27 vMB
0.12253202 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 94792888959169e5362dd97a2a3e134eede185492d03f21afa477cab860a3df3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 258dd75e5e708a4d9e1ab2306a986b40ea6a38297a5ef4a5dea38e4de6254b8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.04487218 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (298,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,264 617,264 00000000000000000004c7a2d3746ba4feb38c8f69dda9834fbc4bf7ae0246fa 2,615 1.00/1.00 vMB 7
617,263 617,263 0000000000000000000fca7f00bdc88ae08607e8fe465b931950b24ab212f625 3,115 1.00/1.00 vMB 24
617,262 617,262 00000000000000000005ef209b1fbe58d998f80fb9e3e00c9aa688abd439aa9d 3,452 1.00/1.00 vMB 32
617,261 617,261 0000000000000000000e452f35ee4e3f87b436f066fddf20b508beed60f35812 1,634 1.00/1.00 vMB 13
617,260 617,260 0000000000000000000eedbb938aace3d1d4100521f1649df57a1fef915ee254 2,744 1.00/1.00 vMB 15
617,259 617,259 0000000000000000000d154da40fef847b68d228fd92189cbf485f0771e266eb 2,122 1.00/1.00 vMB 9
617,258 617,258 0000000000000000000d2466f3f37d1f6be2d3f923ec7953af035205e9a63032 2,335 1.00/1.00 vMB 7
617,257 617,257 0000000000000000000beeacd97680d8e2b30ba1e015a323cfe5329b9911fa2c 2,547 1.00/1.00 vMB 13
617,256 617,256 0000000000000000000b5527cad5366c2f560a36f9b06f623854a8e44ffeb5ea 2,951 1.00/1.00 vMB 29
617,255 617,255 00000000000000000009a220fee3a266d39ad3249d30ac4c09bf7f12b633489d 3,302 1.00/1.00 vMB 39
617,254 617,254 0000000000000000000c6dce7e12decb0bb4b64683cfac812f5a2f69045a48ae 2,811 1.00/1.00 vMB 39
617,253 617,253 0000000000000000001055510a862c4b30ca1f7515511562ed4557463390ee64 1,420 1.00/1.00 vMB 12
617,252 617,252 00000000000000000010cdc316bac9e462c378ad80821709b1bb8ca1b3bbef93 937 1.00/1.00 vMB 13
617,251 617,251 0000000000000000000822f88e0deda24f0a3bd996678104043409fee0e8ae69 1,783 1.00/1.00 vMB 7
617,250 617,250 0000000000000000000c7f5a66f07a7362b784e384381e5055976586defc2d4c 2,631 1.00/1.00 vMB 7
617,249 617,249 00000000000000000008a22e33e554fc0c71a51760fef0c0af3beeb8f1760345 2,992 1.00/1.00 vMB 22
617,248 617,248 000000000000000000115481a2769c0d8a243210adb9e35eeafff2d9817c734e 1,664 1.00/1.00 vMB 10
617,247 617,247 000000000000000000021590842d0e4f57032b4d73aed4046c3efb349ef070f6 1,984 1.00/1.00 vMB 10
617,246 617,246 00000000000000000006259ca6cad8a49d38f0e8fd48b59ed541bdfa0498cf6a 3,224 1.00/1.00 vMB 31
617,245 617,245 00000000000000000001becba932274a92006958bbc2946a08e1ffd314300c38 2,997 1.00/1.00 vMB 37
617,244 617,244 0000000000000000000b0df69852598a6b4dc6aeaa4159f85c8cb379fb7fac57 2,780 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.